controllers

package
v0.0.0-...-5d294c8 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 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 AuthController

type AuthController struct {
	// contains filtered or unexported fields
}

func NewAuthController

func NewAuthController(db *gorm.DB, authService *auth.AuthService) *AuthController

func (*AuthController) Route

func (c *AuthController) Route(app *fiber.App)

type PatientController

type PatientController struct {
	// contains filtered or unexported fields
}

func NewPatientController

func NewPatientController(db *gorm.DB, patientService *patient.PatientService) *PatientController

func (*PatientController) Route

func (c *PatientController) Route(app *fiber.App)

type RecommendationController

type RecommendationController struct {
	// contains filtered or unexported fields
}

func NewRecommendationController

func NewRecommendationController(db *gorm.DB, recommendationService *recommendation.RecommendationService) *RecommendationController

func (*RecommendationController) Route

func (c *RecommendationController) Route(app *fiber.App)

type TendencyController

type TendencyController struct {
	// contains filtered or unexported fields
}

func NewTendencyController

func NewTendencyController(db *gorm.DB, tendencyService *tendency.TendencyService) *TendencyController

func (*TendencyController) Route

func (c *TendencyController) Route(app *fiber.App)

Jump to

Keyboard shortcuts

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