Documentation ¶
Overview ¶
Provides a set of structures for passing data around Kapacitor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SortedFields ¶
func SortedKeys ¶
Types ¶
type Dimensions ¶ added in v0.11.0
func (Dimensions) Copy ¶ added in v0.11.0
func (d Dimensions) Copy() Dimensions
func (Dimensions) Equal ¶ added in v1.4.0
func (d Dimensions) Equal(o Dimensions) bool
func (Dimensions) ToSet ¶ added in v1.0.0
func (d Dimensions) ToSet() map[string]bool
type Result ¶ added in v1.3.0
func (*Result) UnmarshalJSON ¶ added in v1.4.0
type Row ¶ added in v1.3.0
type Row struct { Name string `json:"name,omitempty"` Tags map[string]string `json:"tags,omitempty"` Columns []string `json:"columns,omitempty"` Values [][]interface{} `json:"values,omitempty"` }
Row represents a single row returned from the execution of a statement.
func (*Row) UnmarshalJSON ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.