collectOperator

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

View Source
const (
	ErrDecisionTableUnknownCollectOperator = "unknown collect operator"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CollectOperator

type CollectOperator string
const (
	List  CollectOperator = "list"
	Sum   CollectOperator = "sum"
	Min   CollectOperator = "min"
	Max   CollectOperator = "max"
	Count CollectOperator = "count"
)

func (*CollectOperator) UnmarshalJSON

func (co *CollectOperator) UnmarshalJSON(b []byte) error

Jump to

Keyboard shortcuts

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