Method
Set
(ctx context.Context, userID string, limits *client.Limits, version backend.Version)
Source from the content-addressed store, hash-verified
| 601 | } |
| 602 | |
| 603 | func (t *testClient) Set(ctx context.Context, userID string, limits *client.Limits, version backend.Version) (backend.Version, error) { |
| 604 | return t.set(ctx, userID, limits, version) |
| 605 | } |
| 606 | |
| 607 | func (t *testClient) Delete(_ context.Context, _ string, _ backend.Version) error { |
| 608 | panic("implement me") |
Callers
nothing calls this directly
Tested by
no test coverage detected