Home
last modified time | relevance | path

Searched refs:txtAttribute (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/resolver/dns/
Ddns_resolver.go50 txtAttribute = "grpc_config=" const
246 if !strings.HasPrefix(res, txtAttribute) {
247 grpclog.Warningf("grpc: TXT record %v missing %v attribute", res, txtAttribute)
250 return strings.TrimPrefix(res, txtAttribute)