(ctx context.Context, cli *client.Client)
| 32 | } |
| 33 | |
| 34 | func (c clientConfigDriver) CreateClient(ctx context.Context, cli *client.Client) error { |
| 35 | //TODO implement me |
| 36 | panic("implement me") |
| 37 | } |
| 38 | |
| 39 | func (c clientConfigDriver) UpdateClient(ctx context.Context, cli *client.Client) error { |
| 40 | //TODO implement me |
nothing calls this directly
no outgoing calls
no test coverage detected