diff options
Diffstat (limited to 'graphql/models/models.go')
-rw-r--r-- | graphql/models/models.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphql/models/models.go b/graphql/models/models.go new file mode 100644 index 00000000..c492103c --- /dev/null +++ b/graphql/models/models.go @@ -0,0 +1,8 @@ +package models + +import "github.com/MichaelMure/git-bug/cache" + +type Repository struct { + Cache cache.Cacher + Repo cache.RepoCacher +} |