MCPcopy 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
16type Installer interface {
17 DownloadMetadata(path, version string) (*Metadata, error)
18 DownloadBinary(metadataPath, version, binaryPath, outFile string) error
19}
20

Callers 2

installMethod · 0.65
UpdateMethod · 0.65

Implementers 1

installerpkg/devspace/plugin/installer.go

Calls

no outgoing calls

Tested by

no test coverage detected