stack

package
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Element

type Element struct {
	Func   string `json:"func,omitempty"`
	Source string `json:"source,omitempty"`
}

type Goroutine

type Goroutine struct {
	Name     string    `json:"name,omitempty"`
	State    string    `json:"state,omitempty"`
	Elements []Element `json:"elements,omitempty"`
}

type Stack

type Stack struct {
	Goroutines []Goroutine `json:"goroutines,omitempty"`
	Raw        []byte      `json:"-"`
}

func Parse

func Parse(stack []byte) (Stack, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL