package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev
# Functions
GetFactory gets the adapter factory by the specified name.
HasFactory checks whether there is given type adapter factory.
ListAdapterInfos list the adapter infos.
ListRegisteredAdapterTypes lists the registered Adapter type.
RegisterFactory registers one adapter factory to the registry.
# Interfaces
Adapter interface defines the capabilities of registry.
ArtifactRegistry defines the capabilities that an artifact registry should have.
ChartRegistry defines the capabilities that a chart registry should have.
Factory creates a specific Adapter according to the params.