Documentation
¶
Overview ¶
Package options defines the global options of this tool.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthOptions ¶
type AuthOptions struct { URL string `name:"url" help:"The URL where the server listens for requests" required:""` Username string `name:"username" help:"The username for authenticating on the server" required:""` Proxy string `name:"proxy" default:"" help:"The proxy to use for HTTP requests"` }
AuthOptions represents the options for authentication against a server.
Click to show internal directories.
Click to hide internal directories.