package
0.0.0-20241005214056-678ca625da39
Repository: https://github.com/jairogloz/go-budget.git
Documentation: pkg.go.dev

# Constants

No description provided by the author

# Structs

AccountCreate is the struct that represents the request to create a new account.
Server is the core server struct that holds the required components to serve the application using gin.

# Interfaces

AccountHandler exposes the handlers for the account domain.
TransactionHandler exposes the handlers for the transactions services.