Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityCounts ¶
ActivityCounts contains counts for user activities on a given day.
type ActivityHistory ¶
type ActivityHistory struct {
Activities []ActivityCounts
}
ActivityHistory holds daily activity counts for a user over some data range.
type Bug ¶
Bug is a dummy struct. Put whatever you want in here, I'll hook it up to the actual api in a follow-up CL.
type Change ¶
Change is a dummy struct. Put whatever you want in here, I'll hook it up to the actual api in a follow-up CL.
type DayDetails ¶
type DayDetails struct { Username string Day time.Time Bugs []*monorail.Issue Changes []gerrit.ChangeInfo }
DayDetails is a list of activity for a user on a given day.
Click to show internal directories.
Click to hide internal directories.