Client is a kv.Client for Consul.
| 63 | |
| 64 | // Client is a kv.Client for Consul. |
| 65 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected