MCPcopy Create free account
hub / github.com/foxcpp/maddy / String

Method String

framework/dns/dnssec_test.go:26–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func (a TestSrvAction) String() string {
27 switch a {
28 case TestSrvTimeout:
29 return "SrvTimeout"
30 case TestSrvServfail:
31 return "SrvServfail"
32 case TestSrvNoAddr:
33 return "SrvNoAddr"
34 case TestSrvOk:
35 return "SrvOk"
36 default:
37 panic("wtf action")
38 }
39}
40
41type IPAddrTestServer struct {
42 udpServ dns.Server

Callers 4

AuthLookupHostMethod · 0.45
LookupAddrFunction · 0.45
SelectIDNAFunction · 0.45
ForLookupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected