package
Version:
v0.0.0-...-d8dddb2
Opens a new window with list of versions in this module.
Published: May 2, 2016
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package codec contains sub-packages with different codecs that can be used
to encode and decode entities in Storm.
type EncodeDecoder interface {
Encode(v interface{}) ([]byte, error)
Decode(b []byte, v interface{}) error
}
EncodeDecoder represents a codec used to encode and decode entities.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.