Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey struct{}
ContextKey is just an empty struct. It exists so context values can be an immutable public variable with a unique type. It's immutable because nobody else can create a ContextKey, being unexported.
Click to show internal directories.
Click to hide internal directories.