package
1.0.33
Repository: https://github.com/eluv-io/common-go.git
Documentation: pkg.go.dev

# Functions

Aggregate creates an aggregated stack dump object from the given stack trace.
Caller reports information on the caller at the given index in calling goroutine's stack.
ExtractSnapshots extracts all snapshot found in the given reader.
Fn returns the caller's function name, e.g.
FullStack creates a full dump of all the stack traces of all current goroutines.
NewSnapshot creates a snapshot by parsing stacktrace information from the given string.

# Constants

No description provided by the author
No description provided by the author

# Structs

AggregateStack is an aggregated stack dump - a wrapper around the "buckets" of the 3rd-party panicparse library.
Snapshot is a wrapper around github.com/maruel/panicparse/v2/stack.Snapshot and offers sorting, filtering and custom text marshalling.