(message types.Process)
| 8 | type MessageQueue interface { |
| 9 | Connect() error |
| 10 | AddTaskToQueue(message types.Process) error |
| 11 | AddTaskAsFailed(error error, message types.Process) error |
| 12 | AddTaskAsSuccess(message types.Process) error |
| 13 | AddTaskAsFinished(message types.Process) error |
no outgoing calls
no test coverage detected