operator

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2020 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 EqualHandler

type EqualHandler struct {
	// contains filtered or unexported fields
}

func (EqualHandler) Evaluate

func (eh EqualHandler) Evaluate(key, value interface{}) bool

type NotEqualHandler

type NotEqualHandler struct {
	// contains filtered or unexported fields
}

func (NotEqualHandler) Evaluate

func (neh NotEqualHandler) Evaluate(key, value interface{}) bool

type OperatorHandler

type OperatorHandler interface {
	Evaluate(key, value interface{}) bool
	// contains filtered or unexported methods
}

type VariableSubstitutionHandler

type VariableSubstitutionHandler = func(ctx context.EvalInterface, pattern interface{}) interface{}

Jump to

Keyboard shortcuts

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