type vendor/golang.org/x/net/dns/dnsmessage.AResource
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L992: func (p *Parser) AResource() (AResource, error) {
message.go#L994: return AResource{}, ErrNotStarted
message.go#L998: return AResource{}, err
message.go#L1524: func (b *Builder) AResource(h ResourceHeader, r AResource) error {
message.go#L2161: var rb AResource
message.go#L2533: type AResource struct {
message.go#L2537: func (r *AResource) realType() Type {
message.go#L2542: func (r *AResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2547: func (r *AResource) GoString() string {
message.go#L2552: func unpackAResource(msg []byte, off int) (AResource, error) {
message.go#L2555: return AResource{}, err
message.go#L2557: return AResource{a}, 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. |