Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureMTLS ¶
func ConfigureMTLS(httpClient *http.Client, caCert string, clientCert string, clientKey string) error
Types ¶
type Client ¶
type Client interface {
Do(req *nethttp.Request) (*nethttp.Response, error)
}
func ClientWithBaseURL ¶
func ClientWithBaseURL(delegate Client, baseURL *url.URL, headers map[string]string) Client
type ClientFunc ¶
type ClientFunc func(req *nethttp.Request) (*nethttp.Response, error)
Click to show internal directories.
Click to hide internal directories.