Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InputTypes = []string{
"nats",
"stan",
"kafka",
"jetstream",
}
View Source
var Inputs = map[string]Initializer{}
Functions ¶
func Register ¶
func Register(name string, initFn Initializer)
Types ¶
type Initializer ¶
type Initializer func() Input
type InputOptions ¶ added in v0.42.1
type Option ¶
type Option func(*InputOptions) error
func WithEventProcessors ¶
func WithLogger ¶
func WithTargets ¶ added in v0.42.1
func WithTargets(tcs map[string]*types.TargetConfig) Option
Click to show internal directories.
Click to hide internal directories.