Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marshallable ¶
type Marshallable interface { fmt.Stringer New() Marshallable Marshal() ([]byte, error) Unmarshal([]byte) error }
Marshallable is an interface that defines the necessary methods to be (un)marshalled.
Click to show internal directories.
Click to hide internal directories.