mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-07 04:09:15 +02:00
fix:#46 added tests for UpdateCourse
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
// CourseService defines the methods to be implemented
|
||||
type CourseService interface {
|
||||
GetAllCourses() []string
|
||||
GetAllCoursesForSemester(semester string) []string
|
||||
GetAllCoursesForSemester(semester string) []model.SeminarGroup
|
||||
GetAllCoursesForSemesterWithEvents(semester string) ([]string, error)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user