Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth struct {
// contains filtered or unexported fields
}
Simple structure to hold authentication information
func FromString ¶
Parse an authentication string (i.e. from AuthString) into an Auth struct
func (Auth) BasicAuth ¶
func (a Auth) BasicAuth() (runtime.ClientAuthInfoWriter, error)
Build the authentication string used for basic http authentication
Click to show internal directories.
Click to hide internal directories.