aboutsummaryrefslogtreecommitdiffstats
path: root/graphql/config/config.go
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2020-06-18 19:31:28 +0100
committerMichael Muré <batolettre@gmail.com>2020-06-27 22:58:22 +0200
commit766aff2b2f9db339d7c42321fe6cd37309631be3 (patch)
tree32f8f2f58e58ec7b13ee93af0374038384d5ed50 /graphql/config/config.go
parent8a38897f79876b9372715150795b9da570af5a86 (diff)
downloadgit-bug-766aff2b2f9db339d7c42321fe6cd37309631be3.tar.gz
Change graphql Go handlers to pluck identity out of context instead.
Diffstat (limited to 'graphql/config/config.go')
-rw-r--r--graphql/config/config.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/graphql/config/config.go b/graphql/config/config.go
deleted file mode 100644
index 2e5f11b3..00000000
--- a/graphql/config/config.go
+++ /dev/null
@@ -1,7 +0,0 @@
-// Package config contains configuration for GraphQL stuff.
-package config
-
-// Config holds configuration elements.
-type Config struct {
- ReadOnly bool
-}