Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtobufDecoder ¶
type ProtobufDecoder struct{}
ProtobufDecoder ...
func (*ProtobufDecoder) DecodeCommand ¶
func (e *ProtobufDecoder) DecodeCommand(data []byte) (*controlpb.Command, error)
DecodeCommand ...
type ProtobufEncoder ¶
type ProtobufEncoder struct{}
ProtobufEncoder ...
func (*ProtobufEncoder) EncodeCommand ¶
func (e *ProtobufEncoder) EncodeCommand(cmd *controlpb.Command) ([]byte, error)
EncodeCommand ...
Click to show internal directories.
Click to hide internal directories.