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
Click to show internal directories.
Click to hide internal directories.