diff options
Diffstat (limited to 'swarm/sctx/sctx.go')
-rw-r--r-- | swarm/sctx/sctx.go | 7 |
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 +) |