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

Struct Static

config/ipdns/static.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "net"
4
5type Static struct {
6 V4 net.IP
7 V6 net.IP
8}
9
10func (s *Static) Get() (net.IP, net.IP, error) {
11 return s.V4, s.V6, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected