(ctx context.Context, id object.ID)
| 31 | //nolint:interfacebloat |
| 32 | type Repository interface { |
| 33 | OpenObject(ctx context.Context, id object.ID) (object.Reader, error) |
| 34 | VerifyObject(ctx context.Context, id object.ID) ([]content.ID, error) |
| 35 | GetManifest(ctx context.Context, id manifest.ID, data any) (*manifest.EntryMetadata, error) |
| 36 | FindManifests(ctx context.Context, labels map[string]string) ([]*manifest.EntryMetadata, error) |
no outgoing calls