Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Comet ¶
type Comet struct {
// contains filtered or unexported fields
}
Comet is a broadcast comet.
func (*Comet) Broadcast ¶
func (c *Comet) Broadcast(arg *client.BroadcastReq) (err error)
Broadcast broadcast a message.
func (*Comet) BroadcastRoom ¶
func (c *Comet) BroadcastRoom(arg *client.BroadcastRoomReq) (err error)
BroadcastRoom broadcast a room message.
type CometOptions ¶
CometOptions comet options.
type Room ¶
type Room struct {
// contains filtered or unexported fields
}
Room room.
type RoomOptions ¶
RoomOptions room options.
Click to show internal directories.
Click to hide internal directories.