Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PRWithCount ¶
type PRWithCount struct { PR *github.PullRequest ReviewCount int }
type Stats ¶
type Stats struct { Query *util.PullRequestQuery EarliestDate time.Time ReviewCounts map[string]int ReviewCountsByPR map[string]map[int]int // contains filtered or unexported fields }
func (*Stats) PRsForReviewer ¶
func (s *Stats) PRsForReviewer(name string) []PRWithCount
func (*Stats) ProcessOne ¶
func (s *Stats) ProcessOne(pr *github.PullRequest) error
func (*Stats) ReviewersInOrder ¶
Click to show internal directories.
Click to hide internal directories.