Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opts ¶
type Opts struct { URL string // Gerrit server url. Username string // Optional machine account username. Password string // Optional machine account password. PrivateMode bool // Gerrit is running in private mode. SkipVerify bool // Skip ssl verification. }
Opts defines configuration options.
Click to show internal directories.
Click to hide internal directories.