6 Star 11 Fork 1

distill/distill-infra

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
casbin_define.go 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lyndon Hu 提交于 2020-04-29 10:51 . infra init
package supports
// 前端请求的结构体
type (
RoleDefine struct {
// 角色的标识等于casbin的sub,但角色需要加role_前缀
Sub string `json:"sub"`
// 对应casbin model的定义
Obj string `json:"obj"`
Act string `json:"act"`
Suf string `json:"suf"`
RoleName string `json:"roleName"`
}
// 用户所属角色组
GroupDefine struct {
Uid int64 `json:"uid"`
Sub []string `json:"sub"`
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/banyanhouse/distill-infra.git
git@gitee.com:banyanhouse/distill-infra.git
banyanhouse
distill-infra
distill-infra
v0.0.25

搜索帮助