controllers

package
v0.0.0-...-fcc202b Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseController

type BaseController struct {
	beego.Controller
}

func (*BaseController) Response

func (this *BaseController) Response(status bool, str string, data interface{})

type Cmd

type Cmd struct {
	Result string
	Err    error
}

type CommandController

type CommandController struct {
	FrontController
}

func (*CommandController) Execute

func (c *CommandController) Execute()

type FrontController

type FrontController struct {
	BaseController
}

func (*FrontController) Prepare

func (c *FrontController) Prepare()

type GroupController

type GroupController struct {
	FrontController
}

func (*GroupController) AddGroups

func (c *GroupController) AddGroups()

func (*GroupController) DeleteGroups

func (c *GroupController) DeleteGroups()

func (*GroupController) Execute

func (c *GroupController) Execute()

func (*GroupController) Get

func (c *GroupController) Get()

type HostController

type HostController struct {
	FrontController
}

func (*HostController) AddHost

func (c *HostController) AddHost()

func (*HostController) ChangePass

func (c *HostController) ChangePass()

func (*HostController) DelHost

func (c *HostController) DelHost()

func (*HostController) Get

func (c *HostController) Get()

type Login

type Login struct {
	// contains filtered or unexported fields
}

type LoginController

type LoginController struct {
	BaseController
}

func (*LoginController) Get

func (c *LoginController) Get()

func (*LoginController) Logout

func (this *LoginController) Logout()

func (*LoginController) Post

func (c *LoginController) Post()

func (*LoginController) Prepare

func (c *LoginController) Prepare()

type MainController

type MainController struct {
	FrontController
}

func (*MainController) Get

func (c *MainController) Get()

type UserController

type UserController struct {
	FrontController
}

func (*UserController) Add

func (c *UserController) Add()

func (*UserController) ChangePass

func (c *UserController) ChangePass()

func (*UserController) Delete

func (c *UserController) Delete()

func (*UserController) Edit

func (c *UserController) Edit()

func (*UserController) Get

func (c *UserController) Get()

Jump to

Keyboard shortcuts

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