| 32 | } |
| 33 | |
| 34 | type integrationSessionExecutor struct { |
| 35 | startCalls []taskpkg.StartTaskSession |
| 36 | requestStopCalls []integrationStopCall |
| 37 | forceStopCalls []integrationStopCall |
| 38 | } |
| 39 | |
| 40 | type integrationRuntimeViewReader struct { |
| 41 | registry *globaldb.GlobalDB |
nothing calls this directly
no outgoing calls
no test coverage detected