Documentation
¶
Index ¶
- Variables
- func AuthLogin(c *gin.Context)
- func DeleteAclRoutes(c *gin.Context)
- func DeletePaidBills(c *gin.Context)
- func DeleteUserAcl(c *gin.Context)
- func EditBillsToPayMonth(c *gin.Context)
- func EditPaidBills(c *gin.Context)
- func GetAclRoutes(c *gin.Context)
- func GetAllUsers(c *gin.Context)
- func GetCategoriesAndBillsMonth(c *gin.Context)
- func GetUser(c *gin.Context)
- func GetUserAcl(c *gin.Context)
- func HomeShow(c *gin.Context)
- func InitiateHandlersDependencies()
- func SelectAllBillsToPay(c *gin.Context)
- func SelectAllCategoriesBillsToPay(c *gin.Context)
- func SelectCategoriesBilsToPay(c *gin.Context)
- func StoreAclRoutes(c *gin.Context)
- func StoreBillsToPay(c *gin.Context)
- func StorePaidBills(c *gin.Context)
- func StoreUserAcl(c *gin.Context)
- func UpdateBillsToPay(c *gin.Context)
- func UserCreate(c *gin.Context)
- func UserUpdate(c *gin.Context)
- type UserAclRoutes
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DB for database manipulation DB *gorm.DB // Cache for cache manipulation Cache *cache.CacheEngine // JWT used for jwt tokens creation and validation JWT *jwt.JWTUtil Session *sessions.Sessions )
Functions ¶
func DeleteAclRoutes ¶
DeleteAclRoutes return Delete AclRoutes bills
func DeletePaidBills ¶
DeletePaidBills return Delete paid bills
func EditBillsToPayMonth ¶
func GetCategoriesAndBillsMonth ¶
GetCategoriesAndBillsMonth return Categories, Bills, Values, Paid
func InitiateHandlersDependencies ¶
func InitiateHandlersDependencies()
InitiateHandlersDependencies to initiate the any dependency of the handlers
func SelectAllCategoriesBillsToPay ¶
SelectAll return CategoriesBillsToPay
func SelectCategoriesBilsToPay ¶
Select return CategoriesBillsToPay
func StoreAclRoutes ¶
func StoreBillsToPay ¶
func StorePaidBills ¶
func StoreUserAcl ¶
func UpdateBillsToPay ¶
Types ¶
type UserAclRoutes ¶
Click to show internal directories.
Click to hide internal directories.