Documentation ¶
Index ¶
- Variables
- func OnConnect(fns ...func(ctx echo.Context, conn socketio.Conn) error)
- func OnDisconnect(fns ...func(ctx echo.Context, conn socketio.Conn, msg string))
- func OnError(fns ...func(ctx echo.Context, conn socketio.Conn, e error))
- func OnEvent(fns ...func(esi.IWrapper))
- func RegisterRoute(e echo.RouteRegister)
- type Config
Constants ¶
This section is empty.
Variables ¶
View Source
var RequestChecker engineio.CheckerFunc = func(*http.Request) (http.Header, error) { return nil, nil }
Functions ¶
func OnDisconnect ¶
func RegisterRoute ¶
func RegisterRoute(e echo.RouteRegister)
Types ¶
Click to show internal directories.
Click to hide internal directories.