mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-07 11:12:18 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
|
package sctx
|
||
|
|
||
|
type ContextKey int
|
||
|
|
||
|
const (
|
||
|
HTTPRequestIDKey ContextKey = iota
|
||
|
)
|