# Packages
Package webstack provides a http.HandlerFunc that serves a snapshot similar to net/http/pprof.Index().
# Constants
AnyPointer considers different pointers a similar call line.
AnyValue accepts any value as similar call line.
ExactFlags requires same bits (e.g.
ExactLines requests the exact same arguments on the call line.
# Structs
Arg is an argument on a Call.
Args is a series of function call arguments.
Bucket is a stack trace signature and the list of goroutines that fits this signature.
Call is an item in the stack trace.
Context is a parsing context.
Func is a function call as read in a goroutine stack trace.
Goroutine represents the state of one goroutine, including the stack trace.
Signature represents the signature of one or multiple goroutines.
Stack is a call stack.
# Type aliases
Similarity is the level at which two call lines arguments must match to be considered similar enough to coalesce them.