handler

package
v0.0.0-...-85337ad Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

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 NewHandler(service *service.Service) *Handler

func (*Handler) CORSMiddleware

func (h *Handler) CORSMiddleware() gin.HandlerFunc

func (*Handler) ChangePictureAccount

func (h *Handler) ChangePictureAccount(c *gin.Context)

func (*Handler) ChangePictureCategory

func (h *Handler) ChangePictureCategory(c *gin.Context)

func (*Handler) ChangePictureUser

func (h *Handler) ChangePictureUser(c *gin.Context)

func (*Handler) CreateAccount

func (h *Handler) CreateAccount(c *gin.Context)

func (*Handler) CreateCategory

func (h *Handler) CreateCategory(c *gin.Context)

func (*Handler) CreateTransaction

func (h *Handler) CreateTransaction(c *gin.Context)

func (*Handler) DeleteAccount

func (h *Handler) DeleteAccount(c *gin.Context)

func (*Handler) DeleteCategory

func (h *Handler) DeleteCategory(c *gin.Context)

func (*Handler) DeleteUser

func (h *Handler) DeleteUser(c *gin.Context)

func (*Handler) GetAccount

func (h *Handler) GetAccount(c *gin.Context)

func (*Handler) GetAllAccounts

func (h *Handler) GetAllAccounts(c *gin.Context)

func (*Handler) GetCategories

func (h *Handler) GetCategories(c *gin.Context)

func (*Handler) GetCategory

func (h *Handler) GetCategory(c *gin.Context)

func (*Handler) GetReport

func (h *Handler) GetReport(c *gin.Context)

func (*Handler) GetTransaction

func (h *Handler) GetTransaction(c *gin.Context)

func (*Handler) GetTransactions

func (h *Handler) GetTransactions(c *gin.Context)

func (*Handler) GetUser

func (h *Handler) GetUser(c *gin.Context)

func (*Handler) InitRoutes

func (h *Handler) InitRoutes() *gin.Engine

func (*Handler) RestoreAccount

func (h *Handler) RestoreAccount(c *gin.Context)

func (*Handler) RestoreCategory

func (h *Handler) RestoreCategory(c *gin.Context)

func (*Handler) RestoreUser

func (h *Handler) RestoreUser(c *gin.Context)

func (*Handler) SignUp

func (h *Handler) SignUp(c *gin.Context)

func (*Handler) UpdateAccount

func (h *Handler) UpdateAccount(c *gin.Context)

func (*Handler) UpdateCategory

func (h *Handler) UpdateCategory(c *gin.Context)

func (*Handler) UpdateTransaction

func (h *Handler) UpdateTransaction(c *gin.Context)

func (*Handler) UpdateUser

func (h *Handler) UpdateUser(c *gin.Context)

func (*Handler) UploadAccountPicture

func (h *Handler) UploadAccountPicture(c *gin.Context)

func (*Handler) UploadPictureCategory

func (h *Handler) UploadPictureCategory(c *gin.Context)

func (*Handler) UploadUserPicture

func (h *Handler) UploadUserPicture(c *gin.Context)

func (*Handler) UserIdentity

func (h *Handler) UserIdentity(c *gin.Context)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL