MCPcopy Create free account
hub / github.com/rilldata/rill / ProjectParserReconciler

Struct ProjectParserReconciler

runtime/reconcilers/project_parser.go:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type ProjectParserReconciler struct {
29 C *runtime.Controller
30}
31
32func newProjectParser(ctx context.Context, c *runtime.Controller) (runtime.Reconciler, error) {
33 return &ProjectParserReconciler{C: c}, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected