Documentation ¶
Index ¶
- type DateTrans
- func (it *DateTrans) ConfigOptions() []Option
- func (g *DateTrans) Description() string
- func (g *DateTrans) RawTransform(datas []string) ([]string, error)
- func (g *DateTrans) SampleConfig() string
- func (g *DateTrans) Stage() string
- func (g *DateTrans) Stats() utils.StatsInfo
- func (g *DateTrans) Transform(datas []Data) ([]Data, error)
- func (g *DateTrans) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateTrans ¶
type DateTrans struct { Key string `json:"key"` Offset int `json:"offset"` LayoutBefore string `json:"time_layout_before"` LayoutAfter string `json:"time_layout_after"` // contains filtered or unexported fields }
func (*DateTrans) ConfigOptions ¶
func (it *DateTrans) ConfigOptions() []Option
func (*DateTrans) Description ¶
func (*DateTrans) SampleConfig ¶
Click to show internal directories.
Click to hide internal directories.