Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPSWrenchConfig ¶
type HTTPSWrenchConfig struct {
Debug bool `mapstructure:"debug"`
Verbose bool `mapstructure:"verbose"`
CaBundle string `mapstructure:"caBundle"`
requests.RequestsMetaConfig `mapstructure:",squash"`
}
func LoadConfig ¶
func LoadConfig() (*HTTPSWrenchConfig, error)
func NewHTTPSWrenchConfig ¶
func NewHTTPSWrenchConfig() *HTTPSWrenchConfig
Click to show internal directories.
Click to hide internal directories.