Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InputTypes = []string{
"nats",
"stan",
"kafka",
}
View Source
var Inputs = map[string]Initializer{}
Functions ¶
func Register ¶
func Register(name string, initFn Initializer)
Types ¶
type Initializer ¶
type Initializer func() Input
Click to show internal directories.
Click to hide internal directories.