swarm/api/http: refactored http package (#17309)
This commit is contained in:
7
swarm/sctx/sctx.go
Normal file
7
swarm/sctx/sctx.go
Normal file
@ -0,0 +1,7 @@
|
||||
package sctx
|
||||
|
||||
type ContextKey int
|
||||
|
||||
const (
|
||||
HTTPRequestIDKey ContextKey = iota
|
||||
)
|
Reference in New Issue
Block a user