package
0.0.0-20231124095642-5e89bc7031ac
Repository: https://github.com/devpies/saas-core.git
Documentation: pkg.go.dev

# Packages

Package config manages configuration values.
Package db maintains the database connection and extensions.
Package fail contains common known errors.
Package handler manages the presentation layer for handling incoming requests.
No description provided by the author
Package model provides data transfer objects and validation.
Package repository manages the data access layer for handling queries.
Package res contains additional resources for services.
Package service manages the application layer for handling business logic.

# Functions

Routes composes routes, middleware and handlers.
Run contains the app setup.