Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // TLSVerify is the same as !InsecureSkipVerify in tls.Config TLSVerify bool // Certs is a list of TLS certificates to use Certs []tls.Certificate // Timeout is the maximum time for new connections Timeout time.Duration }
Options is a struct which contains options for initializing a T.
Click to show internal directories.
Click to hide internal directories.