| 50 | ) |
| 51 | |
| 52 | type testCredsBundle struct { |
| 53 | t *testing.T |
| 54 | mode string |
| 55 | } |
| 56 | |
| 57 | func (c *testCredsBundle) TransportCredentials() credentials.TransportCredentials { |
| 58 | if c.mode == bundlePerRPCOnly { |
nothing calls this directly
no outgoing calls
no test coverage detected