Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IdentityError ¶ added in v0.0.74
func (*IdentityError) Error ¶ added in v0.0.74
func (e *IdentityError) Error() string
func (*IdentityError) Unwrap ¶ added in v0.0.83
func (e *IdentityError) Unwrap() error
type IdentityPlaceError ¶
func (*IdentityPlaceError) Error ¶
func (e *IdentityPlaceError) Error() string
type MismatchError ¶ added in v0.0.82
type MismatchError struct { ComparedItems string Expected interface{} Actual interface{} }
func (*MismatchError) Error ¶ added in v0.0.82
func (e *MismatchError) Error() string
type NotFoundError ¶ added in v0.0.95
type NotFoundError struct {
Key string
}
func (*NotFoundError) Error ¶ added in v0.0.95
func (e *NotFoundError) Error() string
type NotReleasedError ¶
type NotReleasedError struct {
Name string
}
func (*NotReleasedError) Error ¶
func (e *NotReleasedError) Error() string
type RegExpIsNotCompiledError ¶ added in v0.0.81
type RegExpIsNotCompiledError struct { }
func (*RegExpIsNotCompiledError) Error ¶ added in v0.0.81
func (e *RegExpIsNotCompiledError) Error() string
type UndefinedSwitchCaseError ¶ added in v0.0.81
type UndefinedSwitchCaseError struct {
Var interface{}
}
func (*UndefinedSwitchCaseError) Error ¶ added in v0.0.81
func (e *UndefinedSwitchCaseError) Error() string
Click to show internal directories.
Click to hide internal directories.