package libkv
import "github.com/docker/libkv"
Index ¶
- func AddStore(store store.Backend, init Initialize)
- func NewStore(backend store.Backend, addrs []string, options *store.Config) (store.Store, error)
- type Initialize
Functions ¶
func AddStore ¶
func AddStore(store store.Backend, init Initialize)
AddStore adds a new store backend to libkv
func NewStore ¶
NewStore creates an instance of store
Types ¶
type Initialize ¶
Initialize creates a new Store object, initializing the client
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
store | |
store/boltdb | |
store/consul | |
store/etcd | |
store/mock | |
store/zookeeper | |
testutils |
- Version
- v0.2.1 (latest)
- Published
- Jul 20, 2016
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 3 weeks ago –
Tools for package owners.