MCPcopy Index your code
hub / github.com/screego/server / InternalServer

Struct InternalServer

turn/server.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type InternalServer struct {
25 lock sync.RWMutex
26 lookup map[string]Entry
27}
28
29type ExternalServer struct {
30 secret []byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected