Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandler ¶
type AuthHandler struct {
AuthService *service.AuthService
}
func NewAuthHandler ¶
func NewAuthHandler(authService *service.AuthService) *AuthHandler
func (*AuthHandler) Sign ¶
func (h *AuthHandler) Sign(c *gin.Context)
type BillingController ¶
type BillingController struct {
BillingService *service.BillingService
}
func NewBillingController ¶
func NewBillingController(billingService *service.BillingService) *BillingController
func (*BillingController) FindAllWithRelations ¶
func (c *BillingController) FindAllWithRelations(ctx *gin.Context)
type ImportController ¶
type ImportController struct {
ImportService *service.ImportService
}
func NewImportController ¶
func NewImportController(importService *service.ImportService) *ImportController
func (*ImportController) UploadCSVHandler ¶
func (c *ImportController) UploadCSVHandler(ctx *gin.Context)
type UserHandler ¶
type UserHandler struct {
UserService *service.CreateUserService
}
func NewUserHandler ¶
func NewUserHandler(userService *service.CreateUserService) *UserHandler
func (*UserHandler) Register ¶
func (c *UserHandler) Register(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.