mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
prepare for git commit chan aggregation
This commit is contained in:
@@ -23,6 +23,11 @@ type (
|
||||
YearFreq Freq
|
||||
Created time.Time
|
||||
}
|
||||
|
||||
ExpRepo struct {
|
||||
Commits []Commit
|
||||
Created time.Time
|
||||
}
|
||||
WorkDay struct {
|
||||
Day time.Time `json:"day"`
|
||||
Count int `json:"count"`
|
||||
|
||||
Reference in New Issue
Block a user