MCPcopy
hub / github.com/pocketbase/pocketbase / Do

Method Do

plugins/ghupdate/ghupdate.go:32–32  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

30// HttpClient is a base HTTP client interface (usually used for test purposes).
31type HttpClient interface {
32 Do(req *http.Request) (*http.Response, error)
33}
34
35// Config defines the config options of the ghupdate plugin.

Callers 4

safeFileFromURLFunction · 0.65
BindHTTPFunction · 0.65
fetchLatestReleaseFunction · 0.65
downloadFileFunction · 0.65

Implementers 1

Clienttools/filesystem/internal/s3blob/s3/te

Calls

no outgoing calls

Tested by

no test coverage detected