forked from forks/go-ethereum
7 lines
81 B
Go
7 lines
81 B
Go
package sctx
|
|
|
|
type ContextKey int
|
|
|
|
const (
|
|
HTTPRequestIDKey ContextKey = iota
|
|
)
|