Versions in this module Expand all Collapse all v1 v1.10.0 Mar 15, 2019 v1.9.0 Feb 20, 2019 Changes in this version + func NewContext(ctx context.Context, trace HandlerTrace) context.Context + type HandlerTrace struct + RequestEvent func(context.Context, interface{}) + ResponseEvent func(context.Context, interface{}) + func FromContext(ctx context.Context) HandlerTrace