google.golang.org/grpc/balancer/grpclb.lbBalancer.opt (field)

6 uses

	google.golang.org/grpc/balancer/grpclb (current package)
		grpclb.go#L138: 		opt:             opt,
		grpclb.go#L168: 	opt    balancer.BuildOptions
		grpclb_remote_balancer.go#L217: 	if creds := lb.opt.DialCreds; creds != nil {
		grpclb_remote_balancer.go#L224: 	if lb.opt.Dialer != nil {
		grpclb_remote_balancer.go#L225: 		dopts = append(dopts, grpc.WithContextDialer(lb.opt.Dialer))
		grpclb_remote_balancer.go#L231: 		dopts = append(dopts, grpc.WithChannelzParentID(lb.opt.ChannelzParentID))