Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthOptions ¶ added in v0.0.13
type AuthOptions struct { CredentialsFiles []string Username string Password string Insecure bool PlainHTTP bool }
func (*AuthOptions) AddToFlags ¶ added in v0.0.13
func (opts *AuthOptions) AddToFlags(flags *pflag.FlagSet)
type GeneralOptions ¶
type GeneralOptions struct {
Verbose bool
}
func (*GeneralOptions) AddToFlags ¶ added in v0.0.13
func (opts *GeneralOptions) AddToFlags(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.