Documentation ¶
Index ¶
- type Handler
- func (h *Handler) CORSMiddleware() gin.HandlerFunc
- func (h *Handler) ChangePictureAccount(c *gin.Context)
- func (h *Handler) ChangePictureCategory(c *gin.Context)
- func (h *Handler) ChangePictureUser(c *gin.Context)
- func (h *Handler) CreateAccount(c *gin.Context)
- func (h *Handler) CreateCategory(c *gin.Context)
- func (h *Handler) CreateTransaction(c *gin.Context)
- func (h *Handler) DeleteAccount(c *gin.Context)
- func (h *Handler) DeleteCategory(c *gin.Context)
- func (h *Handler) DeleteUser(c *gin.Context)
- func (h *Handler) GetAccount(c *gin.Context)
- func (h *Handler) GetAllAccounts(c *gin.Context)
- func (h *Handler) GetCategories(c *gin.Context)
- func (h *Handler) GetCategory(c *gin.Context)
- func (h *Handler) GetReport(c *gin.Context)
- func (h *Handler) GetTransaction(c *gin.Context)
- func (h *Handler) GetTransactions(c *gin.Context)
- func (h *Handler) GetUser(c *gin.Context)
- func (h *Handler) InitRoutes() *gin.Engine
- func (h *Handler) RestoreAccount(c *gin.Context)
- func (h *Handler) RestoreCategory(c *gin.Context)
- func (h *Handler) RestoreUser(c *gin.Context)
- func (h *Handler) SignUp(c *gin.Context)
- func (h *Handler) UpdateAccount(c *gin.Context)
- func (h *Handler) UpdateCategory(c *gin.Context)
- func (h *Handler) UpdateTransaction(c *gin.Context)
- func (h *Handler) UpdateUser(c *gin.Context)
- func (h *Handler) UploadAccountPicture(c *gin.Context)
- func (h *Handler) UploadPictureCategory(c *gin.Context)
- func (h *Handler) UploadUserPicture(c *gin.Context)
- func (h *Handler) UserIdentity(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) CORSMiddleware ¶
func (h *Handler) CORSMiddleware() gin.HandlerFunc
func (*Handler) ChangePictureAccount ¶
func (*Handler) ChangePictureCategory ¶
func (*Handler) ChangePictureUser ¶
func (*Handler) CreateAccount ¶
func (*Handler) CreateCategory ¶
func (*Handler) CreateTransaction ¶
func (*Handler) DeleteAccount ¶
func (*Handler) DeleteCategory ¶
func (*Handler) DeleteUser ¶
func (*Handler) GetAccount ¶
func (*Handler) GetAllAccounts ¶
func (*Handler) GetCategories ¶
func (*Handler) GetCategory ¶
func (*Handler) GetTransaction ¶
func (*Handler) GetTransactions ¶
func (*Handler) InitRoutes ¶
func (*Handler) RestoreAccount ¶
func (*Handler) RestoreCategory ¶
func (*Handler) RestoreUser ¶
func (*Handler) UpdateAccount ¶
func (*Handler) UpdateCategory ¶
func (*Handler) UpdateTransaction ¶
func (*Handler) UpdateUser ¶
func (*Handler) UploadAccountPicture ¶
func (*Handler) UploadPictureCategory ¶
func (*Handler) UploadUserPicture ¶
func (*Handler) UserIdentity ¶
Click to show internal directories.
Click to hide internal directories.