Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVStore ¶
type KVStore struct {
// contains filtered or unexported fields
}
func NewKVStore ¶
func NewKVStore() *KVStore
func (*KVStore) GetHashIterator ¶
type KeysIterator ¶
type KeysIterator struct {
// contains filtered or unexported fields
}
func (*KeysIterator) Next ¶
func (it *KeysIterator) Next() (string, bool)
Click to show internal directories.
Click to hide internal directories.