Versions in this module Expand all Collapse all v0 v0.7.18 Oct 9, 2023 Changes in this version + type Logger struct + type Module interface + Close func(ctx context.Context) + Start func(ctx context.Context) error + type WebsocketManager interface + BroadcastMessage func(event string, data interface{}) ([]*websocket.Conn, error) + Close func(ctx context.Context) + SendMessageToClient func(conn *websocket.Conn, event string, data interface{}) error