add more msg when exec probe timeout

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero
2021-11-06 15:59:22 +08:00
parent 08bf54678e
commit 4211826c3c
3 changed files with 9 additions and 5 deletions

View File

@@ -271,11 +271,11 @@ func (eic *execInContainer) Output() ([]byte, error) {
}
func (eic *execInContainer) SetDir(dir string) {
//unimplemented
// unimplemented
}
func (eic *execInContainer) SetStdin(in io.Reader) {
//unimplemented
// unimplemented
}
func (eic *execInContainer) SetStdout(out io.Writer) {
@@ -287,11 +287,11 @@ func (eic *execInContainer) SetStderr(out io.Writer) {
}
func (eic *execInContainer) SetEnv(env []string) {
//unimplemented
// unimplemented
}
func (eic *execInContainer) Stop() {
//unimplemented
// unimplemented
}
func (eic *execInContainer) Start() error {