Documentation ¶
Index ¶
Constants ¶
View Source
const ( ProFIPS = "fips" ProFIPSUpdates = "fips-updates" ProApps = "esm-apps" ProInfra = "esm-infra" )
Variables ¶
View Source
var ErrCredentialsNotFound = errors.New("credentials not found")
Functions ¶
Types ¶
type Archive ¶
type Archive interface { Options() *Options Fetch(pkg string) (io.ReadCloser, *PackageInfo, error) Exists(pkg string) bool Info(pkg string) (*PackageInfo, error) }
Click to show internal directories.
Click to hide internal directories.