Files
contracts/errs/doc.go
T

5 lines
257 B
Go
Raw Normal View History

// Package errs defines the interfaces implemented by structured errors in the
// Einherjar framework. These interfaces replace the private duck-typed bridges
// previously used between logz and xerrors, enforcing the contract at compile time.
package errs