Expand description
This library contains common command and response types for client and daemon for their communication.
Enums§
- Command
Type - Depending on which command the client enters into the console, its type will be determined, the command will be serialized and then sent to the daemon.
- Response
Type - The response from the daemon comes in a serialized form and deserialize, it is reduced to the type of response to which the request was sent from the client.
Constants§
- PORT
- Connection port for the daemon and the client
Type Aliases§
- LsResponse
Type - Pair of containers for response from ls command
- Status
Response Type - Pair of pair of containers for response from status command