GitHub accesstoken 数据
| 13 | |
| 14 | //GitHub accesstoken 数据 |
| 15 | type GithubAccessToken struct { |
| 16 | AccessToken string `json:"access_token"` |
| 17 | TokenType string `json:"token_type"` |
| 18 | Scope string `json:"scope"` |
| 19 | } |
| 20 | |
| 21 | //GitHub 用户数据 |
| 22 | //用户使用GitHub登录的时候,直接根据GitHub的id获取数据 |
nothing calls this directly
no outgoing calls
no test coverage detected