type vendor/golang.org/x/net/dns/dnsmessage.NSResource
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L902: func (p *Parser) NSResource() (NSResource, error) {
message.go#L904: return NSResource{}, ErrNotStarted
message.go#L908: return NSResource{}, err
message.go#L1404: func (b *Builder) NSResource(h ResourceHeader, r NSResource) error {
message.go#L2166: var rb NSResource
message.go#L2290: type NSResource struct {
message.go#L2294: func (r *NSResource) realType() Type {
message.go#L2299: func (r *NSResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2304: func (r *NSResource) GoString() string {
message.go#L2308: func unpackNSResource(msg []byte, off int) (NSResource, error) {
message.go#L2311: return NSResource{}, err
message.go#L2313: return NSResource{ns}, 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. |