Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id string Login string Name string Location string Url string Bio string TwitterUsername string WebsiteUrl string FollowersCount int FollowingCount int IsViewer bool IsFollowingViewer bool ViewerIsFollowing bool PinnedRepos []Repo ActivityGraph struct { ContributionsCount int Weeks []WeeklyContribution } }
type WeeklyContribution ¶
type WeeklyContribution struct { ContributionDays []struct { ContributionLevel string } }
Click to show internal directories.
Click to hide internal directories.