Documentation ¶
Index ¶
- func NewHealthHandlers() *healthHandlers
- func NewQuestionHandlers(service service.QuestionService) *questionHandlers
- func NewSurveyHandlers(service service.SurveyService) *surveyHandlers
- func NewTraitHandlers(service service.TraitService) *traitHandlers
- type HealthHandlers
- type QuestionHandlers
- type SurveyHandlers
- type TraitHandlers
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHealthHandlers ¶
func NewHealthHandlers() *healthHandlers
func NewQuestionHandlers ¶
func NewQuestionHandlers(service service.QuestionService) *questionHandlers
func NewSurveyHandlers ¶
func NewSurveyHandlers(service service.SurveyService) *surveyHandlers
func NewTraitHandlers ¶
func NewTraitHandlers(service service.TraitService) *traitHandlers
Types ¶
type HealthHandlers ¶
type HealthHandlers interface {
HealthCheck(c *fiber.Ctx) error
}
type QuestionHandlers ¶
type SurveyHandlers ¶
Click to show internal directories.
Click to hide internal directories.