v1

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2023 License: MIT Imports: 4 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) 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"`
}

Jump to

Keyboard shortcuts

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