Documentation ¶ Index ¶ type App func New(url, username, password string) (App, error) func (a App) Delete(_ context.Context, image, tag string) error func (a App) Repositories(_ context.Context) ([]string, error) func (a App) Tags(ctx context.Context, image string, handler func(string)) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type App ¶ type App struct { // contains filtered or unexported fields } App of package func New ¶ func New(url, username, password string) (App, error) New creates new App from Config func (App) Delete ¶ func (a App) Delete(_ context.Context, image, tag string) error Delete a tag func (App) Repositories ¶ added in v0.1.0 func (a App) Repositories(_ context.Context) ([]string, error) Repositories list repositories func (App) Tags ¶ func (a App) Tags(ctx context.Context, image string, handler func(string)) error Tags list tags for a given image Source Files ¶ View all Source files registry.go Click to show internal directories. Click to hide internal directories.