Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(endpoint string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(endpoint string) BaseClient
type ChangePointDetectRequest ¶
type ChangePointDetectRequest = original.ChangePointDetectRequest
type ChangePointDetectResponse ¶
type ChangePointDetectResponse = original.ChangePointDetectResponse
type DetectRequest ¶
type DetectRequest = original.DetectRequest
type EntireDetectResponse ¶
type EntireDetectResponse = original.EntireDetectResponse
type LastDetectResponse ¶
type LastDetectResponse = original.LastDetectResponse
type TimeGranularity ¶
type TimeGranularity = original.TimeGranularity
const ( Daily TimeGranularity = original.Daily Hourly TimeGranularity = original.Hourly Monthly TimeGranularity = original.Monthly PerMinute TimeGranularity = original.PerMinute PerSecond TimeGranularity = original.PerSecond Weekly TimeGranularity = original.Weekly Yearly TimeGranularity = original.Yearly )
func PossibleTimeGranularityValues ¶
func PossibleTimeGranularityValues() []TimeGranularity
type TimeSeriesPoint ¶
type TimeSeriesPoint = original.TimeSeriesPoint
Click to show internal directories.
Click to hide internal directories.