package
0.0.0-20240616054554-7c6bf0ae3faa
Repository: https://github.com/gvre/api-sample-app.git
Documentation: pkg.go.dev

# Functions

ErrorMessage returns the human-readable message of the error, if available.
IsNotFoundError returns if the provided error is related to no records found.
IsValidationError checks if the provided error is related to validation.
NewError returns a pointer to app.Error.
WrappedErrors returns the wrapped validation errors.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

Error defines a standard application error.
No description provided by the author
A User represents a user entity.
ValidationError defines a standard application error.

# Interfaces

UserRepository should be implemented to get access to the data store.