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

Method Do

tools/filesystem/internal/s3blob/s3/s3.go:47–47  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

45
46type HTTPClient interface {
47 Do(req *http.Request) (*http.Response, error)
48}
49
50type S3 struct {

Callers 6

FetchFunction · 0.65
NewFileFromURLFunction · 0.65
SignAndSendMethod · 0.65
TestRouterFunction · 0.65
TestRouterUnbindFunction · 0.65

Implementers 1

Clienttools/filesystem/internal/s3blob/s3/te

Calls

no outgoing calls

Tested by 2

TestRouterFunction · 0.52
TestRouterUnbindFunction · 0.52