Versions in this module Expand all Collapse all v0 v0.18.1 Mar 3, 2026 Changes in this version + type Annotator struct + func NewAnnotator(poolSize int, orasClient api.ORASClientInterface, loginURL string, ...) (*Annotator, error) + func (a *Annotator) Annotate(ctx context.Context, manifests []string) (int, error) + type Executer struct + type Purger struct + func NewPurger(repoParallelism int, acrClient api.AcrCLIClientInterface, loginURL string, ...) *Purger + func (p *Purger) PurgeManifests(ctx context.Context, manifests []acr.ManifestAttributesBase) (int, error) + func (p *Purger) PurgeTags(ctx context.Context, tags []acr.TagAttributesBase) (int, error)