package
0.0.0-20240927105425-f6cbe64b58da
Repository: https://github.com/gxde-os/golang-gxde-dev.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.