MCPcopy
hub / github.com/grafana/tempo / testClient

Struct testClient

modules/overrides/userconfigurable/api/api_test.go:588–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588type 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
593var _ client.Client = (*testClient)(nil)
594

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected