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. This could be one of // `timestamp|timestampmilli|timestampmicro|timestampnano|ansic|unixdate|rubydate|rfc822|rfc822z|rfc850|rfc1123|rfc1123z|rfc3339|rfc3339nano|kitchen|stamp|stampmilli|stampmicro|stampnano` // or custom time format. // See: https://pkg.go.dev/time#Parse 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.