1 Star 0 Fork 0

kade / sso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
num.go 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
kadegolang 提交于 2023-11-24 18:20 . add create and query for user
package user
type Roles int
const (
// 创建者, 负责博客创作
ROLE_CREATE Roles = iota
// 审核员
ROLE_AUDITOR
// 系统管理员
ROLE_ADMIN
)
// type QueryUserBy int64
// // 通过0 1来确定查询的id或者name条件
// const (
// QUERY_USER_ID QueryUserBy = iota
// QUERY_USER_NAME
// )
1
https://gitee.com/go-kade/sso.git
git@gitee.com:go-kade/sso.git
go-kade
sso
sso
86e0aa6c1827

搜索帮助