PlannerBuilder is a function that creates a PlanFunc given a Registry.
func(ctx context.Context, r *Registry) (agent.Agent, error)
| 50 | |
| 51 | // PlannerBuilder is a function that creates a PlanFunc given a Registry. |
| 52 | type PlannerBuilder func(ctx context.Context, r *Registry) (agent.Agent, error) |
| 53 | |
| 54 | // Config configures the controller. |
| 55 | type Config struct { |
nothing calls this directly
no outgoing calls
no test coverage detected