(ctx context.Context, source reference.Canonical, target reference.Named)
| 21 | GetManifest(ctx context.Context, ref reference.Named) (manifesttypes.ImageManifest, error) |
| 22 | GetManifestList(ctx context.Context, ref reference.Named) ([]manifesttypes.ImageManifest, error) |
| 23 | MountBlob(ctx context.Context, source reference.Canonical, target reference.Named) error |
| 24 | PutManifest(ctx context.Context, ref reference.Named, manifest distribution.Manifest) (digest.Digest, error) |
| 25 | } |
| 26 |
no outgoing calls
no test coverage detected