Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrServiceStopped = eris.New("search service is stopped") ErrStartupFailed = eris.New("search service failed to start") )
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { Results []*infra.SearchDocument `json:"results"` Total int `json:"total"` Query string `json:"query"` }
Click to show internal directories.
Click to hide internal directories.