MCPcopy Index your code
hub / github.com/koding/kite / Etcd

Struct Etcd

kontrol/etcd.go:30–33  ·  view source on GitHub ↗

Etcd implements the Storage interface

Source from the content-addressed store, hash-verified

28
29// Etcd implements the Storage interface
30type Etcd struct {
31 client etcd.KeysAPI
32 log kite.Logger
33}
34
35func NewEtcd(machines []string, log kite.Logger) *Etcd {
36 if machines == nil || len(machines) == 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected