mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
add caching for authors, expauthor type
This commit is contained in:
@@ -29,6 +29,10 @@ type (
|
||||
YearFreq Freq
|
||||
Created time.Time
|
||||
}
|
||||
ExpAuthors struct {
|
||||
Authors []string
|
||||
Created time.Time
|
||||
}
|
||||
ExpRepos struct {
|
||||
Commits [][]Commit
|
||||
Created time.Time
|
||||
|
||||
Reference in New Issue
Block a user