MCPcopy Create free account
hub / github.com/devspace-sh/devspace / remoteDownloadHook

Struct remoteDownloadHook

pkg/devspace/hook/download.go:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type remoteDownloadHook struct{}
30
31func (r *remoteDownloadHook) ExecuteRemotely(ctx devspacecontext.Context, hook *latest.HookConfig, podContainer *selector.SelectedPodContainer) error {
32 containerPath := "."

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected