Documentation ¶
Overview ¶
User Routes that will be used to manage basic user management utils
API Routes that will be used by the source of the application. Creates a ServeMux from the default http package
Send Mail in Golang via SMTP ¶
API Routes that will be used by the source of the application. Creates a ServeMux from the default http package
User Routes that will be used to Create, Read, and Update user ¶
validate.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthMux = http.NewServeMux()
Routes with /users/ prefix
View Source
var GroupMux = http.NewServeMux()
Routes with /group/ prefix
View Source
var ThreadMux = http.NewServeMux()
Routes with /api/ prefix
View Source
var UserMux = http.NewServeMux()
Routes with /users/ prefix
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.