liujiandao
2024-03-15 283a54070553e81a2e73d4b8b9ea1d717c2f512e
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 {