controllers

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2019 License: Unlicense Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiController

type ApiController struct {
	mvc.APIController
}

func (*ApiController) Index

func (c *ApiController) Index(arg struct {
	U   string
	Cnt int
	Id  int
}) mvc.IActionResult

func (*ApiController) OnExecuting

func (c *ApiController) OnExecuting(a *mvc.ActionExecutingContext)

func (*ApiController) User_v1

func (c *ApiController) User_v1() mvc.IActionResult

type HomeController

type HomeController struct {
	mvc.Controller
}

func (*HomeController) Index

func (c *HomeController) Index(arg struct {
	U   string
	Cnt int
	Id  int
}) mvc.IActionResult

func (*HomeController) Login

func (c *HomeController) Login() mvc.IActionResult

func (*HomeController) OnExecuting

func (c *HomeController) OnExecuting(a *mvc.ActionExecutingContext)

func (*HomeController) Test

func (c *HomeController) Test(arg struct {
	Id int
}) mvc.IActionResult

type WsController

type WsController struct {
	mvc.Controller
}

func (*WsController) Chat

func (c *WsController) Chat(ws *websocket.Conn)

Jump to

Keyboard shortcuts

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