Skip to content

Commit

Permalink
feat!: add ReferrerFinder to Repository interface (#357)
Browse files Browse the repository at this point in the history
Resolves #356

Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
  • Loading branch information
shizhMSFT authored Nov 9, 2022
1 parent f701e60 commit 7ee86b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions registry/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type Repository interface {
content.TagResolver
ReferenceFetcher
ReferencePusher
ReferrerFinder

// Blobs provides access to the blob CAS only, which contains config blobs,
// layers, and other generic blobs.
Expand Down

0 comments on commit 7ee86b9

Please sign in to comment.