Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatClient ¶
type ChatClient struct {
// contains filtered or unexported fields
}
func NewChatClient ¶
func NewChatClient() ChatClient
func (*ChatClient) Connect ¶
func (client *ChatClient) Connect(ip, port string) error
func (*ChatClient) Disconnect ¶
func (client *ChatClient) Disconnect() error
func (*ChatClient) ReceiveChatMessagenOn ¶
func (client *ChatClient) ReceiveChatMessagenOn(outputFormatter OutputFormatter)
type OutputFormatter ¶
Click to show internal directories.
Click to hide internal directories.