mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-08-07 04:09:17 +02:00
added frontend and updated backend with docker, wrote some initial instructions
This commit is contained in:
8
backend/model/feedModel.go
Normal file
8
backend/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