Documentation ¶
Index ¶
Constants ¶
View Source
const BaseKey = "__root__"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSite ¶
type Metric ¶
type Metric uint8
func ParsMetric ¶ added in v0.0.17
func (Metric) MarshalJSON ¶ added in v0.0.17
func (*Metric) UnmarshalJSON ¶ added in v0.0.17
type Property ¶ added in v0.0.17
type Property uint8
func ParseProperty ¶ added in v0.0.17
func (Property) MarshalJSON ¶ added in v0.0.17
func (*Property) UnmarshalJSON ¶ added in v0.0.17
type PropertyResult ¶ added in v0.0.17
type QueryOptions ¶ added in v0.0.17
type QueryPropertyOptions ¶ added in v0.0.17
type QueryPropertyOptions struct { Window time.Duration `json:"window,omitempty"` Offset time.Duration `json:"offset,omitempty"` Metric Metric `json:"metric,omitempty"` Property Property `json:"property,omitempty"` Selector Select `json:"selector,omitempty"` }
func (*QueryPropertyOptions) Defaults ¶ added in v0.0.17
func (q *QueryPropertyOptions) Defaults()
type UpdateSite ¶
Click to show internal directories.
Click to hide internal directories.