Execute FIXME ...
()
| 73 | type SubTask interface { |
| 74 | // Execute FIXME ... |
| 75 | Execute() errors.Error |
| 76 | } // nolint |
| 77 | |
| 78 | // SubTaskEntryPoint All subtasks from plugins should comply to this prototype, so they could be orchestrated by framework |
no outgoing calls
no test coverage detected