Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApmMetric ¶
type ApmMetric struct { Duration int64 `json:"duration"` EntityIds []int `json:"entity_ids"` Metrics MetricList `json:"metrics"` Facet string `json:"facet,omitempty"` OrderBy string `json:"order_by,omitempty"` }
type Layout ¶
type MetricList ¶
type MetricList []Metric
func (MetricList) Equals ¶
func (list MetricList) Equals(other MetricList) bool
type Presentation ¶
func (Presentation) Equals ¶
func (p Presentation) Equals(other Presentation) bool
type Widget ¶
type Widget struct { Visualization string `json:"visualization"` Data DataList `json:"data"` Layout Layout `json:"layout"` Presentation Presentation `json:"presentation"` }
type WidgetList ¶
type WidgetList []Widget
func (WidgetList) Equals ¶
func (list WidgetList) Equals(other WidgetList) bool
Click to show internal directories.
Click to hide internal directories.