MCPcopy Create free account
hub / github.com/djherbis/socket / Server

Struct Server

server.go:9–13  ·  view source on GitHub ↗

Server handles creating Sockets from http connections

Source from the content-addressed store, hash-verified

7
8// Server handles creating Sockets from http connections
9type Server struct {
10 mu sync.RWMutex
11 *namespace
12 subspaces map[string]*namespace
13}
14
15// Of creates a new Namespace with "name", or returns the existing Namespace
16// with name "name"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected