Documentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
Types ¶
type HiResponse ¶
type HiResponse struct { Code string `json:"code"` Data ResponseData `json:"data"` }
type ResponseData ¶
type ResponseData struct { Say string `json:"say"` }