package
Version:
v0.1.16
Opens a new window with list of versions in this module.
Published: Dec 12, 2024
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.