Documentation
¶
Overview ¶
Package context defines an interface that can be passed between the frontend HTTP handler and any backend servicing the request.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface{}
func Background ¶
func Background() Context
Background returns a context for use outside of any HTTP request context (e.g. tests).
Click to show internal directories.
Click to hide internal directories.