Documentation ¶
Overview ¶
Package filemanager implement interfaces to run install-script tests
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unix ¶
type Unix struct {
// contains filtered or unexported fields
}
Unix implement filemanager interface for Unix distributions
func NewUnixFileManager ¶
func NewUnixFileManager(host *components.RemoteHost) *Unix
NewUnixFileManager create a new unix file manager
func (*Unix) FileExists ¶
FileExists check if the file exists, return an error if it does not
func (*Unix) FindFileInFolder ¶
FindFileInFolder search for files in the given folder return an error if no files are found
Click to show internal directories.
Click to hide internal directories.