Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Fail Fail = "Failed" // Ok means success state. Ok = "Succeeded" // Skip Skip = "Skipped" // Start indicate process started / is running. Start = "Starting" )
Status of plugin execution used for displaying to user on console.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.