Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileBasedKVS ¶
type FileBasedKVS struct {
// contains filtered or unexported fields
}
func NewFileBased ¶
func NewFileBased(path string) (*FileBasedKVS, error)
func (*FileBasedKVS) Get ¶
func (f *FileBasedKVS) Get(id string, entry interface{}) error
func (*FileBasedKVS) Put ¶
func (f *FileBasedKVS) Put(id string, entry interface{}) error
Click to show internal directories.
Click to hide internal directories.