Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Common Error Codes ErrDockerNotFound = "Is docker running on your machine?" ErrServicesNotFound = "No services found currently running for this app" // Common Information Codes InfoDockerDownload = "Download docker from: https://www.docker.com/products/docker-desktop" InfoServicesRunning = "Start your app with `nhost dev`" )
Variables ¶
This section is empty.
Functions ¶
func DeleteAllPaths ¶
deletes all the paths leading to the given file/folder and unlink from filesystem
func DeletePath ¶
deletes the given file/folder path and unlink from filesystem
func PathExists ¶
validates whether a given folder/file path exists or not
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.