| 25 | } |
| 26 | |
| 27 | type remoteCommandHook struct { |
| 28 | Stdout io.Writer |
| 29 | Stderr io.Writer |
| 30 | } |
| 31 | |
| 32 | func (r *remoteCommandHook) ExecuteRemotely(ctx devspacecontext.Context, hook *latest.HookConfig, podContainer *selector.SelectedPodContainer) error { |
| 33 | hookCommand, hookArgs, err := ResolveCommand(ctx.Context(), hook.Command, hook.Args, ctx.WorkingDir(), ctx.Config(), ctx.Dependencies()) |
nothing calls this directly
no outgoing calls
no test coverage detected