package
0.1.0
Repository: https://github.com/yosmudge/graphatmo.git
Documentation: pkg.go.dev

# Functions

FromContext returns the Trace bound to the context, if any.
New returns a new Trace with the specified family and title.
NewContext returns a copy of the parent context and associates it with a Trace.
NewEventLog returns a new EventLog with the specified family name and title.
Render renders the HTML page typically served at /debug/requests.
RenderEvents renders the HTML page typically served at /debug/events.

# Variables

AuthRequest determines whether a specific request is permitted to load the /debug/requests or /debug/events pages.
DebugUseAfterFinish controls whether to debug uses of Trace values after finishing.

# Interfaces

An EventLog provides a log of events associated with a specific object.
Trace represents an active request.