mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 17:48:51 +02:00
added schedule for updating all modules
This commit is contained in:
9
backend/model/moduleModel.go
Normal file
9
backend/model/moduleModel.go
Normal file
@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type Module struct {
|
||||
Name string `json:"name"`
|
||||
Prof string `json:"prof"`
|
||||
Course string `json:"course"`
|
||||
Semester string `json:"semester"`
|
||||
Events Events `json:"events"`
|
||||
}
|
Reference in New Issue
Block a user