//
pkg.gl
Category
github.com/armory-io/go-commons
stacktrace
package
1.45.2
Repository:
https://github.com/armory-io/go-commons.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
124 SLOC
#
Functions
Capture
Capture captures a stack trace of the specified depth, skipping the provided number of frames.
CaptureAsString
No description provided by the author
NewStackFormatter
NewStackFormatter builds a new stackFormatter.
#
Constants
First
First captures only the first frame.
Full
Full captures the entire call stack, allocating more storage for it if needed.