Documentation
¶
Overview ¶
Package fmsg provides various functions for output messages.
Index ¶
- func AsBaseError(err error, target **BaseError) bool
- func BeforeExit()
- func Load() bool
- func Prepare(prefix string)
- func PrintBaseError(err error, fallback string)
- func Resume() bool
- func Store(v bool)
- func Suspend() bool
- func Verbose(v ...any)
- func Verbosef(format string, v ...any)
- func WrapError(err error, a ...any) error
- func WrapErrorFunc(err error, f func(err error) string) error
- func WrapErrorSuffix(err error, a ...any) error
- type BaseError
- type Output
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsBaseError ¶
func BeforeExit ¶ added in v0.2.15
func BeforeExit()
func Prepare ¶ added in v0.2.15
func Prepare(prefix string)
Prepare configures the system logger for Suspend and Resume to take effect.
func PrintBaseError ¶ added in v0.2.16
func WrapErrorFunc ¶
WrapErrorFunc wraps an error with a corresponding message returned by f.
func WrapErrorSuffix ¶
WrapErrorSuffix wraps an error with a corresponding message with err at the end of the message.
Types ¶
type BaseError ¶
type BaseError struct {
// contains filtered or unexported fields
}
BaseError implements an error container with a user-facing message
type Output ¶ added in v0.3.0
type Output struct{}
func (Output) BeforeExit ¶ added in v0.3.0
func (Output) BeforeExit()
func (Output) PrintBaseErr ¶ added in v0.3.0
Click to show internal directories.
Click to hide internal directories.