Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwitchCase ¶
type SwitchCase struct {
*core.BaseProcessor `mapstructure:"-"`
Labels map[string]Mapping `mapstructure:"labels"`
Fields map[string]Mapping `mapstructure:"fields"`
// contains filtered or unexported fields
}
func (*SwitchCase) Close ¶
func (p *SwitchCase) Close() error
func (*SwitchCase) Init ¶
func (p *SwitchCase) Init() error
func (*SwitchCase) Run ¶
func (p *SwitchCase) Run()
Click to show internal directories.
Click to hide internal directories.