Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StackFrame ¶
type StackTrace ¶
type StackTrace struct {
Frames []StackFrame `json:"frames"`
}
func Build ¶
func Build(stack []uintptr) StackTrace
func (StackTrace) Inner ¶
func (st StackTrace) Inner() StackFrame
Inner returns the innermost stack frame.
func (StackTrace) Strings ¶
func (st StackTrace) Strings() []string
Strings returns a list of string descriptions of each stack frame.
Click to show internal directories.
Click to hide internal directories.