(actionID, commandName string)
| 35 | } |
| 36 | |
| 37 | func GetNoRetriesActionToExecute(actionID, commandName string) Action { |
| 38 | return GetActionToExecute(actionID, commandName, 0) |
| 39 | } |
| 40 | |
| 41 | func newMonitoringAction(actionID, commandName string, verbosityLevel VerbosityLevel, monitoringRetries uint) monitoringAction { |
| 42 | return monitoringAction{ |
no test coverage detected