Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(e *echo.Echo)
Types ¶
type HiResponse ¶
type HiResponse struct { Code string `json:"code"` Data ResponseData `json:"data"` }
type ResponseData ¶
type ResponseData struct {
Say string `json:"say"`
}
Click to show internal directories.
Click to hide internal directories.