Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"net"
4
5
type
Static
struct
{
6
V4 net.IP
7
V6 net.IP
8
}
9
10
func
(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