//
pkg.gl
Category
github.com/hidevopsio/hiboot
pkg
starter
websocket
package
1.8.1
Repository:
https://github.com/hidevopsio/hiboot.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
6
Files
129 SLOC
#
Packages
ws
Package websocket provides rich websocket support for the iris web framework.
#
Constants
All
All is the string which the Emitter use to send a message to all.
Broadcast
Broadcast is the string which the Emitter use to send a message to all except this connection.
Profile
Profile websocket profile name.
#
Structs
Connection
Connection is the websocket connection.
Server
No description provided by the author
#
Interfaces
Handler
Handler is the interface the websocket handler.
#
Type aliases
Register
Register is the handler register.