Documentation ¶
Overview ¶
API Routes that will be used by the source of the application. Creates a ServeMux from the default http package
Helper Structs for handling POST requests to /users/ && /api/ Routes
User Routes that will be used to Create, Read, and Update users. Creates a ServeMux from the default http package
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ApiMux = http.NewServeMux()
Routes with /api/ prefix
View Source
var UsersMux = http.NewServeMux()
Routes with /users/ prefix
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.