Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ DownloadMetadata
Method
DownloadMetadata
pkg/devspace/plugin/installer.go:17–17 ·
view source on GitHub ↗
(path, version string)
Source
from the content-addressed store, hash-verified
15
16
type
Installer
interface
{
17
DownloadMetadata(path, version string) (*Metadata, error)
18
DownloadBinary(metadataPath, version, binaryPath, outFile string) error
19
}
20
Callers
2
install
Method · 0.65
Update
Method · 0.65
Implementers
1
installer
pkg/devspace/plugin/installer.go
Calls
no outgoing calls
Tested by
no test coverage detected