package sway import ( "context" ) func (c *Client) GetMarks(ctx context.Context) ([]string, error) { return sendMessage[[]string](c, 5, "") }