Documentation ¶ Index ¶ type Client func NewClient(address string) (*Client, error) func (c *Client) Abort() func (c *Client) IsConnected() bool func (c *Client) Notify(listener any) func (c *Client) Send(text string) func (c *Client) Speed(wpm int) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(address string) (*Client, error) func (*Client) Abort ¶ func (c *Client) Abort() func (*Client) IsConnected ¶ func (c *Client) IsConnected() bool func (*Client) Notify ¶ func (c *Client) Notify(listener any) func (*Client) Send ¶ func (c *Client) Send(text string) func (*Client) Speed ¶ func (c *Client) Speed(wpm int) Source Files ¶ View all Source files cwdaemon.go Click to show internal directories. Click to hide internal directories.