(ctx context.Context, digest string)
| 35 | type Uploader interface { |
| 36 | Upload(ctx context.Context, r io.Reader, resource *v1.CASResource) error |
| 37 | Exists(ctx context.Context, digest string) (bool, error) |
| 38 | CheckWritePermissions(ctx context.Context) error |
| 39 | } |
| 40 |
no outgoing calls