package
1.0.1
Repository: https://github.com/auxten/postgresql-parser.git
Documentation: pkg.go.dev

# Functions

DecodeStackTrace produces a stack trace from the encoded string.
EncodeStackTrace produces a decodable string representation of the stack trace.
NewStackTrace generates a stacktrace suitable for inclusion in error reports.
PrintStackTrace produces a human-readable partial representation of the stack trace.

# Type aliases

ReportableObject is an interface suitable for the extra detail objects provided to SendReport().
StackTrace is an object suitable for inclusion in errors that can ultimately be reported with ReportInternalError() or similar.