stacktrace

package
v0.0.0-...-a9dd475 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	ParentID   int64
	Entrypoint types.NullString
	// contains filtered or unexported fields
}

Item -

func NewItem

func NewItem(operation operation.Operation, parentID int64) *Item

NewItem -

func (*Item) AddChild

func (sti *Item) AddChild(child *Item)

AddChild -

func (*Item) GetID

func (sti *Item) GetID() int64

GetID -

func (*Item) IsNext

func (sti *Item) IsNext(operation operation.Operation) bool

IsNext -

func (*Item) String

func (sti *Item) String() string

String -

type StackTrace

type StackTrace struct {
	// contains filtered or unexported fields
}

StackTrace -

func New

func New() *StackTrace

New -

func (*StackTrace) Add

func (st *StackTrace) Add(operation operation.Operation)

Add -

func (*StackTrace) Empty

func (st *StackTrace) Empty() bool

Empty -

func (*StackTrace) Get

func (st *StackTrace) Get(operation operation.Operation) *Item

Get -

func (*StackTrace) GetByID

func (st *StackTrace) GetByID(id int64) *Item

GetByID -

func (*StackTrace) String

func (st *StackTrace) String() string

String -

Jump to

Keyboard shortcuts

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