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

Struct testCredsBundle

test/creds_test.go:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50)
51
52type testCredsBundle struct {
53 t *testing.T
54 mode string
55}
56
57func (c *testCredsBundle) TransportCredentials() credentials.TransportCredentials {
58 if c.mode == bundlePerRPCOnly {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected