type net.MX
9 uses
net (current package)
dnsclient.go#L204: type MX struct {
dnsclient.go#L210: type byPref []*MX
lookup.go#L547: func LookupMX(name string) ([]*MX, error) {
lookup.go#L557: func (r *Resolver) LookupMX(ctx context.Context, name string) ([]*MX, error) {
lookup.go#L562: filteredMX := make([]*MX, 0, len(records))
lookup.go#L758: func (r *Resolver) goLookupMX(ctx context.Context, name string) ([]*MX, error) {
lookup.go#L763: var mxs []*MX
lookup.go#L794: mxs = append(mxs, &MX{Host: mx.MX.String(), Pref: mx.Pref})
lookup_unix.go#L107: func (r *Resolver) lookupMX(ctx context.Context, name string) ([]*MX, error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |