package
0.0.0-20250311225629-86c7448754f3
Repository: https://github.com/azure/acr-cli.git
Documentation: pkg.go.dev

# Functions

Applies filter to filter out the repositories and tags from the ACR according to the specified criteria and returns the FilteredRepository struct.
Reads the filter json from the specified file path and returns the Filter struct.
Reads the filter policy from the specified repository and tag and returns the Filter struct.
Prints the filtered result to the console.
Prints the artifacts not found to the console.

# Constants

No description provided by the author
No description provided by the author

# Structs

Filter struct to hold the filter policy.
FilteredRepository struct to hold the filtered repository, tag and patch tag if any.
Repository struct to hold the repository, tags and enabled flag.

# Type aliases

No description provided by the author