1
0
mirror of https://github.com/distribution/distribution synced 2025-02-17 20:39:35 +01:00

Add documentation

Signed-off-by: Manish Tomar <manish.tomar@docker.com>
This commit is contained in:
Manish Tomar 2018-08-03 14:08:00 -07:00
parent 8f6758278d
commit e4d5a0a17c

@ -26,6 +26,7 @@ type BlobListener interface {
BlobDeleted(repo reference.Named, desc digest.Digest) error
}
// RepoListener provides repository methods that respond to repository lifecycle
type RepoListener interface {
TagDeleted(repo reference.Named, tag string) error
RepoDeleted(repo reference.Named) error