vendor/golang.org/x/net/dns/dnsmessage.Name.String (method)
7 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1865: func (n Name) String() string {
net
dnsclient_unix.go#L732: return cname.String(), err
dnsclient_unix.go#L785: ptrs = append(ptrs, ptr.PTR.String())
lookup_unix.go#L177: srvs = append(srvs, &SRV{Target: srv.Target.String(), Port: srv.Port, Priority: srv.Priority, Weight: srv.Weight})
lookup_unix.go#L180: return cname.String(), srvs, nil
lookup_unix.go#L219: mxs = append(mxs, &MX{Host: mx.MX.String(), Pref: mx.Pref})
lookup_unix.go#L262: nss = append(nss, &NS{Host: ns.NS.String()})
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |