aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/sctx
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/sctx')
-rw-r--r--swarm/sctx/sctx.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/swarm/sctx/sctx.go b/swarm/sctx/sctx.go
new file mode 100644
index 000000000..8619f6e19
--- /dev/null
+++ b/swarm/sctx/sctx.go
@@ -0,0 +1,7 @@
+package sctx
+
+type ContextKey int
+
+const (
+ HTTPRequestIDKey ContextKey = iota
+)