package
7.4.0+incompatible
Repository: https://github.com/magento-mcom/beats.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package dns implements a processor that can perform DNS lookups by sending a DNS request over UDP to a recursive nameserver.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

New creates a list of processors from a list of free user configurations.
NewConditional returns a constructor suitable for registering when conditionals as a plugin.
NewConditionList takes a slice of Config objects and turns them into real Condition objects.
NewConditionRule returns a processor that will execute the provided processor if the condition is true.
NewIfElseThenProcessor construct a new IfThenElseProcessor.
NewList creates a new empty processor list.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

fields that should be always exported.

# Structs

IfThenElseProcessor executes one set of processors (then) if the condition is true and another set of processors (else) if the condition is false.
No description provided by the author
Processors is.
WhenProcessor is a tuple of condition plus a Processor.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
PluginConfig represents the list of processors.