Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoderPair ¶ added in v0.1.1
type CoderPair struct {
KeyCoder
ValueCoder
}
func (CoderPair) DecodeValue ¶ added in v0.1.1
type CustomValueDecoder ¶
type CustomValueDecoder interface {
DecodeValue(coder ValueCoder, data []byte) error
}
Interface for custom DecodeValue implementation
type CustomValueEncoder ¶
type CustomValueEncoder interface {
EncodeValue(coder ValueCoder) ([]byte, error)
}
Interface for custom EncodeValue implementation
Click to show internal directories.
Click to hide internal directories.