Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCtxKey = errors.New("context key was not as expected")
ErrCtxKey is the error returned when a context key is not as expected.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey int
ContextKey is a type for context value keys.
const ( // RequestUUID is the context key for the request's UUID value. RequestUUID ContextKey = iota // ServiceAccount is the context key for the request's service account value. ServiceAccount // Logger is the context key for the request's logger value. Logger // Tx is the context key for the request's transaction value. Tx )
Click to show internal directories.
Click to hide internal directories.