MCPcopy Create free account
hub / github.com/adalkiran/distributed-inference / HttpServer

Struct HttpServer

signaling/src/signaling/httpserver.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type HttpServer struct {
27 HttpServerAddr string
28 WsHub *WsHub
29}
30
31func NewHttpServer(httpServerAddr string, wsCommandFnRegistry map[string]WsCommandFn) (*HttpServer, error) {
32 wsHub := newWsHub(wsCommandFnRegistry)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected