Documentation
¶
Index ¶
- func Create(cfg config.Struct, deleteOld bool)
- func Enter(cfg config.Struct, root bool) error
- func FileExists(path string) bool
- func GetFolderFiles(path string) ([]string, error)
- func GetFolderFilesMtch(path string, match string) ([]string, error)
- func RunCommandList(name string, commands []string, pman *podman.Podman, root bool, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFolderFiles ¶
Reads all the names in the a path, and returns them If an item is a folder it will return it like this: "foldername/" instead of "foldername"
func GetFolderFilesMtch ¶ added in v0.1.0
Returns a list of all the files inside a path that match a string
Wrapper around GetFolderFiles() that filters the results
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.