Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Parameters ¶
type Parameters struct { // Args is the command-line arguments. This should not include the command // name, args[0]. Args []string // Host is the default host name. Host string // DefaultAuthOptions provide default values for authentication related // options (most notably SecretsDir: a directory with token cache). DefaultAuthOptions auth.Options }
Parameters is the set of application parametesr that can be supplied.
Click to show internal directories.
Click to hide internal directories.