Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EsQuery ¶
type EsQuery struct {
Equals []FieldValue `json:"equals"`
}
type FieldValue ¶
type FieldValue struct { Field string `json:"field"` Value interface{} `json:"value"` }
Click to show internal directories.
Click to hide internal directories.