Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToValueOperator ¶
func ToValueOperator(operator Operator, value interface{}) interface{}
Types ¶
type Filter ¶
type Filter struct {
Operator string `json:"operator,omitempty"`
Value interface{} `json:"value,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.