MCPcopy
hub / github.com/grpc/grpc-go / Build

Method Build

internal/xds/clients/transport_builder.go:30–30  ·  view source on GitHub ↗

Build creates a new Transport instance to the server based on the provided ServerIdentifier.

(serverIdentifier ServerIdentifier)

Source from the content-addressed store, hash-verified

28 // Build creates a new Transport instance to the server based on the
29 // provided ServerIdentifier.
30 Build(serverIdentifier ServerIdentifier) (Transport, error)
31}
32
33// Transport provides the functionality to communicate with an xDS or LRS

Implementers 15

testResolverForParserclientconn_parsed_target_test.go
resolverBuilderWithErrresolver_balancer_ext_test.go
producerBuilderproducer_ext_test.go
parseBalancerBuilderservice_config_test.go
errResolverBuilderdial_test.go
BuildableConfigcredentials/tls/certprovider/store.go
producerBuilderorca/producer.go
customLBBorca/producer_test.go
orcabbinterop/orcalb.go
rpcBehaviorBBinterop/xds/custom_lb.go
loggerBuilderauthz/audit/audit_logging_test.go

Calls

no outgoing calls