Documentation
¶
Index ¶
- type Discarder
- func (g *Discarder) ConfigOptions() []utils.Option
- func (g *Discarder) Description() string
- func (g *Discarder) RawTransform(datas []string) ([]string, error)
- func (g *Discarder) SampleConfig() string
- func (g *Discarder) Stage() string
- func (g *Discarder) Stats() utils.StatsInfo
- func (g *Discarder) Transform(datas []sender.Data) ([]sender.Data, error)
- func (g *Discarder) Type() string
- type Replacer
- func (g *Replacer) ConfigOptions() []utils.Option
- func (g *Replacer) Description() string
- func (g *Replacer) RawTransform(datas []string) ([]string, error)
- func (g *Replacer) SampleConfig() string
- func (g *Replacer) Stage() string
- func (g *Replacer) Stats() utils.StatsInfo
- func (g *Replacer) Transform(datas []sender.Data) ([]sender.Data, error)
- func (g *Replacer) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discarder ¶ added in v1.3.2
type Discarder struct {
Key string `json:"key"`
// contains filtered or unexported fields
}
func (*Discarder) ConfigOptions ¶ added in v1.3.2
func (*Discarder) Description ¶ added in v1.3.2
func (*Discarder) RawTransform ¶ added in v1.3.2
func (*Discarder) SampleConfig ¶ added in v1.3.2
type Replacer ¶
type Replacer struct {
StageTime string `json:"stage"`
Key string `json:"key"`
Old string `json:"old"`
New string `json:"new"`
// contains filtered or unexported fields
}
func (*Replacer) ConfigOptions ¶ added in v1.3.2
func (*Replacer) Description ¶
func (*Replacer) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.