expression

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MatchFeedbackTypeExpressions

func MatchFeedbackTypeExpressions(exprs []FeedbackTypeExpression, feedbackType string, value float64) bool

Types

type ExprType

type ExprType int
const (
	None ExprType = iota
	Less
	LessOrEqual
	Greater
	GreaterOrEqual
)

func (ExprType) String

func (typ ExprType) String() string

type FeedbackTypeExpression

type FeedbackTypeExpression struct {
	FeedbackType string
	ExprType     ExprType
	Value        float64
}

func MustParseFeedbackTypeExpression

func MustParseFeedbackTypeExpression(s string) FeedbackTypeExpression

func (*FeedbackTypeExpression) FromPB

func (*FeedbackTypeExpression) FromString

func (f *FeedbackTypeExpression) FromString(data string) error

func (*FeedbackTypeExpression) MarshalJSON

func (f *FeedbackTypeExpression) MarshalJSON() ([]byte, error)

func (*FeedbackTypeExpression) Match

func (f *FeedbackTypeExpression) Match(feedbackType string, value float64) bool

func (*FeedbackTypeExpression) String

func (f *FeedbackTypeExpression) String() string

func (*FeedbackTypeExpression) ToPB

func (*FeedbackTypeExpression) UnmarshalJSON

func (f *FeedbackTypeExpression) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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