| 178 | ) |
| 179 | |
| 180 | type testPerRPCCredentials struct { |
| 181 | callCreds map[string]string |
| 182 | } |
| 183 | |
| 184 | func (f *testPerRPCCredentials) GetRequestMetadata(context.Context, ...string) (map[string]string, error) { |
| 185 | return f.callCreds, nil |
nothing calls this directly
no outgoing calls
no test coverage detected