Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ordered = Operator{"ordered"} Unordered = Operator{"unordered"} Subset = Operator{"subset"} )
Functions ¶
This section is empty.
Types ¶
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
func (Operator) MarshalJSON ¶
MarshalJSON implements json.Marshaler interface
func (*Operator) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler interface
Click to show internal directories.
Click to hide internal directories.