api

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 17, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterFilterPlugins

func RegisterFilterPlugins()

RegisterFilterPlugins register the used filter plugins.

Types

type Filter

type Filter interface {
	plugin.Plugin

	// Process would put the needed event to the OutputEventContext.
	Process(context *event.OutputEventContext)
}

Filter is a plugin interface, that defines new pipeline filters.

func GetFilter

func GetFilter(config plugin.Config) Filter

GetFilter an initialized filter plugin.

Jump to

Keyboard shortcuts

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