Documentation ¶
Overview ¶
Pretty-printing of various namespace errors. Needs to be in a separate package to access error types from elsewhere in the codebase without introducing import cycles (e.g. tasks -> fnerrors -> tasks).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormatOption ¶
type FormatOption func(*FormatOptions)
func WithActionTrace ¶
func WithActionTrace(tracing bool) FormatOption
func WithStyle ¶
func WithStyle(style colors.Style) FormatOption
func WithTracing ¶
func WithTracing(tracing bool) FormatOption
type FormatOptions ¶
type FormatOptions struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.