github.com/daragao/go-ethereum@v1.8.14-0.20180809141559-45eaef243198/swarm/sctx/sctx.go (about) 1 package sctx 2 3 type ContextKey int 4 5 const ( 6 HTTPRequestIDKey ContextKey = iota 7 )