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

Function DefaultClientOptions

credentials/alts/alts.go:111–115  ·  view source on GitHub ↗

DefaultClientOptions creates a new ClientOptions object with the default values.

()

Source from the content-addressed store, hash-verified

109// DefaultClientOptions creates a new ClientOptions object with the default
110// values.
111func DefaultClientOptions() *ClientOptions {
112 return &ClientOptions{
113 HandshakerServiceAddress: hypervisorHandshakerServiceAddress,
114 }
115}
116
117// ServerOptions contains the server-side options of an ALTS channel. These
118// options will be passed to the underlying ALTS handshaker.

Callers 6

google.goFile · 0.92
mainFunction · 0.92
mainFunction · 0.92
createTestConnFunction · 0.92
mainFunction · 0.92
TestCloneClientMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestCloneClientMethod · 0.68