Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ failingHTTPDoer
Struct
failingHTTPDoer
internal/pluginstore/install_test.go:688–688 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
686
}
687
688
type
failingHTTPDoer
struct
{}
689
690
func
(failingHTTPDoer) Do(*http.Request) (*http.Response, error) {
691
return
nil, errors.New(
"network unavailable"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected