| 26 | } |
| 27 | |
| 28 | type ProjectParserReconciler struct { |
| 29 | C *runtime.Controller |
| 30 | } |
| 31 | |
| 32 | func newProjectParser(ctx context.Context, c *runtime.Controller) (runtime.Reconciler, error) { |
| 33 | return &ProjectParserReconciler{C: c}, nil |
nothing calls this directly
no outgoing calls
no test coverage detected