rule

package
v0.0.0-...-e67e6ae Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AggregateOperator

type AggregateOperator interface {
	Invoke(evalCtx ruleql.Context, message stream.PublishMessage) error
}

type RuleQL

type RuleQL interface {
	ID() string
	Filter(ctx context.Context, evalCtx ruleql.Context, message stream.PublishMessage) bool
	Invoke(ctx context.Context, evalCtx ruleql.Context, message stream.PublishMessage) error
}

type State

type State interface {
}

type StateOperator

type StateOperator interface {
	Invoke(state State, evalCtx ruleql.Context, message stream.PublishMessage) error
}

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

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