mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-26 07:28:46 -06:00
Fix comments for exported methods.
This commit is contained in:
committed by
Ralf Haferkamp
parent
20f6a212f3
commit
14734f3d16
@@ -423,7 +423,7 @@ func (g Graph) DeleteEducationSchoolUser(w http.ResponseWriter, r *http.Request)
|
||||
render.NoContent(w, r)
|
||||
}
|
||||
|
||||
// GetEducationSchoolUsers implements the Service interface.
|
||||
// GetEducationSchoolClasses implements the Service interface.
|
||||
func (g Graph) GetEducationSchoolClasses(w http.ResponseWriter, r *http.Request) {
|
||||
logger := g.logger.SubloggerWithRequestID(r.Context())
|
||||
logger.Info().Msg("calling get school classes")
|
||||
@@ -458,7 +458,7 @@ func (g Graph) GetEducationSchoolClasses(w http.ResponseWriter, r *http.Request)
|
||||
render.JSON(w, r, classes)
|
||||
}
|
||||
|
||||
// PostEducationSchoolUser implements the Service interface.
|
||||
// PostEducationSchoolClass implements the Service interface.
|
||||
func (g Graph) PostEducationSchoolClass(w http.ResponseWriter, r *http.Request) {
|
||||
logger := g.logger.SubloggerWithRequestID(r.Context())
|
||||
logger.Info().Msg("Calling post school class")
|
||||
|
||||
Reference in New Issue
Block a user