mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 17:30:29 +08:00
[系统用户]实现系统用户的增删改
This commit is contained in:
8
internal/configloaders/admin_module_list.go
Normal file
8
internal/configloaders/admin_module_list.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package configloaders
|
||||
|
||||
import "github.com/TeaOSLab/EdgeCommon/pkg/systemconfigs"
|
||||
|
||||
type AdminModuleList struct {
|
||||
IsSuper bool
|
||||
Modules []*systemconfigs.AdminModule
|
||||
}
|
||||
Reference in New Issue
Block a user