Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ Gitee
Struct
Gitee
models/gitee.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
var
ModelGitee = new(Gitee)
9
10
type
Gitee
struct
{
11
oauth.GiteeUser
12
}
13
14
//gitee用户的登录流程是这样的
15
//1、获取gitee的用户信息,用gitee的用户id查询member_id是否大于0,大于0则表示已绑定了用户信息,直接登录
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected