Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opts ¶
type Opts struct { Endpoint string `env:"ENDPOINT,overwrite"` // Deprecated - use URL instead URL string `env:"URL,overwrite"` Username string `env:"USERNAME,overwrite"` Password string `env:"PASSWORD,overwrite"` Debug bool `env:"DEBUG,overwrite"` // contains filtered or unexported fields }
Opts - Is a struct that contains the options for the netbackup client
Click to show internal directories.
Click to hide internal directories.