6 lines
97 B
Go
6 lines
97 B
Go
package sway
|
|
|
|
func (c *Client) GetTree() (*Node, error) {
|
|
return sendMessage[*Node](c, 4, "")
|
|
}
|