Documentation ¶
Index ¶
- type Client
- type Option
- func AccessToken(accessToken string) Option
- func ApiKey(apiKey string) Option
- func CAFile(caFile string) Option
- func CertFile(certFile string) Option
- func InsecureSkipVerify(insecureSkipVerify bool) Option
- func KeyFile(keyFile string) Option
- func Password(password string) Option
- func Path(path string) Option
- func Timeout(timeout int64) Option
- func URL(url string) Option
- func Username(username string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Option ¶
type Option func(*options)
Option allows specifying various settings
func AccessToken ¶
AccessToken is sent in the authorization header
func InsecureSkipVerify ¶
InsecureSkipVerify to indicate if verify the certificate when connecting
Click to show internal directories.
Click to hide internal directories.