Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter interface { Marshal(v interface{}) ([]byte, error) Unmarshal(data []byte, v interface{}) error }
Converter interaface
Click to show internal directories.
Click to hide internal directories.