package
0.0.0-20210214190621-52ed2a879018
Repository: https://github.com/mercedtime/api.git
Documentation: pkg.go.dev
# Functions
Create will create a user.
Delete a user.
GetUserByID will get a user from the database by id.
GetUserByName will query the database for a user with a specific name.
# Variables
ErrInvalidUser is returned when the user given is not valid.
ErrUserNotFound is returned when the user does not exists or was not found given the search parameters.