mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-16 19:42:26 +01:00
update for ical create process, new endpoints for frontend
This commit is contained in:
8
model/feedModel.go
Normal file
8
model/feedModel.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type Feed struct {
|
||||
Id string `db:"id" json:"id"`
|
||||
Modules string `db:"modules" json:"modules"`
|
||||
Created string `db:"created" json:"created"`
|
||||
Updated string `db:"updated" json:"updated"`
|
||||
}
|
||||
Reference in New Issue
Block a user