Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OverrideTS ¶
type OverrideTS struct { Precision string `mapstructure:"precision,omitempty" json:"precision,omitempty"` Debug bool `mapstructure:"debug,omitempty" json:"debug,omitempty"` // contains filtered or unexported fields }
OverrideTS Overrides the message timestamp with the local time
func (*OverrideTS) Apply ¶
func (o *OverrideTS) Apply(es ...*formatters.EventMsg) []*formatters.EventMsg
Click to show internal directories.
Click to hide internal directories.