manage

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

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

Go to latest
Published: Oct 21, 2021 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SignController    = &signController{}
	MenuController    = &menuController{}
	RoleController    = &roleController{}
	ManagerController = &managerController{}
	DeptController    = &deptController{}
)

管理后台控制器实例instance

① 本质是一个结构体零值指针
② 定义结构体不可导出,然后实例化一个零值结构体变量导出作为service实例使用
③ 结构体的实例变量和结构体类型仅首字母大小写不一样[变量可导出,类型不可导出]

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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