This commit is contained in:
2022-07-31 02:50:14 -07:00
parent e5068d7b3f
commit ca83d818fe
4 changed files with 143 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ import (
// Instead of using Shell, please consider submitting a PR with the functionality
// you require.
func (d Device) Shell(ctx context.Context, command string) (stdout string, stderr string, ErrCode int, err error) {
return "", "", 1, nil
}