time

package
v0.58.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 11, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.53.0

type Config struct {
	helper.TransformerConfig `mapstructure:",squash" yaml:",inline"`
	helper.TimeParser        `mapstructure:",omitempty,squash" yaml:",omitempty,inline"`
}

Config is the configuration of a time parser operator.

func NewConfig added in v0.53.0

func NewConfig(operatorID string) *Config

NewConfig creates a new time parser config with default values

func (Config) Build added in v0.53.0

func (c Config) Build(logger *zap.SugaredLogger) (operator.Operator, error)

Build will build a time parser operator.

type Parser added in v0.53.0

type Parser struct {
	helper.TransformerOperator
	helper.TimeParser
}

Parser is an operator that parses time from a field to an entry.

func (*Parser) Process added in v0.53.0

func (t *Parser) Process(ctx context.Context, entry *entry.Entry) error

Process will parse time from an entry.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL