MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Github

Struct Github

models/github.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8var ModelGithub = new(Github)
9
10type Github struct {
11 oauth.GithubUser
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