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