Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct { TLSCA string `toml:"tls_ca"` TLSCert string `toml:"tls_cert"` TLSKey string `toml:"tls_key"` InsecureSkipVerify bool `toml:"insecure_skip_verify"` // Deprecated in 1.7; use TLS variables above SSLCA string `toml:"ssl_ca"` SSLCert string `toml:"ssl_cert"` SSLKey string `toml:"ssl_key"` }
ClientConfig represents the standard client TLS config.
type Squid ¶
type Squid struct { Url string ResponseTimeout Duration ClientConfig // contains filtered or unexported fields }
func (*Squid) Description ¶
func (*Squid) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.