Manager client for dynconfig.
| 236 | |
| 237 | // Manager client for dynconfig. |
| 238 | type managerClient struct { |
| 239 | managerClient managerclient.V2 |
| 240 | config *Config |
| 241 | } |
| 242 | |
| 243 | // New the manager client used by dynconfig. |
| 244 | func newManagerClient(client managerclient.V2, cfg *Config) dc.ManagerClient { |
nothing calls this directly
no outgoing calls
no test coverage detected