aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/models
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-29 23:48:52 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-29 23:48:52 +0200
commit5b70e3452a4685112fd005fef0727930ebd2adaf (patch)
tree8ccc03847dd09d48f2c979772a6d0bb23fd8cbcc /graphql/models
parent64354c7ce3ff8d1c8c780a93b46c933781851edf (diff)
downloadgit-bug-5b70e3452a4685112fd005fef0727930ebd2adaf.tar.gz
graphql: fix knot in the graphql/gqlgen usage
Diffstat (limited to 'graphql/models')
-rw-r--r--graphql/models/models.go8
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
+}