Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KVStore ¶
type KVStore interface { Get(key string) (string, error) Set(key, val string, seconds int64) error Del(key ...string) error Tx() Tx Subtree(prefix string) KVStore }
KVStore is a service wrapper around a kv store client
Click to show internal directories.
Click to hide internal directories.