Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTags ¶
func DeleteTags(ctx context.Context, acrClient api.AcrCLIClientInterface, loginURL string, repoName string, tags []string) error
DeleteTags receives an array of tags digest and deletes them using the supplied acrClient.
func ListTags ¶
func ListTags(ctx context.Context, acrClient api.AcrCLIClientInterface, repoName string) ([]acr.TagAttributesBase, error)
ListTags will do the http requests and return the digest of all the tags in the selected repository.
Types ¶
type ListTagsError ¶
type ListTagsError struct {
// contains filtered or unexported fields
}
func (*ListTagsError) Error ¶
func (e *ListTagsError) Error() string
Click to show internal directories.
Click to hide internal directories.