Documentation ¶ Index ¶ Variables func Stacktrace() errorx.Stack type Frame func (f Frame) String() string type Stack func (s Stack) LogValue() slog.Value func (s Stack) MarshalJSON() ([]byte, error) func (s Stack) String() string Constants ¶ This section is empty. Variables ¶ View Source var ( Depth = 10 ) Functions ¶ func Stacktrace ¶ added in v1.0.6 func Stacktrace() errorx.Stack Types ¶ type Frame ¶ added in v1.0.6 type Frame struct { // contains filtered or unexported fields } func (Frame) String ¶ added in v1.0.6 func (f Frame) String() string type Stack ¶ added in v1.0.6 type Stack []Frame func (Stack) LogValue ¶ added in v1.0.6 func (s Stack) LogValue() slog.Value func (Stack) MarshalJSON ¶ added in v1.0.6 func (s Stack) MarshalJSON() ([]byte, error) func (Stack) String ¶ added in v1.0.6 func (s Stack) String() string Source Files ¶ View all Source files stacktrace.go Click to show internal directories. Click to hide internal directories.