MCPcopy
hub / github.com/grafana/dskit / Client

Struct Client

kv/consul/client.go:65–71  ·  view source on GitHub ↗

Client is a kv.Client for Consul.

Source from the content-addressed store, hash-verified

63
64// Client is a kv.Client for Consul.
65type Client struct {
66 kv
67 codec codec.Codec
68 cfg Config
69 logger log.Logger
70 consulMetrics *consulMetrics
71}
72
73// RegisterFlags adds the flags required to config this to the given FlagSet
74// If prefix is not an empty string it should end with a period.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected