fix SpaceData struct
This commit is contained in:
parent
89ae122fc3
commit
bcfc66731f
1 changed files with 5 additions and 0 deletions
|
|
@ -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"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue