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