Documentation ¶
Overview ¶
Package ctxkey contains the context keys used by httphandle.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey int
ContextKey is the type of context keys.
const ( // Logger is the context key a logger. Logger ContextKey = iota // ReqUUID is the context key a request UUID. ReqUUID // Tx is the context key for a database transaction. Tx )
Click to show internal directories.
Click to hide internal directories.