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"`
|
IssueMail string `json:"issue_mail"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type Feed struct {
|
||||||
|
Type string `json:"type"`
|
||||||
|
Url string `json:"url"`
|
||||||
|
}
|
||||||
|
|
||||||
type Feeds struct {
|
type Feeds struct {
|
||||||
Blog Feed `json:"blog"`
|
Blog Feed `json:"blog"`
|
||||||
Wiki Feed `json:"wiki"`
|
Wiki Feed `json:"wiki"`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue