Versions in this module Expand all Collapse all v1 v1.3.1 Jan 3, 2024 v1.3.0 Jan 3, 2024 Changes in this version + type IWebsocketUtil interface + CloseConnection func(ws websocket.Conn) error + OpenConnection func(url string) (*websocket.Conn, error) + type WebsocketUtil struct + func NewWebsocketUtil(logger log.T, dialerInput *websocket.Dialer) *WebsocketUtil + func (u *WebsocketUtil) CloseConnection(ws *websocket.Conn) error + func (u *WebsocketUtil) OpenConnection(url string) (*websocket.Conn, error)