MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / WebsocketStart

Function WebsocketStart

cli/pkg/common/websocket.go:181–187  ·  view source on GitHub ↗
(wsURL string)

Source from the content-addressed store, hash-verified

179}
180
181func WebsocketStart(wsURL string) {
182 clientManager["business"] = wsURL
183 for k, v := range clientManager {
184 go connServer(k, v)
185 }
186
187}
188
189type baseMsg struct {
190 Company string `json:"company"`

Callers

nothing calls this directly

Calls 1

connServerFunction · 0.85

Tested by

no test coverage detected