| 185 | } |
| 186 | |
| 187 | type methodTestCreds struct{} |
| 188 | |
| 189 | func (m *methodTestCreds) GetRequestMetadata(ctx context.Context, _ ...string) (map[string]string, error) { |
| 190 | ri, _ := credentials.RequestInfoFromContext(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected