Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryHandler ¶
func QueryHandler(c *fiber.Ctx) error
func SearchHandler ¶
func SearchHandler(c *fiber.Ctx) error
Types ¶
type SearchResponse ¶
type SearchResponse struct {
Results map[string]interface{} `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.