type vendor/golang.org/x/net/dns/dnsmessage.AAAAResource
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1010: func (p *Parser) AAAAResource() (AAAAResource, error) {
message.go#L1012: return AAAAResource{}, ErrNotStarted
message.go#L1016: return AAAAResource{}, err
message.go#L1548: func (b *Builder) AAAAResource(h ResourceHeader, r AAAAResource) error {
message.go#L2196: var rb AAAAResource
message.go#L2561: type AAAAResource struct {
message.go#L2565: func (r *AAAAResource) realType() Type {
message.go#L2570: func (r *AAAAResource) GoString() string {
message.go#L2576: func (r *AAAAResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2580: func unpackAAAAResource(msg []byte, off int) (AAAAResource, error) {
message.go#L2583: return AAAAResource{}, err
message.go#L2585: return AAAAResource{aaaa}, nil
|
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. |