Admin

package
v0.0.0-...-f9449b2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonController

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

func (*CommonController) Prepare

func (r *CommonController) Prepare()

type NestPreparer

type NestPreparer interface {
	NestPrepare()
}

type NodeController

type NodeController struct {
	CommonController
}

func (*NodeController) AddNode

func (n *NodeController) AddNode()

@router /node/addnode [post]

func (*NodeController) DelNode

func (n *NodeController) DelNode()

@router /node/delnode [post]

func (*NodeController) GetNode

func (n *NodeController) GetNode()

@router /node/getnode [get]

func (*NodeController) Index

func (n *NodeController) Index()

@router /node/index [get]

func (n *NodeController) LinkList()

@router /node/linklist [get]

func (*NodeController) MenuList

func (n *NodeController) MenuList()

@router /node/menulist [get]

func (*NodeController) NestPrepare

func (n *NodeController) NestPrepare()

func (*NodeController) URLMapping

func (n *NodeController) URLMapping()

func (*NodeController) UpdateNode

func (n *NodeController) UpdateNode()

@router /node/updatenode [post]

type UserController

type UserController struct {
	CommonController
}

func (*UserController) AddRole

func (r *UserController) AddRole()

@router /user/addrole [post]

func (*UserController) AddRoleNode

func (r *UserController) AddRoleNode()

@router /user/addrolenode [post]

func (*UserController) AddRoleUser

func (r *UserController) AddRoleUser()

@router /user/addroleuser [post]

func (*UserController) AddUser

func (r *UserController) AddUser()

@router /user/adduser [post]

func (*UserController) DelRole

func (r *UserController) DelRole()

@router /user/delrole [post]

func (*UserController) DelRoleNode

func (r *UserController) DelRoleNode()

@router /user/delrolenode [post]

func (*UserController) DelRoleUser

func (r *UserController) DelRoleUser()

@router /user/delroleuser [post]

func (*UserController) DelUser

func (r *UserController) DelUser()

@router /user/deluser [post]

func (*UserController) GetRole

func (r *UserController) GetRole()

@router /user/getrole [get]

func (*UserController) GetUser

func (r *UserController) GetUser()

@router /user/getuser [get]

func (*UserController) Index

func (r *UserController) Index()

@router /user/index [get]

func (*UserController) NestPrepare

func (r *UserController) NestPrepare()

func (*UserController) RoleAccess

func (r *UserController) RoleAccess()

@router /user/roleaccess [get]

func (*UserController) RoleList

func (r *UserController) RoleList()

@router /user/rolelist [get]

func (*UserController) URLMapping

func (r *UserController) URLMapping()

func (*UserController) UpdateRole

func (r *UserController) UpdateRole()

@router /user/updaterole [post]

func (*UserController) UpdateUser

func (r *UserController) UpdateUser()

@router /user/updateuser [post]

func (*UserController) UserAccess

func (r *UserController) UserAccess()

@router /user/useraccess [get]

func (*UserController) UserList

func (r *UserController) UserList()

@router /user/userlist [get]

Jump to

Keyboard shortcuts

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