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

# Packages

Package clients manages the clients.
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.
Package model provides data transfer objects and validation.
Package repository manages the data access layer for handling queries.
Package res contains repository configuration.
Package service manages the application layer for handling business logic.

# Functions

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