package
Version:
v0.0.0-...-2aa1216
Opens a new window with list of versions in this module.
Published: Jan 28, 2024
License: Unlicense
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func SetupRoutes(app *fiber.App, datasource *gorm.DB)
SetupRoutes sets up all the routes for the application
type SystemUserDTO struct {
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Email string `json:"email"`
Title string `json:"title"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.