Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Calendar ¶
type Calendar struct { TotalContributions int Weeks []struct { ContributionDays []struct { ContributionLevel ContributionLevel } } }
func FetchCalendar ¶
func FetchCalendar(params FetchCalendarParameters) (Calendar, error)
type ContributionLevel ¶
type ContributionLevel string
const ( ContributionLevelNone ContributionLevel = "NONE" ContributionLevelFirstQuartile ContributionLevel = "FIRST_QUARTILE" ContributionLevelSecondQuartile ContributionLevel = "SECOND_QUARTILE" ContributionLevelThirdQuartile ContributionLevel = "THIRD_QUARTILE" ContributionLevelFourthQuartile ContributionLevel = "FOURTH_QUARTILE" )
Click to show internal directories.
Click to hide internal directories.