Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
*rev.Controller
}
func (Application) EnterDemo ¶
func (c Application) EnterDemo(user, demo string) rev.Result
func (Application) Index ¶
func (c Application) Index() rev.Result
type LongPolling ¶
type LongPolling struct {
*rev.Controller
}
func (LongPolling) Leave ¶
func (c LongPolling) Leave(user string) rev.Result
func (LongPolling) Room ¶
func (c LongPolling) Room(user string) rev.Result
func (LongPolling) Say ¶
func (c LongPolling) Say(user, message string) rev.Result
func (LongPolling) WaitMessages ¶
func (c LongPolling) WaitMessages(lastReceived int) rev.Result
Click to show internal directories.
Click to hide internal directories.