prepare for git commit chan aggregation

This commit is contained in:
2023-02-14 22:51:54 -08:00
parent f932d2ce21
commit 5d6ca69a2b
5 changed files with 57 additions and 24 deletions

View File

@@ -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"`