package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev

# Functions

GetAuthorizer is a factory method for getting an authorizer based on the given auth type.
NewAPIKeyAuthorizer news a apiKeyAuthorizer.
NewBasicAuth basic authorizer.
NewBearerAuth create bearer authorizer.
NewNoAuth creates a noAuth authorizer.

# Constants

APIKey ...
APIKeyScannerAdapter ...
Basic ...
Bearer ...

# Interfaces

Authorizer defines operation for authorizing the requests.