Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Connect(address, nick string) error SendMessage(msg ClientMessage) error RecvMessage() (*ServerMessage, error) Close() }
type ClientMessage ¶
type ClientMessage struct {
Content string
}
type NickAlreadyInUse ¶
type NickAlreadyInUse struct{}
func (*NickAlreadyInUse) Error ¶
func (*NickAlreadyInUse) Error() string
type ServerMessage ¶
Click to show internal directories.
Click to hide internal directories.