MissingBlobs returns missing blob IDs such as layer IDs in cache
(ctx context.Context, artifactID string, blobIDs []string)
| 24 | type ArtifactCache interface { |
| 25 | // MissingBlobs returns missing blob IDs such as layer IDs in cache |
| 26 | MissingBlobs(ctx context.Context, artifactID string, blobIDs []string) (missingArtifact bool, missingBlobIDs []string, err error) |
| 27 | |
| 28 | // PutArtifact stores artifact information such as image metadata in cache |
| 29 | PutArtifact(ctx context.Context, artifactID string, artifactInfo types.ArtifactInfo) (err error) |
no outgoing calls
no test coverage detected