Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Thread int ProxyURL string SkipSSLVerify bool Timeout time.Duration URL string Verbose bool }
func ConfigFromOptions ¶
func ConfigFromOptions(parseOpts *ConfigOptions) (*Config, error)
type ConfigOptions ¶
type ConfigOptions struct { General GeneralOptions HTTP HTTPOptions }
func NewConfigOptions ¶
func NewConfigOptions() *ConfigOptions
type GeneralOptions ¶
Click to show internal directories.
Click to hide internal directories.