contracts

package
v0.0.0-...-dc7611c Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseError

type BaseError interface {
	error
	Wrapper
	Causer
	Formatter
}

type Causer

type Causer interface {
	Cause() error
}

type Formatter

type Formatter interface {
	Format(f fmt.State, verb rune)
}

type StackTracer

type StackTracer interface {
	StackTrace() errors.StackTrace
}

type Wrapper

type Wrapper interface {
	Unwrap() error
}

Jump to

Keyboard shortcuts

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