Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Diagnostic ¶
Diagnostic contains diagnostic info.
func Error ¶ added in v1.67.0
func Error(err any) Diagnostic
Error creates a new instance of Diagnostic of type TypeError.
func Logs ¶
func Logs(logs string) Diagnostic
Logs creates a new instance of Diagnostic of type TypeLogs.
func Stack ¶
func Stack(stack string) Diagnostic
Stack creates a new instance of Diagnostic of type TypeStack.
Click to show internal directories.
Click to hide internal directories.