MCPcopy
hub / github.com/go-kit/kit / GetEntries

Method GetEntries

sd/etcdv3/client.go:27–27  ·  view source on GitHub ↗

GetEntries queries the given prefix in etcd and returns a slice containing the values of all keys found, recursively, underneath that prefix.

(prefix string)

Source from the content-addressed store, hash-verified

25 // containing the values of all keys found, recursively, underneath that
26 // prefix.
27 GetEntries(prefix string) ([]string, error)
28
29 // WatchPrefix watches the given prefix in etcd for changes. When a change
30 // is detected, it will signal on the passed channel. Clients are expected

Callers 9

NewInstancerFunction · 0.65
loopMethod · 0.65
TestGetEntriesFunction · 0.65
NewInstancerFunction · 0.65
loopMethod · 0.65
NewInstancerFunction · 0.65
loopMethod · 0.65
runIntegrationFunction · 0.65

Calls

no outgoing calls

Tested by 3

TestGetEntriesFunction · 0.52
runIntegrationFunction · 0.52