| 34 | } |
| 35 | |
| 36 | type mockDataloadOperationReconciler struct { |
| 37 | expectType OperationType |
| 38 | TTLSecondsAfterFinished *int32 |
| 39 | } |
| 40 | |
| 41 | func (m mockDataloadOperationReconciler) HasPrecedingOperation() bool { |
| 42 | panic("unimplemented") |
nothing calls this directly
no outgoing calls
no test coverage detected