mirror of
https://github.com/containers/skopeo.git
synced 2025-06-26 06:42:21 +00:00
add comment to interfaces
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
73509ef227
commit
0440473c63
@ -11,7 +11,7 @@ const (
|
||||
type Registry interface {
|
||||
Images() []Image
|
||||
Image(ref string) Image // ref == image name w/o registry part
|
||||
Lookup(term string) []Image // docker registry v1 only AFAICT
|
||||
Lookup(term string) []Image // docker registry v1 only AFAICT, v2 can be built hacking with Images()
|
||||
}
|
||||
|
||||
type Image interface {
|
||||
|
Loading…
Reference in New Issue
Block a user