aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models/models.go
blob: c492103ca02eaa8634299b28ccd851bff85bd94f (plain) (blame)
1
2
3
4
5
6
7
8
package models

import "github.com/MichaelMure/git-bug/cache"

type Repository struct {
	Cache cache.Cacher
	Repo  cache.RepoCacher
}