v1

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: MIT Imports: 8 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

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"`
}

type StudentController added in v1.0.5

type StudentController struct {
	Group *echo.Group
	BaseController
}

func (StudentController) ActionStudentSay added in v1.0.5

func (this StudentController) ActionStudentSay(ctx echo.Context) error

func (StudentController) Setup added in v1.0.5

func (this StudentController) Setup()

type UserController

type UserController struct {
	Group *echo.Group
	BaseController
}

func (UserController) ActionUserExtra

func (this UserController) ActionUserExtra(ctx echo.Context) error

func (UserController) ActionUserInfo

func (this UserController) ActionUserInfo(ctx echo.Context) error

func (UserController) Setup

func (this UserController) Setup()

Jump to

Keyboard shortcuts

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