Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// > @3@4@5@6
// >
// > The event field to put the time.
Field string `json:"field" required:"true" default:"time"` // *
// > @3@4@5@6
// >
// > Date format to parse a field. Can be specified as a datetime layout in Go [time.Parse](https://pkg.go.dev/time#Parse) format or by alias.
// > List of available datetime format aliases can be found [here](/pipeline/README.md#datetime-parse-formats).
Format string `json:"format" default:"rfc3339nano" required:"true"` // *
Format_ string
// > @3@4@5@6
// >
// > Override field if exists.
Override bool `json:"override" default:"true"` // *
}
! config-params ^ config-params
Click to show internal directories.
Click to hide internal directories.