Documentation
¶
Index ¶
- func InitFactoryService(dbService db.IService)
- func InitManageRole(name string, isSupper int8) (roleId int64, err error)
- func InitManageRolePermission(roleId int64, permissionType string, permission string) (err error)
- func InitManageRoleUser(roleId int64, userId int64) (err error)
- func InitManageUser(name string, account string, password string, saveFile string) (userId int64, err error)
- func InitManageUserPermission(userId int64, permissionType string, permission string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitFactoryService ¶
func InitManageRole ¶ added in v1.0.2
func InitManageRolePermission ¶ added in v1.0.2
func InitManageRoleUser ¶
func InitManageUser ¶ added in v1.0.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.