Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAllCompletedQL ¶
func CheckAllCompletedQL(response *GraphQLResponse) bool
Types ¶
type DataPoints ¶
func GetLatestDataPoints ¶
func GetLatestDataPoints(dps []DataPoints) *DataPoints
type GraphQLQuery ¶
type GraphQLQuery struct { FilterSet string `json:"filter_set"` Since int64 `json:"since"` Source string `json:"source"` Until int64 `json:"until"` SectionLoadId string `json:"section_load_id"` AggregationPeriod string `json:"aggregation_period"` Aggregations []string `json:"aggregations"` Breakdowns []string `json:"breakdowns"` EventName string `json:"event_name"` MetricParams EmptyMap `json:"metric_params"` OrderingColumns *string `json:"ordering_columns"` Retry bool `json:"retry"` }
func New ¶
func New() *GraphQLQuery
func NewBasic ¶
func NewBasic() *GraphQLQuery
type GraphQLResponse ¶
Click to show internal directories.
Click to hide internal directories.