Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseBootstrapData ¶ added in v0.15.0
Types ¶
type ReportStats ¶ added in v0.13.0
type ReportStats struct { OpenedIssues map[time.Time]int ClosedIssues map[time.Time]int OpenedMemberPRs map[time.Time]int ClosedMemberPRs map[time.Time]int OpenedCommunityPRs map[time.Time]int ClosedCommunityPRs map[time.Time]int }
func RepoReportStats ¶ added in v0.13.0
func RepoReportStats(ctx context.Context, client *github.Client, repo string, weeks int) (*ReportStats, error)
RepoReportStats returns back weekly issues closed and opened and pr closed and opened
Click to show internal directories.
Click to hide internal directories.