Documentation
¶
Index ¶
Constants ¶
View Source
const ( STATE_INIT = iota STATE_CONNECT_GATE )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatClient ¶
type ChatClient struct { // Client *client.CellClient RunService *runservice.StandardRunService // contains filtered or unexported fields }
func NewChatClient ¶
func NewChatClient(name string) *ChatClient
func (*ChatClient) Start ¶
func (self *ChatClient) Start(address string)
func (*ChatClient) Stop ¶
func (self *ChatClient) Stop()
Click to show internal directories.
Click to hide internal directories.