| 85 | } |
| 86 | |
| 87 | type monitoringAction struct { |
| 88 | action |
| 89 | commandName string |
| 90 | monitoringRetries uint |
| 91 | } |
| 92 | |
| 93 | func (a *monitoringAction) Execute(operationID string, mtaClient mtaclient.MtaClientOperations) ExecutionStatus { |
| 94 | // Get the messages of the operation before it's retried/resumed, so that the monitor knows they're from the previous execution and |
nothing calls this directly
no outgoing calls
no test coverage detected