5b70e345
3cb0469a
1 2
3 4 5
6 7 8 9 10
11 12 13 14 15
package models import ( "github.com/MichaelMure/git-bug/cache" ) type Repository struct { Cache cache.Cacher Repo cache.RepoCacher } type RepositoryMutation struct { Cache cache.Cacher Repo cache.RepoCacher }