Documentation
¶
Index ¶
- type GradesController
- func (c *GradesController) CleanStore()
- func (c *GradesController) CreateGrade(w http.ResponseWriter, r *http.Request)
- func (c *GradesController) DeleteGrade(w http.ResponseWriter, r *http.Request)
- func (c *GradesController) EditGrade(w http.ResponseWriter, r *http.Request)
- func (c *GradesController) GetGrade(w http.ResponseWriter, r *http.Request)
- func (c *GradesController) GetGrades(w http.ResponseWriter, r *http.Request)
- func (c *GradesController) GetGradesByStudent(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GradesController ¶
type GradesController struct {
// contains filtered or unexported fields
}
func (*GradesController) CleanStore ¶
func (c *GradesController) CleanStore()
func (*GradesController) CreateGrade ¶
func (c *GradesController) CreateGrade(w http.ResponseWriter, r *http.Request)
func (*GradesController) DeleteGrade ¶
func (c *GradesController) DeleteGrade(w http.ResponseWriter, r *http.Request)
func (*GradesController) EditGrade ¶
func (c *GradesController) EditGrade(w http.ResponseWriter, r *http.Request)
func (*GradesController) GetGrade ¶
func (c *GradesController) GetGrade(w http.ResponseWriter, r *http.Request)
func (*GradesController) GetGrades ¶
func (c *GradesController) GetGrades(w http.ResponseWriter, r *http.Request)
func (*GradesController) GetGradesByStudent ¶
func (c *GradesController) GetGradesByStudent(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.