Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = "none-fallbacker" ShowName = "None Fallbacker" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fallbacker ¶
type Fallbacker struct {
config.CommonFields
}
func (*Fallbacker) DefaultConfig ¶
func (f *Fallbacker) DefaultConfig() string
func (*Fallbacker) Description ¶
func (f *Fallbacker) Description() string
func (*Fallbacker) FallBack ¶
func (f *Fallbacker) FallBack(batch event.BatchEvents, forward api.ForwardFunc) bool
func (*Fallbacker) Name ¶
func (f *Fallbacker) Name() string
func (*Fallbacker) ShowName ¶ added in v0.4.0
func (f *Fallbacker) ShowName() string
Click to show internal directories.
Click to hide internal directories.