Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientConfig ¶
type ClientConfig struct { RootURL string APIKey string MutualTLSCertificatePaths *apihelpers.CertificatePaths Timeout time.Duration }
func (ClientConfig) RunHTTPcall ¶
func (cConfig ClientConfig) RunHTTPcall(pathname string, payload interface{}) (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.