| 38 | } |
| 39 | |
| 40 | type proxySnapshotter struct { |
| 41 | client snapshotsapi.SnapshotsClient |
| 42 | snapshotterName string |
| 43 | } |
| 44 | |
| 45 | func (p *proxySnapshotter) Stat(ctx context.Context, key string) (snapshots.Info, error) { |
| 46 | resp, err := p.client.Stat(ctx, |
nothing calls this directly
no outgoing calls
no test coverage detected