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)
Click to show internal directories.
Click to hide internal directories.