Documentation
¶
Index ¶
Constants ¶
View Source
const (
SOURCE_KAFKA = "kafka"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶
type Function struct {
Name string `json:"name,omitempty"`
Parameters []interface{} `json:"parameters,omitempty"`
Evaluator interface{} `json:"evaluator,omitempty"`
}
type Source ¶
type Source struct {
Name string `json:"name,omitempty"`
Connection interface{} `json:"connection,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.