Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error string
Error is an implementation for the error interface that allow you to declare exported globals with the `const` keyword.
TL;DR: const ErrSomething errs.Error = "something is an error"
const ErrIDRequired Error = `` /* 174-byte string literal not displayed */
const ErrNotFound Error = "ErrNotFound"
const ErrNotImplemented Error = "ErrNotImplemented"
Click to show internal directories.
Click to hide internal directories.