Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Codec ¶
Codec takes care of encoding and decoding resources to and from a given format. It writes and reads data to provided io.Writer and io.Reader.
type JSONCodec ¶
type JSONCodec struct{}
JSONCodec is a Codec that encodes and decodes resources to and from JSON.
Click to show internal directories.
Click to hide internal directories.