Versions in this module Expand all Collapse all v0 v0.70.0 Jun 16, 2023 Changes in this version + type Logger struct + DebugfCall struct{ ... } + PrintfCall struct{ ... } + PromptWithDetailsCall struct{ ... } + func (f *Logger) Debugf(param1 string, param2 ...) + func (f *Logger) Printf(param1 string, param2 ...) + func (f *Logger) PromptWithDetails(param1 string, param2 string) bool + type RepositoriesClient struct + DeleteRepositoryCall struct{ ... } + ListRepositoriesCall struct{ ... } + func (f *RepositoriesClient) DeleteRepository(param1 string) error + func (f *RepositoriesClient) ListRepositories(param1 string) (*artifactregistry.ListRepositoriesResponse, error)