type net.SRV
8 uses
net (current package)
dnsclient.go#L153: type SRV struct {
dnsclient.go#L161: type byPriorityWeight []*SRV
lookup.go#L419: func LookupSRV(service, proto, name string) (cname string, addrs []*SRV, err error) {
lookup.go#L432: func (r *Resolver) LookupSRV(ctx context.Context, service, proto, name string) (cname string, addrs []*SRV, err error) {
lookup_unix.go#L131: func (r *Resolver) lookupSRV(ctx context.Context, service, proto, name string) (string, []*SRV, error) {
lookup_unix.go#L142: var srvs []*SRV
lookup_unix.go#L177: srvs = append(srvs, &SRV{Target: srv.Target.String(), Port: srv.Port, Priority: srv.Priority, Weight: srv.Weight})
google.golang.org/grpc/internal/resolver/dns
dns_resolver.go#L157: LookupSRV(ctx context.Context, service, proto, name string) (cname string, addrs []*net.SRV, err error)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |