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

Interface Provider

config/ipdns/provider.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "net"
4
5type Provider interface {
6 Get() (net.IP, net.IP, error)
7}

Callers 7

AllocatePacketConnMethod · 0.65
CurrentUserMethod · 0.65
serveCmdFunction · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
NewRoomsFunction · 0.65
newClientFunction · 0.65

Implementers 2

DNSconfig/ipdns/dns.go
Staticconfig/ipdns/static.go

Calls

no outgoing calls

Tested by

no test coverage detected