summaryrefslogtreecommitdiff
path: root/debug/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug/config.go')
-rw-r--r--debug/config.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/debug/config.go b/debug/config.go
new file mode 100644
index 00000000..54ec9bf5
--- /dev/null
+++ b/debug/config.go
@@ -0,0 +1,7 @@
+package debug
+
+// Config enabled and disabled debug service.
+type Config struct {
+ // Enable must be set to true to enable debugging.
+ Enable bool
+}