| 29 | ) |
| 30 | |
| 31 | type FakeHTTPGetter struct { |
| 32 | DevfileResources map[string]dw.Devfile |
| 33 | DevWorkspaceResources map[string]dw.DevWorkspaceTemplate |
| 34 | Errors map[string]TestPluginError |
| 35 | } |
| 36 | |
| 37 | var _ network.HTTPGetter = (*FakeHTTPGetter)(nil) |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected