Documentation ¶
Overview ¶
Package octx houses context keys used by multiple ong packages.
Index ¶
Constants ¶
View Source
const ( // LogCtxKey is the name of the context key used to store the logID. // It is used primarily by `ong/log`, `ong/client` and `ong/middleware` packages LogCtxKey = logContextKeyType("Ong-logID") // FingerPrintCtxKey is the name of the context key used to store the TLS fingerprint. FingerPrintCtxKey = fingerPrintKeyType("fingerPrintKeyType") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.