Documentation ¶
Index ¶
- func HandleActions(w http.ResponseWriter, r *http.Request)
- func HandleBotHook(w http.ResponseWriter, r *http.Request)
- func HandleCalman(message service.Message, service service.Service)
- func HandleGoogleImage(w http.ResponseWriter, r *http.Request)
- type Next
- type Queries
- type RootSearch
- type SearchItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleActions ¶ added in v1.1.0
func HandleActions(w http.ResponseWriter, r *http.Request)
func HandleBotHook ¶ added in v1.2.2
func HandleBotHook(w http.ResponseWriter, r *http.Request)
func HandleGoogleImage ¶ added in v1.2.8
func HandleGoogleImage(w http.ResponseWriter, r *http.Request)
Types ¶
type RootSearch ¶ added in v1.2.8
type RootSearch struct { Kind string `json:"kind"` Items []SearchItem `json:"items"` Queries Queries `json:"queries"` }
type SearchItem ¶ added in v1.2.8
Click to show internal directories.
Click to hide internal directories.