add
wangpengfei
2023-07-21 c4cc5a54d61b05d98d28b21710b3c1531bc05302
model/request/authority.go
@@ -1,7 +1,8 @@
package request
type AddAuthority struct {
   AuthorityName string `json:"authorityName"`
   AuthorityName string       `json:"authorityName"`
   CasbinInfos   []CasbinInfo `json:"casbinInfos"`
}
type SetAuthorityMenu struct {