type vendor/golang.org/x/net/dns/dnsmessage.SRVResource
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L974: func (p *Parser) SRVResource() (SRVResource, error) {
message.go#L976: return SRVResource{}, ErrNotStarted
message.go#L980: return SRVResource{}, err
message.go#L1500: func (b *Builder) SRVResource(h ResourceHeader, r SRVResource) error {
message.go#L2201: var rb SRVResource
message.go#L2479: type SRVResource struct {
message.go#L2486: func (r *SRVResource) realType() Type {
message.go#L2491: func (r *SRVResource) pack(msg []byte, compression map[string]int, compressionOff int) ([]byte, error) {
message.go#L2504: func (r *SRVResource) GoString() string {
message.go#L2512: func unpackSRVResource(msg []byte, off int) (SRVResource, error) {
message.go#L2515: return SRVResource{}, &nestedError{"Priority", err}
message.go#L2519: return SRVResource{}, &nestedError{"Weight", err}
message.go#L2523: return SRVResource{}, &nestedError{"Port", err}
message.go#L2527: return SRVResource{}, &nestedError{"Target", err}
message.go#L2529: return SRVResource{priority, weight, port, target}, 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. |