package
0.0.0-20241122193139-56daf2fa8bb1
Repository: https://github.com/vladas9/backend-practice.git
Documentation: pkg.go.dev

# Functions

e.g.
user is logged in but does not have permission.
an error that should not happen, is server's fault.
wraps error with current function name.
requested resources cannot be found.
validation of request fails, i.e.
auth token missing or expired.

# Structs

No description provided by the author

# Interfaces

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