type vendor/golang.org/x/net/dns/dnsmessage.AAAAResource
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L994: func (p *Parser) AAAAResource() (AAAAResource, error) {
message.go#L996: return AAAAResource{}, ErrNotStarted
message.go#L1000: return AAAAResource{}, err
message.go#L1513: func (b *Builder) AAAAResource(h ResourceHeader, r AAAAResource) error {
message.go#L2124: var rb AAAAResource
message.go#L2487: type AAAAResource struct {
message.go#L2491: func (r *AAAAResource) realType() Type {
message.go#L2496: func (r *AAAAResource) GoString() string {
message.go#L2502: func (r *AAAAResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2506: func unpackAAAAResource(msg []byte, off int) (AAAAResource, error) {
message.go#L2509: return AAAAResource{}, err
message.go#L2511: return AAAAResource{aaaa}, 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. |