Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
type
Fetcher
interface
{
13
Fetch(packageName string, branchName string) (string, error)
14
}
15
16
func
NewFetcher(tmpFolder string) Fetcher {
17
return
&fetcher{tmpFolder: tmpFolder}
Callers
2
TestFetch
Function · 0.95
FetchPackage
Method · 0.65
Implementers
2
Fetcher
testdata/mocks/Fetcher.go
fetcher
lib/fetch.go
Calls
no outgoing calls
Tested by
no test coverage detected