Documentation ¶
Overview ¶
Package operator
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( And = Operator{"and"} Or = Operator{"or"} )
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator struct {
Name string
}
func (Operator) MarshalText ¶
func (*Operator) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.