forked from cerc-io/plugeth
8 lines
81 B
Go
8 lines
81 B
Go
package sctx
|
|
|
|
type ContextKey int
|
|
|
|
const (
|
|
HTTPRequestIDKey ContextKey = iota
|
|
)
|