Documentation ¶
Overview ¶
Package tracker creates a websocket server and sends total amount of connections to a messenger module
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(t TrackerServer, quit ChanQuit)
Types ¶
type ChanChanges ¶
type ChanChanges chan int
type TrackerContext ¶
type TrackerContext struct { echo.Context ChanChanges }
Custom context for Echo
func (*TrackerContext) Track ¶
func (tc *TrackerContext) Track(c echo.Context)
type TrackerServer ¶
Click to show internal directories.
Click to hide internal directories.