MCPcopy
hub / github.com/Jguer/yay / HTTPRequestDoer

Interface HTTPRequestDoer

pkg/download/unified.go:22–24  ·  view source on GitHub ↗

HTTPRequestDoer is an interface for HTTP clients that can perform GET requests.

Source from the content-addressed store, hash-verified

20
21// HTTPRequestDoer is an interface for HTTP clients that can perform GET requests.
22type HTTPRequestDoer interface {
23 Get(string) (*http.Response, error)
24}
25
26type DBSearcher interface {
27 SyncPackage(string) db.IPackage

Callers 8

syncInfoFunction · 0.65
TestPrintPkgbuildsFunction · 0.65
syncCleanFunction · 0.65
cleanAURFunction · 0.65
cleanUntrackedFunction · 0.65
handleCmdFunction · 0.65
getFilterFunction · 0.65
displayNumberMenuFunction · 0.65

Implementers 4

mockDoerpkg/completion/completion_test.go
IntRangepkg/intrange/intrange.go
MockAURpkg/dep/mock/aur.go
testClientpkg/download/utils_test.go

Calls

no outgoing calls

Tested by

no test coverage detected