controller

package
v0.0.0-...-6e9e061 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2025 License: MIT Imports: 10 Imported by: 0

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)

Jump to

Keyboard shortcuts

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