Documentation ¶ Index ¶ type Client func NewClient(endpoint string, tlsClientConfig *tls.Config) *Client func (c Client) APIGet(url string, out interface{}) error func (c Client) APIPost(url string, out interface{}, in interface{}) error func (c Client) ExpandURI(uri string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { *http.Client // contains filtered or unexported fields } func NewClient ¶ func NewClient(endpoint string, tlsClientConfig *tls.Config) *Client func (Client) APIGet ¶ func (c Client) APIGet(url string, out interface{}) error func (Client) APIPost ¶ func (c Client) APIPost(url string, out interface{}, in interface{}) error func (Client) ExpandURI ¶ func (c Client) ExpandURI(uri string) string Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.