Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey string
ContextKey is a custom type used as a key for storing and retrieving values in context. It is a string type, ensuring uniqueness when used as a key.
func (ContextKey) String ¶
func (c ContextKey) String() string
String returns the string representation of the ContextKey.
Click to show internal directories.
Click to hide internal directories.