Documentation ¶
Overview ¶
Package context is a set of shorter names for the very stuttery context library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Bg - context.Background Bg = context.Background // Cancel - context.WithCancel Cancel = context.WithCancel // Timeout - context.WithTimeout Timeout = context.WithTimeout // TODO - context.TODO TODO = context.TODO // Value - context.WithValue Value = context.WithValue // CancelCause - context.WithCancelCause CancelCause = context.WithCancelCause // Canceled - context.Canceled Canceled = context.Canceled )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.