mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02:00
feat:#44 updated delete process and api response
This commit is contained in:
@@ -61,6 +61,7 @@ type FeedModule struct {
|
||||
type FeedRecord struct {
|
||||
Modules []FeedModule `db:"modules" json:"modules"`
|
||||
Retrieved JSONTime `db:"retrieved" json:"retrieved"`
|
||||
Deleted bool `db:"deleted" json:"deleted"`
|
||||
BaseModel
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user