Documentation ¶
Overview ¶
Package totalhitsrelation
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Eq = TotalHitsRelation{"eq"} Gte = TotalHitsRelation{"gte"} )
Functions ¶
This section is empty.
Types ¶
type TotalHitsRelation ¶
type TotalHitsRelation struct {
Name string
}
func (TotalHitsRelation) MarshalText ¶
func (t TotalHitsRelation) MarshalText() (text []byte, err error)
func (TotalHitsRelation) String ¶
func (t TotalHitsRelation) String() string
func (*TotalHitsRelation) UnmarshalText ¶
func (t *TotalHitsRelation) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.