Documentation ¶
Index ¶
- Constants
- func AppendKeys(b []byte, keys ...interface{}) []byte
- func NewArrayDB(store containerdb.BytesStoreState, keys ...interface{}) *containerdb.ArrayDB
- func NewDictDB(store containerdb.BytesStoreState, name string, depth int, keys ...interface{}) *containerdb.DictDB
- func NewStateStoreWith(s containerdb.BytesStoreSnapshot) containerdb.BytesStoreState
- func NewVarDB(store containerdb.BytesStoreState, keys ...interface{}) *containerdb.VarDB
- func ToKey(t byte, keys ...interface{}) []byte
Constants ¶
View Source
const ( ArrayDBPrefix byte = 0x00 DictDBPrefix byte = 0x01 VarDBPrefix byte = 0x02 )
Variables ¶
This section is empty.
Functions ¶
func AppendKeys ¶
func NewArrayDB ¶
func NewArrayDB(store containerdb.BytesStoreState, keys ...interface{}) *containerdb.ArrayDB
func NewDictDB ¶
func NewDictDB(store containerdb.BytesStoreState, name string, depth int, keys ...interface{}) *containerdb.DictDB
func NewStateStoreWith ¶
func NewStateStoreWith(s containerdb.BytesStoreSnapshot) containerdb.BytesStoreState
func NewVarDB ¶
func NewVarDB(store containerdb.BytesStoreState, keys ...interface{}) *containerdb.VarDB
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.