1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/swarm/sctx/sctx.go

7 lines
81 B
Go

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