Documentation
¶
Index ¶
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
}
Client manages a WebSocket connection to an IRC server.
func (*Client) Connect ¶
Connect dials the WebSocket server and performs IRC registration with CAP negotiation.
type ConnectedMsg ¶
type ConnectedMsg struct{}
ConnectedMsg signals that the WebSocket connection is established.
type DisconnectedMsg ¶
type DisconnectedMsg struct {
Err error
}
DisconnectedMsg signals that the connection was closed.
Click to show internal directories.
Click to hide internal directories.