MCPcopy
hub / github.com/vulcand/vulcand / ng

Struct ng

engine/etcdng/v3/etcd.go:27–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25)
26
27type ng struct {
28 nodes []string
29 registry *plugin.Registry
30 etcdKey string
31 client *etcd.Client
32 context context.Context
33 cancelFunc context.CancelFunc
34 logLevel log.Level
35 options etcdng.Options
36 requireQuorum bool
37}
38
39var (
40 frontendIdRegex = regexp.MustCompile("/frontends/([^/]+)(?:/frontend)?$")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected