package
0.0.0-20210429203654-1825ddb910da
Repository: https://github.com/nerdynick/ccloud-go-sdk.git
Documentation: pkg.go.dev
# Functions
New Creates a new CCloud Metrics HTTP Client.
NewContext creates a new instance of the HTTPContext loaded with the defaults where possible.
NewError constructes a new Client Error.
# Constants
DefaultMaxIdleConns is the default nmax umber of Idle HTTP connections to leave open.
DefaultMaxIdleConnsPerHost is the default max number of HTTP connections to leave open for a singlular HTTP Host.
DefaultRequestTimeout is the default number of seconds to wait before considering a Metrics API query/request as timedout.
DefaultUserAgent is the default user agent to send.
# Type aliases
No description provided by the author
RateLimitedError struct to represent a Rate Limit has been hit for the given account.
ResponseSupplier supplier of new Struct instances to Unmarshal the JSON response into.
No description provided by the author