type net.MX
10 uses
net (current package)
dnsclient.go#L217: type MX struct {
dnsclient.go#L223: type byPref []*MX
dnsclient.go#L231: slices.SortFunc(s, func(a, b *MX) int {
lookup.go#L544: func LookupMX(name string) ([]*MX, error) {
lookup.go#L554: func (r *Resolver) LookupMX(ctx context.Context, name string) ([]*MX, error) {
lookup.go#L559: filteredMX := make([]*MX, 0, len(records))
lookup.go#L755: func (r *Resolver) goLookupMX(ctx context.Context, name string) ([]*MX, error) {
lookup.go#L760: var mxs []*MX
lookup.go#L791: mxs = append(mxs, &MX{Host: mx.MX.String(), Pref: mx.Pref})
lookup_unix.go#L103: func (r *Resolver) lookupMX(ctx context.Context, name string) ([]*MX, error) {
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |