google.golang.org/grpc.ClientConn.authority (field)

9 uses

	google.golang.org/grpc (current package)
		clientconn.go#L268: 		cc.authority = creds.Info().ServerName
		clientconn.go#L270: 		cc.authority = cc.dopts.authority
		clientconn.go#L272: 		cc.authority = "localhost"
		clientconn.go#L276: 		cc.authority = cc.parsedTarget.Endpoint
		clientconn.go#L483: 	authority    string
		clientconn.go#L1236: 		addr.ServerName = ac.cc.authority
		stream.go#L207: 		Host:           cc.authority,
		stream.go#L300: 			Authority:    cs.cc.authority,
		stream.go#L1051: 		Host:           ac.cc.authority,