Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasRegister ¶
Types ¶
type Codec ¶
type Codec interface { Marshal(v interface{}) ([]byte, error) Unmarshal(data []byte, v interface{}) error }
func NewMSGPack ¶ added in v1.1.0
func NewMSGPack() Codec
func PluginInstance ¶
Click to show internal directories.
Click to hide internal directories.