Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StackTrace ¶
type StackTrace struct {
// contains filtered or unexported fields
}
func NewFrame ¶
func NewFrame(skip int) *StackTrace
func NewStackTrace128 ¶
func NewStackTrace128(skip int) *StackTrace
func NewStackTrace16 ¶
func NewStackTrace16(skip int) *StackTrace
func NewStackTrace32 ¶
func NewStackTrace32(skip int) *StackTrace
func NewStackTrace64 ¶
func NewStackTrace64(skip int) *StackTrace
func (*StackTrace) Frames ¶
func (st *StackTrace) Frames() []runtime.Frame
Click to show internal directories.
Click to hide internal directories.