Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatError ¶
Types ¶
type StackFrame ¶
type StackFrame struct {
Func string `json:"func"`
Source string `json:"source"`
Line int `json:"line"`
}
func MarshalStack ¶
func MarshalStack(err error) []StackFrame
Click to show internal directories.
Click to hide internal directories.