package
Version:
v0.0.0-...-b178995
Opens a new window with list of versions in this module.
Published: Jul 19, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KvStorer interface {
Put(string, string, int) (*response.KeyValue, error)
Get(string, int) (*response.KeyValue, error)
Versions(string, int, int, int) (*response.KeyValueVersions, error)
Keys(string, string, int) ([]*response.KeyValue, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.