Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Execute(command []string) Response LeaveRoom() SetConnection(Connection) }
type ClientFactory ¶
type ClientFactory interface {
New(name string, connection Connection) Client
}
type Connection ¶
Click to show internal directories.
Click to hide internal directories.