package
1.19.0
Repository: https://github.com/cockroachdb/gostdlib.git
Documentation: pkg.go.dev

# Functions

List returns a slice of bug exemplars -- the first bugs to occur at each callsite.
Notify returns a channel that will be sent the next bug to occur on the server.
Report records a new bug encountered on the server.

# Structs

A Bug represents an unexpected event or broken invariant.

# Type aliases

Data is additional metadata to record for a bug.