| 39 | ) |
| 40 | |
| 41 | type dataLoadOperation struct { |
| 42 | client.Client |
| 43 | Log logr.Logger |
| 44 | Recorder record.EventRecorder |
| 45 | |
| 46 | dataLoad *datav1alpha1.DataLoad |
| 47 | } |
| 48 | |
| 49 | var _ dataoperation.OperationInterface = &dataLoadOperation{} |
| 50 |
nothing calls this directly
no outgoing calls
no test coverage detected