mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-10 17:03:38 +00:00
cleanup mock router
This commit is contained in:
@@ -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{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user