Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IdentityError ¶ added in v0.0.74
type IdentityError struct { Package string Caller string Place string Params map[string]interface{} Message string Parent error }
func (*IdentityError) Error ¶ added in v0.0.74
func (e *IdentityError) Error() string
type IdentityParams ¶ added in v0.0.74
type IdentityParams map[string]interface{}
type IdentityPlaceError ¶
func (*IdentityPlaceError) Error ¶
func (e *IdentityPlaceError) Error() string
type NotReleasedError ¶
type NotReleasedError struct {
Name string
}
func (*NotReleasedError) Error ¶
func (e *NotReleasedError) Error() string
Click to show internal directories.
Click to hide internal directories.