chores
This commit is contained in:
parent
04e022f4d8
commit
64ad60a8e2
4 changed files with 26 additions and 22 deletions
|
|
@ -1,7 +1,8 @@
|
|||
package main
|
||||
|
||||
type SpaceUrl struct {
|
||||
Url string `json:"url"`
|
||||
Validated bool `json:"validated"`
|
||||
LastUpdated int64 `json:"lastUpdated"`
|
||||
}
|
||||
Id string `json:"id"`
|
||||
Url string `json:"url"`
|
||||
Validated bool `json:"validated"`
|
||||
LastUpdated int64 `json:"lastUpdated"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue