First working? version with persistent state
This commit is contained in:
parent
4eb1f18bf5
commit
8a1cf0456a
3 changed files with 102 additions and 1 deletions
|
@ -38,3 +38,10 @@ type SpaceAPIResponseV14 struct {
|
|||
URL string `json:"url"`
|
||||
} `json:"links"`
|
||||
}
|
||||
|
||||
type PersistentStateV14 struct {
|
||||
State struct {
|
||||
Open bool `json:"open"`
|
||||
LastChange int64 `json:"lastchange"`
|
||||
} `json:"state"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue