| 586 | } |
| 587 | |
| 588 | type testClient struct { |
| 589 | get func(context.Context, string) (*client.Limits, backend.Version, error) |
| 590 | set func(context.Context, string, *client.Limits, backend.Version) (backend.Version, error) |
| 591 | } |
| 592 | |
| 593 | var _ client.Client = (*testClient)(nil) |
| 594 |
nothing calls this directly
no outgoing calls
no test coverage detected