MCPcopy
hub / github.com/rodrigo-brito/gocity / Fetcher

Interface Fetcher

lib/fetch.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type Fetcher interface {
13 Fetch(packageName string, branchName string) (string, error)
14}
15
16func NewFetcher(tmpFolder string) Fetcher {
17 return &fetcher{tmpFolder: tmpFolder}

Callers 2

TestFetchFunction · 0.95
FetchPackageMethod · 0.65

Implementers 2

Fetchertestdata/mocks/Fetcher.go
fetcherlib/fetch.go

Calls

no outgoing calls

Tested by

no test coverage detected