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 {