nbuc

package
v0.0.0-...-2c5cb3b Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2018 License: MIT Imports: 10 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthController

type AuthController struct {
	BaseController
}

func (*AuthController) UserName

func (self *AuthController) UserName()

func (*AuthController) WXLoginCallback

func (self *AuthController) WXLoginCallback()

type BaseController

type BaseController struct {
	beego.Controller
	// contains filtered or unexported fields
}

func (*BaseController) Logger

func (self *BaseController) Logger(refresh ...bool) *zerolog.Logger

func (*BaseController) ResetLogger

func (self *BaseController) ResetLogger()

func (*BaseController) ValidResWrapper

func (self *BaseController) ValidResWrapper(ret bool, err error, valid *validation.Validation)

type CommonController

type CommonController struct {
	BaseController
}

func (*CommonController) SendVerifyCode

func (self *CommonController) SendVerifyCode()

type RegisterForm

type RegisterForm struct {
	ExType     string
	ExId       string
	ExPassword string
	User       *nbum.User
	VerifyCode string
}

type SendVerifyCodeForm

type SendVerifyCodeForm struct {
	Type string
	To   string
}

type UserController

type UserController struct {
	BaseController
}

func (*UserController) Login

func (self *UserController) Login()

func (*UserController) Logout

func (self *UserController) Logout()

func (*UserController) Register

func (self *UserController) Register()

func (*UserController) UserName

func (self *UserController) UserName()

func (*UserController) WXLoginCallback

func (self *UserController) WXLoginCallback()

type WXController

type WXController struct {
	BaseController
}

func (*WXController) MsgReceive

func (self *WXController) MsgReceive()

Jump to

Keyboard shortcuts

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