Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/screego/server
/ Server
Interface
Server
turn/server.go:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
)
18
19
type
Server
interface
{
20
Credentials(id string, addr net.IP) (string, string)
21
Disallow(username string)
22
}
23
24
type
InternalServer
struct
{
25
lock sync.RWMutex
Callers
2
newSession
Method · 0.65
closeSession
Method · 0.65
Implementers
2
InternalServer
turn/server.go
ExternalServer
turn/server.go
Calls
no outgoing calls
Tested by
no test coverage detected