fix SpaceData struct

This commit is contained in:
genofire 2019-12-28 17:46:59 +01:00 committed by Timm
commit bcfc66731f

View file

@ -42,6 +42,11 @@ type Contact struct {
IssueMail string `json:"issue_mail"`
}
type Feed struct {
Type string `json:"type"`
Url string `json:"url"`
}
type Feeds struct {
Blog Feed `json:"blog"`
Wiki Feed `json:"wiki"`