add caching for authors, expauthor type

This commit is contained in:
2023-02-21 21:37:43 -08:00
parent c9db6e38e4
commit 009c198cde
3 changed files with 42 additions and 4 deletions

View File

@@ -29,6 +29,10 @@ type (
YearFreq Freq
Created time.Time
}
ExpAuthors struct {
Authors []string
Created time.Time
}
ExpRepos struct {
Commits [][]Commit
Created time.Time