mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-31 07:05:55 +00:00
7 lines
81 B
Go
7 lines
81 B
Go
package sctx
|
|
|
|
type ContextKey int
|
|
|
|
const (
|
|
HTTPRequestIDKey ContextKey = iota
|
|
)
|