| 290 | ) |
| 291 | |
| 292 | type testPerRPCCredentials struct { |
| 293 | authdata map[string]string |
| 294 | errChan chan error |
| 295 | } |
| 296 | |
| 297 | func (cr testPerRPCCredentials) GetRequestMetadata(context.Context, ...string) (map[string]string, error) { |
| 298 | var err error |
nothing calls this directly
no outgoing calls
no test coverage detected