Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var OauthConfig *oauth2.Config
Functions ¶
func InitConfig ¶
func InitConfig()
Types ¶
type UserInfo ¶
type UserInfo struct {
Id int64 `json:"id"`
Login string `json:"login"`
NodeId string `json:"node_id"`
AvatarUrl string `json:"avatar_url"`
Url string `json:"url"`
HtmlUrl string `json:"html_url"`
Email string `json:"email"`
Name string `json:"name"`
Bio string `json:"bio"`
Company string `json:"company"`
Blog string `json:"blog"`
Location string `json:"location"`
}
func GetUserInfo ¶
Click to show internal directories.
Click to hide internal directories.