Documentation ¶
Overview ¶
Package combinedfieldsoperator
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Or = CombinedFieldsOperator{"or"} And = CombinedFieldsOperator{"and"} )
Functions ¶
This section is empty.
Types ¶
type CombinedFieldsOperator ¶
type CombinedFieldsOperator struct {
Name string
}
func (CombinedFieldsOperator) MarshalText ¶
func (c CombinedFieldsOperator) MarshalText() (text []byte, err error)
func (CombinedFieldsOperator) String ¶
func (c CombinedFieldsOperator) String() string
func (*CombinedFieldsOperator) UnmarshalText ¶
func (c *CombinedFieldsOperator) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.