readying up for loading in commit messages to UI

This commit is contained in:
2023-02-15 23:45:50 -08:00
parent 5d6ca69a2b
commit e4decf6ee2
5 changed files with 80 additions and 51 deletions

View File

@@ -23,7 +23,10 @@ type (
YearFreq Freq
Created time.Time
}
ExpRepos struct {
Commits [][]Commit
Created time.Time
}
ExpRepo struct {
Commits []Commit
Created time.Time