eventfilter

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filter

type Filter interface {
	// Filter compute the predicate on the provided event and returns the result of the matching
	Filter(ctx context.Context, event cloudevents.Event) FilterResult
}

Filter is an interface representing an event filter of the trigger filter

type FilterResult

type FilterResult string

FilterResult has the result of the filtering operation.

const (
	PassFilter FilterResult = "pass"
	FailFilter FilterResult = "fail"
	NoFilter   FilterResult = "no_filter"
)

func (FilterResult) And

type Filters

type Filters []Filter

Filters is a wrapper that runs each filter and performs the and

func (Filters) Filter

func (filters Filters) Filter(ctx context.Context, event cloudevents.Event) FilterResult

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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