MCPcopy Index your code
hub / github.com/devspace-sh/devspace / DownloadBinary

Method DownloadBinary

pkg/devspace/plugin/installer.go:18–18  ·  view source on GitHub ↗
(metadataPath, version, binaryPath, outFile string)

Source from the content-addressed store, hash-verified

16type Installer interface {
17 DownloadMetadata(path, version string) (*Metadata, error)
18 DownloadBinary(metadataPath, version, binaryPath, outFile string) error
19}
20
21type installer struct{}

Callers 1

installMethod · 0.65

Implementers 1

installerpkg/devspace/plugin/installer.go

Calls

no outgoing calls

Tested by

no test coverage detected