type vendor/golang.org/x/net/dns/dnsmessage.MXResource
13 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L868: func (p *Parser) MXResource() (MXResource, error) {
message.go#L870: return MXResource{}, ErrNotStarted
message.go#L874: return MXResource{}, err
message.go#L1345: func (b *Builder) MXResource(h ResourceHeader, r MXResource) error {
message.go#L2114: var rb MXResource
message.go#L2176: type MXResource struct {
message.go#L2181: func (r *MXResource) realType() Type {
message.go#L2186: func (r *MXResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2197: func (r *MXResource) GoString() string {
message.go#L2203: func unpackMXResource(msg []byte, off int) (MXResource, error) {
message.go#L2206: return MXResource{}, &nestedError{"Pref", err}
message.go#L2210: return MXResource{}, &nestedError{"MX", err}
message.go#L2212: return MXResource{pref, mx}, nil
 |
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. |