package
0.0.0-20200926133638-f2344d4a582d
Repository: https://github.com/josepmdc/goboilerplate.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
NewAuthHandler creates a handler for the authentication endpoints.
NewRouter creates an http router for the API and mounts its routes.
NewUserHandler creates a handler for the user endpoints and sets the necessary values for it to operate.
# Structs
AuthHandler is a struct that contains all the functions for handling requests to the authentication endpoints.
UserHandler is a struct that contains all the functions for handling requests to the user endpoints.