mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 18:23:45 +08:00
feat: load preview page do not require user to login
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package vo
|
||||
|
||||
type AdminPermission struct {
|
||||
Id int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Slug string `json:"slug"`
|
||||
Sort int `json:"sort"`
|
||||
Pid int `json:"pid"`
|
||||
Children []AdminPermission `json:"children"`
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
package vo
|
||||
|
||||
type AdminRole struct {
|
||||
Id int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Permissions interface{} `json:"permissions"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
}
|
||||
Reference in New Issue
Block a user