Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //RunErrCodeUnexpected is presented to the api when an unexpected error occurred during the run of the task RunErrCodeUnexpected = "ERR_UNEXPECTED" //RunResultUndefined is send to the server when RunResultUndefined = "-" )
Functions ¶
func IsEmptyDir ¶ added in v0.4.15
IsEmptyDir checks if a directory contains files
func RemoveContents ¶
RemoveContents removes all contents of a directory
Types ¶
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
Worker is a longer running process that spawns processes based on task runs that arrive via the batch client
Click to show internal directories.
Click to hide internal directories.