Documentation
¶
Index ¶
- type Dashboard
- type DashboardWebsocketController
- func (d *DashboardWebsocketController) DefaultChannels() []string
- func (d *DashboardWebsocketController) Loop(hub websocket.Hub) error
- func (d *DashboardWebsocketController) OnMessage(hub websocket.Hub, msg *websocket.Msg)
- func (d *DashboardWebsocketController) View(this *gin.Context, tplName string, data gin.H)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dashboard ¶
type Dashboard struct {
controller.BaseController
}
type DashboardWebsocketController ¶
type DashboardWebsocketController struct {
nouncontroller.NounController
websocket.BaseHandler
}
func (*DashboardWebsocketController) DefaultChannels ¶
func (d *DashboardWebsocketController) DefaultChannels() []string
func (*DashboardWebsocketController) Loop ¶
func (d *DashboardWebsocketController) Loop(hub websocket.Hub) error
Click to show internal directories.
Click to hide internal directories.