Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
Service *Service
}
func (Handler) Schedule ¶
Schedule @Description Get user schedule @Accept json @Produce json @Security Bearer @Success 200 {object} common.CareerSchedule "Successfully retrieved schedule" @Failure 400 {string} string "Error getting schedule." @Router /schedule [get]
func (Handler) Start ¶
func (h Handler) Start(app *echo.Echo, authService *auth.Service, storage ...persistence.CacheStore)
Click to show internal directories.
Click to hide internal directories.