mirror of https://github.com/status-im/op-geth.git
8 lines
81 B
Go
8 lines
81 B
Go
|
package sctx
|
||
|
|
||
|
type ContextKey int
|
||
|
|
||
|
const (
|
||
|
HTTPRequestIDKey ContextKey = iota
|
||
|
)
|