MCPcopy 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
19type Server interface {
20 Credentials(id string, addr net.IP) (string, string)
21 Disallow(username string)
22}
23
24type InternalServer struct {
25 lock sync.RWMutex

Callers 2

newSessionMethod · 0.65
closeSessionMethod · 0.65

Implementers 2

InternalServerturn/server.go
ExternalServerturn/server.go

Calls

no outgoing calls

Tested by

no test coverage detected