Documentation ¶
Overview ¶
Package pulp provides package repository management functionality.
Index ¶
- func Debs(client *http.Client, hostname string, repository string, count uint) ([]string, error)
- func Login(hostname string, username string, password string, caDER []byte) (*http.Client, error)
- func RemoveDeb(client *http.Client, hostname string, repository string, version string) error
- func RemoveRpm(client *http.Client, hostname string, repository string, version string) error
- func Rpms(client *http.Client, hostname string, repository string, count uint) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Login ¶
func Login( hostname string, username string, password string, caDER []byte, ) (*http.Client, error)
Login return client-side certificate authorized http client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.