Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ExitLaunch is the exit code when a step fails to launch ExitLaunch = 255 // ExitUnknown is the exit code when a step doesn't return an exit code (for some weird reason) ExitUnknown = 254 // ExitOk is the exit code when a step runs successfully ExitOk = 0 // How long should wait for the env file WaitTimeout = 5 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.