Versions in this module Expand all Collapse all v0 v0.1.0 Dec 4, 2020 Changes in this version + func NewContext(ctx context.Context, req *Request) context.Context + type Request struct + Identifier string + func FromContext(ctx context.Context) (req *Request, ok bool) + func New() *Request