# Functions
GetNewRegistryAuthClient creates and returns an appropriate AuthClient based on the provided secret data type.
NewAwsIRSA creates a new awsIRSA instance.
NewAzureWorkloadIdentity creates a new azureWorkloadIdentity instance.
NewBasicAuthentication creates a new basicAuthentication instance.
NewMockAuthClient creates a new mock instance.
# Structs
MockAuthClient is a mock of AuthClient interface.
MockAuthClientGetAuthClientCall wrap *gomock.Call.
MockAuthClientMockRecorder is the mock recorder for MockAuthClient.
# Interfaces
AuthClient is an interface for getting appropriate ORAS auth client based on the auth type.