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

Struct testCredsBundle

balancer/rls/control_channel_test.go:148–151  ·  view source on GitHub ↗

testCredsBundle wraps a test call creds and real transport creds.

Source from the content-addressed store, hash-verified

146
147// testCredsBundle wraps a test call creds and real transport creds.
148type testCredsBundle struct {
149 transportCreds credentials.TransportCredentials
150 callCreds credentials.PerRPCCredentials
151}
152
153func (f *testCredsBundle) TransportCredentials() credentials.TransportCredentials {
154 return f.transportCreds

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected