package
Version:
v0.0.0-...-449f33c
Opens a new window with list of versions in this module.
Published: Jun 4, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Handler struct {
Service *Service
}
func (Handler) Grades ¶
Grades
@Description Get user grades
@Accept json
@Produce json
@Security Bearer
@Success 200 {object} common.Grades "Successfully retrieved grades"
@Failure 400 {string} string "Error getting grades."
@Router /grades [get]
type Provider interface {
Attendance(ctx echo.Context) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.