package sway import ( "context" ) func (c *Client) GetTree(ctx context.Context) (*Node, error) { return sendMessage[*Node](c, 4, "") }