Documentation ¶
Overview ¶
Package conditionop
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Noteq = ConditionOp{"not_eq"} Eq = ConditionOp{"eq"} Lt = ConditionOp{"lt"} Gt = ConditionOp{"gt"} Lte = ConditionOp{"lte"} Gte = ConditionOp{"gte"} )
Functions ¶
This section is empty.
Types ¶
type ConditionOp ¶
type ConditionOp struct {
Name string
}
func (ConditionOp) MarshalText ¶
func (c ConditionOp) MarshalText() (text []byte, err error)
func (ConditionOp) String ¶
func (c ConditionOp) String() string
func (*ConditionOp) UnmarshalText ¶
func (c *ConditionOp) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.