Skip to content

Commit

Permalink
updates main
Browse files Browse the repository at this point in the history
  • Loading branch information
nmisek committed Mar 15, 2024
1 parent b09d9a2 commit 4e0e34b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/custom_operators/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ type customUnplanImpl struct {
nextroute.SolveOperator
}

// NewCustomUnPlanSearchOperator creates a new custom unplan search operator.
func NewCustomUnPlanSearchOperator() nextroute.SolveOperator {
return &customUnplanImpl{
nextroute.NewSolveOperator(
Expand Down Expand Up @@ -132,6 +133,7 @@ type customPlanImpl struct {
nextroute.SolveOperator
}

// NewCustomPlanSearchOperator creates a new custom plan search operator.
func NewCustomPlanSearchOperator() nextroute.SolveOperator {
return &customPlanImpl{
SolveOperator: nextroute.NewSolveOperator(
Expand Down

0 comments on commit 4e0e34b

Please sign in to comment.