Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdHocFilter ¶
type AdHocFilter struct { Value string `json:"value"` Operator string `json:"operator"` Condition string `json:"condition"` Key string `json:"key"` }
AdHocFilter specifies the ad hoc filters, whose keys & values are returned by the /tag-key and /tag-values endpoints.
type Args ¶
type Args struct { Range Range `json:"range"` AdHocFilters []AdHocFilter }
Args contains common arguments used by endpoints.
Click to show internal directories.
Click to hide internal directories.