v1

package
v0.8.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 26, 2022 License: MIT Imports: 7 Imported by: 0

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) ActionIndexID

func (this CityController) ActionIndexID(ctx echo.Context) error

func (CityController) ActionIndexSave

func (this CityController) ActionIndexSave(ctx echo.Context) error

func (CityController) ActionTwoIndex

func (this CityController) ActionTwoIndex(ctx echo.Context) error

func (CityController) ActionTwoIndexID

func (this CityController) ActionTwoIndexID(ctx echo.Context) error

func (CityController) ActionTwoIndexSave

func (this CityController) ActionTwoIndexSave(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 added in v0.7.0

func (this HomeController) Register()

type RequestCity

type RequestCity struct {
	Pid int64 `form:"pid" json:"pid"`
}

================================================================================================

type RequestCityID

type RequestCityID struct {
	ID int64 `form:"id" json:"id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL