Documentation
¶
Index ¶
- type Converter
- func (g *Converter) ConfigOptions() []utils.Option
- func (g *Converter) Description() string
- func (g *Converter) RawTransform(datas []string) ([]string, error)
- func (g *Converter) SampleConfig() string
- func (g *Converter) Stage() string
- func (g *Converter) Stats() utils.StatsInfo
- func (g *Converter) Transform(datas []sender.Data) ([]sender.Data, error)
- func (g *Converter) Type() string
- 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
- type Spliter
- func (g *Spliter) ConfigOptions() []utils.Option
- func (g *Spliter) Description() string
- func (g *Spliter) RawTransform(datas []string) ([]string, error)
- func (g *Spliter) SampleConfig() string
- func (g *Spliter) Stage() string
- func (g *Spliter) Stats() utils.StatsInfo
- func (g *Spliter) Transform(datas []sender.Data) ([]sender.Data, error)
- func (g *Spliter) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Converter ¶ added in v1.3.3
type Converter struct {
DSL string `json:"dsl"`
// contains filtered or unexported fields
}
func (*Converter) ConfigOptions ¶ added in v1.3.3
func (*Converter) Description ¶ added in v1.3.3
func (*Converter) RawTransform ¶ added in v1.3.3
func (*Converter) SampleConfig ¶ added in v1.3.3
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 ¶
type Spliter ¶ added in v1.3.3
type Spliter struct {
Key string `json:"key"`
SeperateKey string `json:"sep"`
ArraryName string `json:"newfield"`
// contains filtered or unexported fields
}
func (*Spliter) ConfigOptions ¶ added in v1.3.3
func (*Spliter) Description ¶ added in v1.3.3
func (*Spliter) RawTransform ¶ added in v1.3.3
func (*Spliter) SampleConfig ¶ added in v1.3.3
Click to show internal directories.
Click to hide internal directories.