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

Method ExecuteRemotely

pkg/devspace/hook/remote_hook.go:19–19  ·  view source on GitHub ↗
(ctx devspacecontext.Context, hook *latest.HookConfig, podContainer *selector.SelectedPodContainer)

Source from the content-addressed store, hash-verified

17// RemoteHook is a hook that is executed in a container
18type RemoteHook interface {
19 ExecuteRemotely(ctx devspacecontext.Context, hook *latest.HookConfig, podContainer *selector.SelectedPodContainer) error
20}
21
22func NewRemoteHook(hook RemoteHook) Hook {

Callers 1

executeMethod · 0.65

Implementers 4

remoteLogsHookpkg/devspace/hook/logs.go
remoteCommandHookpkg/devspace/hook/remote_command.go
remoteUploadHookpkg/devspace/hook/upload.go
remoteDownloadHookpkg/devspace/hook/download.go

Calls

no outgoing calls

Tested by

no test coverage detected