mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 05:09:46 -06:00
Add documentation comment.
This commit is contained in:
committed by
Ralf Haferkamp
parent
d2076941f4
commit
4389bcdd25
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user