Versions in this module Expand all Collapse all v0 v0.2.12 May 6, 2020 v0.2.11 Mar 3, 2020 Changes in this version + const ApiUser + func Register() common.Caller + type CallerCfg struct + ClientID string + ClientSecret string + Debug bool + Mode string + RedirectURL string + type Cfg struct + Muses struct{ ... } + type Client struct + Oauth *oauth2.Config + RestyClient *resty.Client + func Caller() *Client + func (c *Client) GetUserInfo(accessToken string) (resp UserInfo, err error) + type UserInfo struct + AvatarURL string + Bio interface{} + Blog string + Company interface{} + CreatedAt time.Time + Email string + EventsURL string + Followers int + FollowersURL string + Following int + FollowingURL string + GistsURL string + GravatarID string + HTMLURL string + Hireable interface{} + ID int + Location interface{} + Login string + Name string + NodeID string + OrganizationsURL string + PublicGists int + PublicRepos int + ReceivedEventsURL string + ReposURL string + SiteAdmin bool + StarredURL string + SubscriptionsURL string + Type string + URL string + UpdatedAt time.Time