Documentation
¶
Index ¶
- Variables
- func Cleanup()
- func CleanupAndExitWithError()
- func CleanupDockerArtifacts()
- func ColoredPrintln(format string, a ...interface{})
- func Copy(srcDir, fileName, destFolder string)
- func ExecuteInDir(dir string, commandStr string, envs ...string)
- func HandleSignals()
- func KillProcesses(processes []string)
- func MakeDir(dir string)
- func Move(src, dest string)
- func PrintTaskDescription(text string)
- func PromptForContinuation(prompt string)
- func Remove(paths ...string)
- func StartDaemon(dir string, commandStr string, envs ...string)
- func WaitForWebPageToBeReady(url string)
- func WaitUntilPortIsReady(port string)
Constants ¶
This section is empty.
Variables ¶
View Source
var CustomCleanupFunc = func() {
}
View Source
var DefaultEnvs []string
Functions ¶
func CleanupAndExitWithError ¶
func CleanupAndExitWithError()
func CleanupDockerArtifacts ¶ added in v0.0.10
func CleanupDockerArtifacts()
func ColoredPrintln ¶
func ColoredPrintln(format string, a ...interface{})
func ExecuteInDir ¶
func HandleSignals ¶
func HandleSignals()
func KillProcesses ¶ added in v0.0.10
func KillProcesses(processes []string)
func PrintTaskDescription ¶
func PrintTaskDescription(text string)
func PromptForContinuation ¶ added in v0.0.11
func PromptForContinuation(prompt string)
func StartDaemon ¶
func WaitForWebPageToBeReady ¶
func WaitForWebPageToBeReady(url string)
func WaitUntilPortIsReady ¶
func WaitUntilPortIsReady(port string)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.