Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //AuthServer is the wsevent server where authenticated (logged in) users/sockets //are added to AuthServer = wsevent.NewServer(middleware.JSONCodec{}, func(_ *wsevent.Client, _ struct{}) interface{} { return errors.New("No such request.") }) //UnauthServer is the wsevent server where unauthenticated users/sockets //are added to UnauthServer = wsevent.NewServer(middleware.JSONCodec{}, func(_ *wsevent.Client, _ struct{}) interface{} { return errors.New("You aren't logged in.") }) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.