mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
9 lines
166 B
Go
9 lines
166 B
Go
|
|
package configloaders
|
||
|
|
|
||
|
|
import "github.com/TeaOSLab/EdgeCommon/pkg/systemconfigs"
|
||
|
|
|
||
|
|
type AdminModuleList struct {
|
||
|
|
IsSuper bool
|
||
|
|
Modules []*systemconfigs.AdminModule
|
||
|
|
}
|