event_delete

package
v0.20.1 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Delete

type Delete struct {
	Tags       []string `mapstructure:"tags,omitempty" json:"tags,omitempty"`
	Values     []string `mapstructure:"values,omitempty" json:"values,omitempty"`
	TagNames   []string `mapstructure:"tag-names,omitempty" json:"tag-names,omitempty"`
	ValueNames []string `mapstructure:"value-names,omitempty" json:"value-names,omitempty"`
	Debug      bool     `mapstructure:"debug,omitempty" json:"debug,omitempty"`
	// contains filtered or unexported fields
}

Delete, deletes ALL the tags or values matching one of the regexes

func (*Delete) Apply

func (d *Delete) Apply(es ...*formatters.EventMsg) []*formatters.EventMsg

func (*Delete) Init

func (d *Delete) Init(cfg interface{}, opts ...formatters.Option) error

func (*Delete) WithLogger added in v0.9.1

func (d *Delete) WithLogger(l *log.Logger)

func (*Delete) WithTargets added in v0.12.2

func (d *Delete) WithTargets(tcs map[string]*types.TargetConfig)

Jump to

Keyboard shortcuts

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