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)
Click to show internal directories.
Click to hide internal directories.