Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SearchObject ¶
type SearchObject struct {
// the limit
// example: 200
Limit int `json:"limit"`
// the search payload
Search json.RawMessage `json:"search"`
}
SearchObject has a json.RawMessage field (#2230).
swagger:model
Click to show internal directories.
Click to hide internal directories.