type vendor/golang.org/x/net/dns/dnsmessage.SRVResource
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L989: func (p *Parser) SRVResource() (SRVResource, error) {
message.go#L991: return SRVResource{}, ErrNotStarted
message.go#L995: return SRVResource{}, err
message.go#L1515: func (b *Builder) SRVResource(h ResourceHeader, r SRVResource) error {
message.go#L2219: var rb SRVResource
message.go#L2497: type SRVResource struct {
message.go#L2504: func (r *SRVResource) realType() Type {
message.go#L2509: func (r *SRVResource) pack(msg []byte, compression map[string]uint16, compressionOff int) ([]byte, error) {
message.go#L2522: func (r *SRVResource) GoString() string {
message.go#L2530: func unpackSRVResource(msg []byte, off int) (SRVResource, error) {
message.go#L2533: return SRVResource{}, &nestedError{"Priority", err}
message.go#L2537: return SRVResource{}, &nestedError{"Weight", err}
message.go#L2541: return SRVResource{}, &nestedError{"Port", err}
message.go#L2545: return SRVResource{}, &nestedError{"Target", err}
message.go#L2547: return SRVResource{priority, weight, port, target}, nil
 |
The pages are generated with Golds v0.7.6. (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. |