Add documentation comment.

This commit is contained in:
Daniël Franke
2023-01-19 14:17:40 +01:00
committed by Ralf Haferkamp
parent d2076941f4
commit 4389bcdd25

View File

@@ -75,6 +75,7 @@ func (i *ErrEducationBackend) GetEducationClassMembers(ctx context.Context, name
return nil, errNotImplemented
}
// UpdateEducationClass implments the EducationBackend interface
func (i *ErrEducationBackend) UpdateEducationClass(ctx context.Context, id string, class libregraph.EducationClass) (*libregraph.EducationClass, error) {
return nil, errNotImplemented
}