mirror of
https://github.com/joshuarubin/go-sway
synced 2024-11-22 21:11:59 +01:00
add id to workspace
Signed-off-by: Joshua Rubin <me@jawa.dev>
This commit is contained in:
parent
07f0e51891
commit
9562910f80
1
types.go
1
types.go
@ -119,6 +119,7 @@ type RunCommandReply struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Workspace struct {
|
type Workspace struct {
|
||||||
|
ID int64 `json:"id,omitempty"`
|
||||||
Num int64 `json:"num,omitempty"`
|
Num int64 `json:"num,omitempty"`
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Visible bool `json:"visible,omitempty"`
|
Visible bool `json:"visible,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user