Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCanceledError ¶
Types ¶
type ContextKey ¶
type ContextKey string
var ( // SomeCustomKey is a key that can be used to store a value in a context.Context. SomeCustomKey ContextKey = "a_key_to_store_in_ctx" )
Click to show internal directories.
Click to hide internal directories.