LocalExecutor will be used to execute tests on the local host
| 13 | |
| 14 | // LocalExecutor will be used to execute tests on the local host |
| 15 | type LocalExecutor struct { |
| 16 | } |
| 17 | |
| 18 | // NewLocalExecutor creates a new local executor |
| 19 | func NewLocalExecutor() Executor { |
nothing calls this directly
no outgoing calls
no test coverage detected