Create mock using: mockgen -source=collector/pkg/common/shell/interface.go -destination=collector/pkg/common/shell/mock/mock_shell.go
| 7 | // Create mock using: |
| 8 | // mockgen -source=collector/pkg/common/shell/interface.go -destination=collector/pkg/common/shell/mock/mock_shell.go |
| 9 | type Interface interface { |
| 10 | Command(logger *logrus.Entry, cmdName string, cmdArgs []string, workingDir string, environ []string) (string, error) |
| 11 | } |
no outgoing calls
no test coverage detected