Documentation
¶
Index ¶
- func Connect() tea.Msg
- func Quit(client *irc.Client) tea.Cmd
- func ReceivedIRCMsg() tea.Msg
- func SendPrivMsg(msg string) tea.Cmd
- func SwitchChannels() tea.Msg
- func UpdateNicks() tea.Msg
- func UpdateTabBar() tea.Msg
- type ConnectMsg
- type ReceivedIRCMsgMsg
- type SendPrivMsgMsg
- type SwitchChannelsMsg
- type UpdateNicksMsg
- type UpdateTabBarMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReceivedIRCMsg ¶
func SendPrivMsg ¶
func SwitchChannels ¶
func UpdateNicks ¶
func UpdateTabBar ¶
Types ¶
type ConnectMsg ¶
type ConnectMsg struct{}
type ReceivedIRCMsgMsg ¶
type ReceivedIRCMsgMsg struct{}
type SendPrivMsgMsg ¶
type SwitchChannelsMsg ¶
type SwitchChannelsMsg struct{}
type UpdateNicksMsg ¶
type UpdateNicksMsg struct{}
type UpdateTabBarMsg ¶
type UpdateTabBarMsg struct{}
Click to show internal directories.
Click to hide internal directories.