package sway import ( "context" ) func (c *Client) GetVersion(ctx context.Context) (*Version, error) { return sendMessage[*Version](c, 7, "") }