fmsg

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package fmsg provides various functions for output messages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AsBaseError

func AsBaseError(err error, target **BaseError) bool

func BeforeExit added in v0.2.15

func BeforeExit()

func Load added in v0.2.15

func Load() bool

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 PrintBaseError(err error, fallback string)

func Resume

func Resume() bool

func Store added in v0.2.15

func Store(v bool)

func Suspend

func Suspend() bool

func Verbose

func Verbose(v ...any)

func Verbosef added in v0.2.15

func Verbosef(format string, v ...any)

func WrapError

func WrapError(err error, a ...any) error

WrapError wraps an error with a corresponding message.

func WrapErrorFunc

func WrapErrorFunc(err error, f func(err error) string) error

WrapErrorFunc wraps an error with a corresponding message returned by f.

func WrapErrorSuffix

func WrapErrorSuffix(err error, a ...any) error

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

func (*BaseError) Error

func (e *BaseError) Error() string

func (*BaseError) Message

func (e *BaseError) Message() string

Message returns a user-facing error message

func (*BaseError) Unwrap

func (e *BaseError) Unwrap() error

type Output added in v0.3.0

type Output struct{}

func (Output) BeforeExit added in v0.3.0

func (Output) BeforeExit()

func (Output) IsVerbose added in v0.3.0

func (Output) IsVerbose() bool

func (Output) PrintBaseErr added in v0.3.0

func (Output) PrintBaseErr(err error, fallback string)

func (Output) Resume added in v0.3.0

func (Output) Resume() bool

func (Output) Suspend added in v0.3.0

func (Output) Suspend()

func (Output) Verbose added in v0.3.0

func (Output) Verbose(v ...any)

func (Output) Verbosef added in v0.3.0

func (Output) Verbosef(format string, v ...any)

func (Output) WrapErr added in v0.3.0

func (Output) WrapErr(err error, a ...any) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL