package
0.0.0-20230211010958-c91f845b7845
Repository: https://github.com/pixdale/sh-code-challenge.git
Documentation: pkg.go.dev
# Packages
Package auth contains the rule of authentication and authorization used by the application.
Pakcage controllers implements several handler for the RestAPI app.
Package middlewares contains the middlewares used on the project.
Package models implements the database operations and user management functions.
Package notification implements the access to RabbitMQ with the notification queue.
Package responses provides structured HTTP responses for a Fiber application.
Package seed provides seed data for the database and functions to load the data into the database.
No description provided by the author
# Functions
No description provided by the author