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

Function establishAltsConnection

credentials/alts/alts_test.go:406–408  ·  view source on GitHub ↗
(t *testing.T, handshakerAddress, serverAddress string)

Source from the content-addressed store, hash-verified

404}
405
406func establishAltsConnection(t *testing.T, handshakerAddress, serverAddress string) {
407 establishAltsConnectionWithBoundAccessToken(t, handshakerAddress, serverAddress, "")
408}
409
410func establishAltsConnectionWithBoundAccessToken(t *testing.T, handshakerAddress, serverAddress, boundAccessToken string) {
411 clientCreds := NewClientCreds(&ClientOptions{HandshakerServiceAddress: handshakerAddress})

Callers 2

TestFullHandshakeMethod · 0.85

Tested by

no test coverage detected