plugeth/swarm/sctx/sctx.go

8 lines
81 B
Go
Raw Normal View History

package sctx
type ContextKey int
const (
HTTPRequestIDKey ContextKey = iota
)