Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // Slice of bool will append 'true' each time the option // is encountered (can be set multiple times, like -vvv) Verbose []bool `short:"v" long:"verbose" description:"Show verbose debug information"` Relay *relayOptions `command:"relay"` Receive *receiveOptions `command:"receive"` Cert *certOptions `command:"cert"` }
Click to show internal directories.
Click to hide internal directories.