Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseEncoder ¶
type BaseEncoder interface {
Start() error
}
BaseEncoder is an interface that defines a start function, used for setup.
type Decoder ¶
Decoder is a BaseEncoder with and Decode method
type EncodeFun ¶
EncodeFun is a shortcut type for an encode function
type Encoder ¶
Encoder is a BaseEncoder with and Encode method
Source Files
¶
- encoder.go
Click to show internal directories.
Click to hide internal directories.