Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreProcessor ¶
type Route ¶
type Route struct { Name string `yaml:"name"` Disable bool `yaml:"disable"` Topics []string `yaml:"topics"` Skip bool `yaml:"skip"` Template Template `yaml:"template"` PreProcessor *PreProcessor `yaml:"preprocessor,omitempty"` }
func (*Route) DisplayTopics ¶
func (*Route) HasPreprocessor ¶
func (*Route) Match ¶
match takes the topic string of the published message and does a basic compare to the string of the current Route, if they match it returns true
func (*Route) PreparePreProcessor ¶
type Specification ¶
type VariableFields ¶
type VariableFields struct {
Fields []string `yaml:"fields"`
}
Click to show internal directories.
Click to hide internal directories.