Documentation
¶
Overview ¶
TODO: Track down usages of thee errors and move them somewhere more appropriate
Shared code; useful across various contexts/layers Typically this should only be common data structures, and shouldn't depend on any other layer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrEmailAlreadyInUse ¶
type ErrEmailAlreadyInUse struct{}
func (ErrEmailAlreadyInUse) Error ¶
func (err ErrEmailAlreadyInUse) Error() string
type ErrInternalError ¶
type ErrInternalError struct {
}
func (ErrInternalError) Error ¶
func (e ErrInternalError) Error() string
type ErrMustHaveVerfiiedEmailAddress ¶
type ErrMustHaveVerfiiedEmailAddress struct{}
func (ErrMustHaveVerfiiedEmailAddress) Error ¶
func (err ErrMustHaveVerfiiedEmailAddress) Error() string
type ErrUnauthorised ¶
type ErrUnauthorised struct {
}
func (ErrUnauthorised) Error ¶
func (err ErrUnauthorised) Error() string
Directories
¶
| Path | Synopsis |
|---|---|
|
TODO: look at structuring this module better
|
TODO: look at structuring this module better |
Click to show internal directories.
Click to hide internal directories.