Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Up is a constant variable for command "UP" Up string = "UP" // Down is a constant variable for command "DOWN" Down string = "DOWN" // EnableEncryption is a constant variable for command "ENABLE_ENCRYPTION" EnableEncryption string = "ENABLE_ENCRYPTION" // DisableEncryption is a constant variable for command "DISABLE_ENCRYPTION" DisableEncryption string = "DISABLE_ENCRYPTION" )
Variables ¶
This section is empty.
Functions ¶
func BuildCommandMessage ¶
BuildCommandMessage represents a function to build a message with a command.
func ParseCommandMessage ¶
ParseCommandMessage represents a function to parse a command from a message.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.