Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Signal ¶
type Signal struct {
// User Info
User string `csv:"user"`
Repo string `csv:"repo"`
// Raw Stats
NumPRs int `csv:"num_prs"`
NumReviews int `csv:"num_reviews"`
// Weighted Information
WeightedPRs float64 `csv:"weighted_prs"`
WeightedReviews float64 `csv:"weighted_reviews"`
WeightedTotal float64 `csv:"weighted_total"`
// Merge Information
AverageDaysToMerge float64 `csv:"average_days_to_merge"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.