Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// cloudexport
CloudExportAdminServiceApi *cloudexport.CloudExportAdminServiceApiService
// synthetics
SyntheticsAdminServiceApi *synthetics.SyntheticsAdminServiceApiService
SyntheticsDataServiceApi *synthetics.SyntheticsDataServiceApiService
}
Client is the root object for manipulating all the Kentik API resources.
type Config ¶
type Config struct {
// CloudExportAPIURL defaults to "https://cloudexports.api.kentik.com".
CloudExportAPIURL string
// SyntheticsAPIURL defaults to "https://synthetics.api.kentik.com".
SyntheticsAPIURL string
AuthEmail string
AuthToken string
RetryCfg RetryConfig
// LogPayloads enables logging of request and response payloads.
LogPayloads bool
}
Config holds configuration of the Client.
type RetryConfig ¶
type RetryConfig = httputil.RetryConfig
Click to show internal directories.
Click to hide internal directories.