type vendor/golang.org/x/net/dns/dnsmessage.SRVResource
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1008: func (p *Parser) SRVResource() (SRVResource, error) {
message.go#L1010: return SRVResource{}, ErrNotStarted
message.go#L1014: return SRVResource{}, err
message.go#L1534: func (b *Builder) SRVResource(h ResourceHeader, r SRVResource) error {
message.go#L2238: var rb SRVResource
message.go#L2526: type SRVResource struct {
message.go#L2533: func (r *SRVResource) realType() Type {
message.go#L2538: func (r *SRVResource) pack(msg []byte, compression map[string]uint16, compressionOff int) ([]byte, error) {
message.go#L2551: func (r *SRVResource) GoString() string {
message.go#L2559: func unpackSRVResource(msg []byte, off int) (SRVResource, error) {
message.go#L2562: return SRVResource{}, &nestedError{"Priority", err}
message.go#L2566: return SRVResource{}, &nestedError{"Weight", err}
message.go#L2570: return SRVResource{}, &nestedError{"Port", err}
message.go#L2574: return SRVResource{}, &nestedError{"Target", err}
message.go#L2576: return SRVResource{priority, weight, port, target}, nil
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |