| 1374 | } |
| 1375 | |
| 1376 | type failPreRPCCred struct{} |
| 1377 | |
| 1378 | func (failPreRPCCred) GetRequestMetadata(_ context.Context, uri ...string) (map[string]string, error) { |
| 1379 | if strings.Contains(uri[0], failtosendURI) { |
nothing calls this directly
no outgoing calls
no test coverage detected