Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ NewInstaller
Function
NewInstaller
pkg/devspace/plugin/installer.go:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
type
installer
struct
{}
22
23
func
NewInstaller() Installer {
24
return
&installer{}
25
}
26
27
func
(i *installer) DownloadBinary(metadataPath, version, binaryPath, outFile string) error {
28
if
isLocalReference(metadataPath) {
Callers
1
NewClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected