diff --git a/client/registry/registry.go b/client/registry/registry.go index 8b2ddcca3..058ed9cc6 100644 --- a/client/registry/registry.go +++ b/client/registry/registry.go @@ -38,7 +38,7 @@ type Type struct { // Registry abstracts type interactions. type Registry interface { - // List all the types in the given repository + // List all the types in the given registry List() ([]Type, error) // Get the download URL for a given type and version GetURL(t Type) (string, error)