Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppController ¶
type AppController struct {
// contains filtered or unexported fields
}
AppController handles the welcome screen that allows user to pick a technology and username.
func (*AppController) Get ¶
func (this *AppController) Get()
Get implemented Get() method for AppController.
func (*AppController) Join ¶
func (this *AppController) Join()
Join method handles POST requests for AppController.
type LongPollingController ¶
type LongPollingController struct {
// contains filtered or unexported fields
}
LongPollingController handles long polling requests.
func (*LongPollingController) Fetch ¶
func (this *LongPollingController) Fetch()
Fetch method handles fetch archives requests for LongPollingController.
func (*LongPollingController) Join ¶
func (this *LongPollingController) Join()
Join method handles GET requests for LongPollingController.
func (*LongPollingController) Post ¶
func (this *LongPollingController) Post()
Post method handles receive messages requests for LongPollingController.
type Subscriber ¶
type Subscription ¶
type WebSocketController ¶
type WebSocketController struct {
// contains filtered or unexported fields
}
WebSocketController handles WebSocket requests.
func (*WebSocketController) Get ¶
func (this *WebSocketController) Get()
Get method handles GET requests for WebSocketController.
func (*WebSocketController) Join ¶
func (this *WebSocketController) Join()
Join method handles WebSocket requests for WebSocketController.
Click to show internal directories.
Click to hide internal directories.