controllers

package
v0.0.0-...-5972c8c Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2017 License: Apache-2.0 Imports: 3 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminBase

type AdminBase struct {
	beego.Controller
	User AdminUser
}

AdminBase

func (*AdminBase) Login

func (a *AdminBase) Login()

Login 超市内部登陆

func (*AdminBase) Prepare

func (a *AdminBase) Prepare()

Prepare get ready to run interface

type AdminPreparer

type AdminPreparer interface {
	AdminPrepare()
}

AdminPreparer

type AdminUser

type AdminUser struct {
	ID       int    `form:"-" orm:"column(ID)"`
	Email    string `form:"email"`
	Password string `form:"password"`
}

AdminUser 管理员模型

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Get

func (this *MainController) Get()

type SupplierBase

type SupplierBase struct {
	beego.Controller
}

SupplierBase implements ControllerInterface

func (*SupplierBase) Login

func (sup *SupplierBase) Login()

Login 供应商对账登录

func (*SupplierBase) Prepare

func (sup *SupplierBase) Prepare()

Prepare get ready to run interface

type SupplierPreparer

type SupplierPreparer interface {
	SupplierPrepare()
}

SupplierPreparer define the interface of supplier router

type TestBase

type TestBase struct {
	beego.Controller
}

TestBase implement ControllerInterface

func (*TestBase) Prepare

func (t *TestBase) Prepare()

Prepare get ready to run interface

type TestPreparer

type TestPreparer interface {
	TestPrepare()
}

TestPreparer define the interface of test router

type ZKBase

type ZKBase struct {
	beego.Controller
}

ZKBase implements ControllerInterface

func (*ZKBase) Prepare

func (zk *ZKBase) Prepare()

Prepare get ready to run interface

type ZKPreparer

type ZKPreparer interface {
	ZKPrepare()
}

ZKPreparer define the infine the interface of zktimes router

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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