Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessageTranslator ¶
type MessageTranslator struct { }
func NewTran ¶
func NewTran() *MessageTranslator
func (*MessageTranslator) Decode ¶
func (t *MessageTranslator) Decode(raw []byte, msg interface{}) error
func (*MessageTranslator) Encode ¶
func (t *MessageTranslator) Encode(msg interface{}) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.