| 16 | } |
| 17 | |
| 18 | type remoteLogsHook struct { |
| 19 | Writer io.Writer |
| 20 | } |
| 21 | |
| 22 | func (r *remoteLogsHook) ExecuteRemotely(ctx devspacecontext.Context, hook *latest.HookConfig, podContainer *selector.SelectedPodContainer) error { |
| 23 | ctx.Log().Infof("Execute hook '%s' in container '%s/%s/%s'", ansi.Color(hookName(hook), "white+b"), podContainer.Pod.Namespace, podContainer.Pod.Name, podContainer.Container.Name) |
nothing calls this directly
no outgoing calls
no test coverage detected