controllers

package
v0.0.0-...-1bf86c4 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IBaseController

type IBaseController interface {
	Index(ctx iris.Context)
}

type IUserController

type IUserController interface {
	IBaseController
	Login(ctx iris.Context)
}

type UserController

type UserController struct {
}

func (UserController) Index

func (u UserController) Index(ctx iris.Context)

Get /

func (UserController) Login

func (u UserController) Login(ctx iris.Context)

Post Login

Jump to

Keyboard shortcuts

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