Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseController ¶
type BaseController struct { }
type CityController ¶
type CityController struct { Group *echo.Group BaseController }
func (CityController) ActionIndex ¶
func (this CityController) ActionIndex(ctx echo.Context) error
func (CityController) Setup ¶
func (this CityController) Setup()
type HomeController ¶
type HomeController struct { Index echo.HandlerFunc `controller:"GET /"` Html echo.HandlerFunc `controller:"GET html"` String echo.HandlerFunc `controller:"GET string"` }
func (HomeController) ActionHtml ¶
func (this HomeController) ActionHtml(ctx echo.Context) error
func (HomeController) ActionIndex ¶
func (this HomeController) ActionIndex(ctx echo.Context) error
func (HomeController) ActionString ¶
func (this HomeController) ActionString(ctx echo.Context) error
func (HomeController) Path ¶
func (this HomeController) Path() string
func (HomeController) Register ¶
func (this HomeController) Register()
type RequestCity ¶
type RequestCity struct {
Pid int64 `form:"pid" json:"pid"`
}
Click to show internal directories.
Click to hide internal directories.