package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Jan 22, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
BroadcastMessage is a message that can be broadcast to websocket clients
Read listens for new messages being sent to the websocket connection
type Message struct {
Type int `json:"type"`
Body interface{} `json:"body"`
}
func (pool *Pool) Start()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.