cleanup mock router

This commit is contained in:
Joel Wetzell
2026-05-19 21:53:04 -05:00
parent 434dcec25f
commit be1e01cc3f
-4
View File
@@ -13,10 +13,6 @@ func (r *TestRouter) HandleInput(ctx context.Context, sourceId string, payload a
return false, nil
}
func (r *TestRouter) HandleOutput(ctx context.Context, destinationId string, payload any) error {
return nil
}
func GetNewTestRouter() *TestRouter {
return &TestRouter{}
}