| 513 | } |
| 514 | |
| 515 | type testRuntimeJob struct { |
| 516 | fullName string |
| 517 | moduleName string |
| 518 | name string |
| 519 | running bool |
| 520 | } |
| 521 | |
| 522 | func newTestRuntimeJob(moduleName, name string, running bool) *testRuntimeJob { |
| 523 | return &testRuntimeJob{ |
nothing calls this directly
no outgoing calls
no test coverage detected