Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/maruel/panicparse
/ types & classes
Types & classes
31 in github.com/maruel/panicparse
⨍
Functions
745
◇
Types & classes
31
↓ 1 callers
TypeAlias
Location
Location is the source location, if determined.
stack/stack.go:312
↓ 1 callers
TypeAlias
state
state is the state of the scan to detect and process a stack trace.
stack/context.go:327
Struct
Aggregated
Aggregated is a list of Bucket sorted by repetition count.
stack/bucket.go:27
Struct
Arg
Arg is an argument on a Call.
stack/stack.go:114
Struct
Args
Args is a series of function call arguments.
stack/stack.go:219
Struct
Bucket
Bucket is a stack trace signature and the list of goroutines that fits this signature.
stack/bucket.go:102
Struct
Call
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
Struct
Func
Func is a function call in a goroutine stack trace.
stack/stack.go:23
Struct
Goroutine
Goroutine represents the state of one goroutine, including the stack trace.
stack/stack.go:781
Struct
Opts
Opts represents options to process the snapshot.
stack/context.go:29
Struct
Palette
Palette defines the color used. An empty object Palette{} can be used to disable coloring.
internal/ui.go:17
Struct
Signature
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
TypeAlias
Similarity
Similarity is the level at which two call lines arguments must match to be considered similar enough to coalesce them.
stack/bucket.go:13
Struct
Snapshot
Snapshot is a parsed runtime.Stack() or race detector dump.
stack/context.go:94
Struct
Stack
Stack is a call stack.
stack/stack.go:506
Struct
Strùct
Strùct is a totally normal structure with a totally normal name.
cmd/panic/internal/utf8/utf8.go:12
Struct
cacheAST
Private stuff. cacheAST is a cache of parsed Go sources.
stack/source.go:25
Struct
count
stack/bucket.go:43
Struct
dataLine
stack/source_test.go:1483
TypeAlias
goarchList
goarchList is a list of GOARCH values.
stack/source_test.go:25
TypeAlias
gomodCache
stack/context.go:1007
Struct
object
stack/stack.go:806
TypeAlias
panicwebSignatureType
stack/context_test.go:2249
Struct
parsedFile
parsedFile is a processed Go source file.
stack/source.go:109
TypeAlias
pathFormat
pathFormat determines how much to show.
internal/ui.go:44
Struct
reader
stack/reader.go:17
Struct
scanningState
scanningState is the state of the scan to detect and process a stack trace and stores the traces found.
stack/context.go:445
Struct
testCase
stack/source_test.go:50
Interface
toHTMLer
internal/main.go:106
TypeAlias
uint64Slice
stack/stack.go:866
Struct
writeHang
cmd/panicweb/main.go:156