Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalCommand ¶
MarshalCommand will serialize a command including the length field
Types ¶
type Command ¶
type Command interface { Slug() string encoding.BinaryMarshaler encoding.BinaryUnmarshaler }
func UnmarshalCommand ¶
UnmarshalCommand will deserialize a command from bytes (excluding length field)
Click to show internal directories.
Click to hide internal directories.