Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyEvent ¶
type DummyEvent struct { }
func (DummyEvent) Process ¶
func (de DummyEvent) Process(reader io.Reader, customParams interface{}) bool
func (DummyEvent) Setup ¶
func (de DummyEvent) Setup(customParams interface{}) bool
type KafkaEmitEvent ¶
type KafkaEmitEvent struct { Data map[string]interface{} Tmpl *template.Template Producer *kafka.Producer Topic string }
func (KafkaEmitEvent) Process ¶
func (kee KafkaEmitEvent) Process(reader io.Reader, customParams interface{}) bool
func (KafkaEmitEvent) Setup ¶
func (kee KafkaEmitEvent) Setup(customParams interface{}) bool
Click to show internal directories.
Click to hide internal directories.