Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProvideContext ¶
ProvideContext this will look for a ContextBuilder and invoke it if a context is needed. the cancel function is added as a post hook
Types ¶
type ContextBuilder ¶
type ContextBuilder func() (context.Context, context.CancelFunc)
ContextBuilder must be provided in the container
Click to show internal directories.
Click to hide internal directories.