Versions in this module Expand all Collapse all v0 v0.1.0 Aug 11, 2024 Changes in this version + func NewContext(ctx context.Context, tr Trace) context.Context + func RegisterHandler(mux *http.ServeMux) + func RenderTraces(w http.ResponseWriter, req *http.Request) + type Trace interface + Errorf func(format string, a ...interface{}) error + Finish func() + Link func(other Trace, msg string) + NewChild func(family, title string) Trace + Printf func(format string, a ...interface{}) + SetError func() + SetMaxEvents func(n int) + func ChildFromContext(ctx context.Context, family, title string) Trace + func FromContext(ctx context.Context) (Trace, bool) + func FromContextOrNew(ctx context.Context, family, title string) (Trace, context.Context) + func New(family, title string) Trace