Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NewErrBadgerInit ¶
func NewErrRouteNotFound ¶
Types ¶
type ErrBadgerInit ¶
type ErrBadgerInit struct {
// contains filtered or unexported fields
}
func (ErrBadgerInit) Error ¶
func (e ErrBadgerInit) Error() string
type ErrRouteNotFound ¶
type ErrRouteNotFound struct {
// contains filtered or unexported fields
}
func (ErrRouteNotFound) Error ¶
func (e ErrRouteNotFound) Error() string
type WrappedErr ¶
type WrappedErr struct {
// contains filtered or unexported fields
}
func Wrap ¶
func Wrap(e, with error) WrappedErr
func (WrappedErr) Error ¶
func (e WrappedErr) Error() string
func (WrappedErr) Unwrap ¶
func (e WrappedErr) Unwrap() error
Click to show internal directories.
Click to hide internal directories.