1
0
mirror of https://github.com/joshuarubin/go-sway synced 2024-11-22 12:02:00 +01:00

add id to workspace

Signed-off-by: Joshua Rubin <me@jawa.dev>
This commit is contained in:
Joshua Rubin 2021-04-27 11:54:09 -06:00
parent 07f0e51891
commit 9562910f80
No known key found for this signature in database
GPG Key ID: F63BF258817C01A8

@ -119,6 +119,7 @@ type RunCommandReply struct {
}
type Workspace struct {
ID int64 `json:"id,omitempty"`
Num int64 `json:"num,omitempty"`
Name string `json:"name,omitempty"`
Visible bool `json:"visible,omitempty"`