MCPcopy Create free account

hub / github.com/maruel/panicparse / types & classes

Types & classes31 in github.com/maruel/panicparse

↓ 1 callersTypeAliasLocation
Location is the source location, if determined.
stack/stack.go:312
↓ 1 callersTypeAliasstate
state is the state of the scan to detect and process a stack trace.
stack/context.go:327
StructAggregated
Aggregated is a list of Bucket sorted by repetition count.
stack/bucket.go:27
StructArg
Arg is an argument on a Call.
stack/stack.go:114
StructArgs
Args is a series of function call arguments.
stack/stack.go:219
StructBucket
Bucket is a stack trace signature and the list of goroutines that fits this signature.
stack/bucket.go:102
StructCall
Call is an item in the stack trace. All paths in this struct are in POSIX format, using "/" as path separator.
stack/stack.go:337
StructFunc
Func is a function call in a goroutine stack trace.
stack/stack.go:23
StructGoroutine
Goroutine represents the state of one goroutine, including the stack trace.
stack/stack.go:781
StructOpts
Opts represents options to process the snapshot.
stack/context.go:29
StructPalette
Palette defines the color used. An empty object Palette{} can be used to disable coloring.
internal/ui.go:17
StructSignature
Signature represents the signature of one or multiple goroutines. It is effectively the stack trace plus the goroutine internal bits, like it's state
stack/stack.go:644
TypeAliasSimilarity
Similarity is the level at which two call lines arguments must match to be considered similar enough to coalesce them.
stack/bucket.go:13
StructSnapshot
Snapshot is a parsed runtime.Stack() or race detector dump.
stack/context.go:94
StructStack
Stack is a call stack.
stack/stack.go:506
StructStrùct
Strùct is a totally normal structure with a totally normal name.
cmd/panic/internal/utf8/utf8.go:12
StructcacheAST
Private stuff. cacheAST is a cache of parsed Go sources.
stack/source.go:25
Structcount
stack/bucket.go:43
StructdataLine
stack/source_test.go:1483
TypeAliasgoarchList
goarchList is a list of GOARCH values.
stack/source_test.go:25
TypeAliasgomodCache
stack/context.go:1007
Structobject
stack/stack.go:806
TypeAliaspanicwebSignatureType
stack/context_test.go:2249
StructparsedFile
parsedFile is a processed Go source file.
stack/source.go:109
TypeAliaspathFormat
pathFormat determines how much to show.
internal/ui.go:44
Structreader
stack/reader.go:17
StructscanningState
scanningState is the state of the scan to detect and process a stack trace and stores the traces found.
stack/context.go:445
StructtestCase
stack/source_test.go:50
InterfacetoHTMLer
internal/main.go:106
TypeAliasuint64Slice
stack/stack.go:866
StructwriteHang
cmd/panicweb/main.go:156