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) Start ¶
func (h Handler) Start(app *echo.Echo, authService *auth.Service, storage ...persistence.CacheStore)
func (Handler) StudentData ¶
StudentData @Description Get student information @Accept json @Produce json @Security Bearer @Success 200 {object} common.User "Successfully retrieved student information" @Failure 400 {string} string "Error getting student information." @Router /student [get]
Click to show internal directories.
Click to hide internal directories.