time

package
v0.111.0 Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 License: Apache-2.0 Imports: 6 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"`
	helper.TimeParser        `mapstructure:",omitempty,squash"`
}

Config is the configuration of a time parser operator.

func NewConfig added in v0.53.0

func NewConfig() *Config

NewConfig creates a new time parser config with default values

func NewConfigWithID added in v0.59.0

func NewConfigWithID(operatorID string) *Config

NewConfigWithID creates a new time parser config with default values

func (Config) Build added in v0.53.0

Build will build a time parser operator.

func (*Config) Unmarshal added in v0.99.0

func (c *Config) Unmarshal(component *confmap.Conf) error

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 (p *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