MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / FakeHTTPGetter

Struct FakeHTTPGetter

pkg/library/flatten/internal/testutil/http.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type FakeHTTPGetter struct {
32 DevfileResources map[string]dw.Devfile
33 DevWorkspaceResources map[string]dw.DevWorkspaceTemplate
34 Errors map[string]TestPluginError
35}
36
37var _ network.HTTPGetter = (*FakeHTTPGetter)(nil)
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected