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

# Functions

GetAcrCLIClientWithAuth obtains a client that has authentication for making ACR http requests.
No description provided by the author
LoginURL returns the FQDN for a registry.
LoginURLWithPrefix return the hostname of a registry.

# Structs

The AcrCLIClient is the struct that will be in charge of doing the http requests to the registry.
The ORASClient wraps the oras-go sdk and is used for interacting with artifacts in a registry.

# Interfaces

AcrCLIClientInterface defines the required methods that the acr-cli will need to use.
GraphTarget is a tracked oras.GraphTarget.
ORASClientInterface defines the required methods that the acr-cli will need to use with ORAS.