Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColumnSeriesForPayload ¶
func ColumnSeriesForPayload(cs *io.ColumnSeries) map[string]interface{}
ColumnSeriesForPayload extracts the single row from the column series that is queried by the trigger, to prepare it for a streaming payload.
Types ¶
type StreamTrigger ¶
type StreamTrigger struct {
// contains filtered or unexported fields
}
type StreamTriggerConfig ¶
type StreamTriggerConfig struct {
Filter string `json:"filter"`
}
Click to show internal directories.
Click to hide internal directories.