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 a 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.1.0
- Published
- Nov 5, 2015
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- now –
Tools for package owners.