mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-08-24 23:38:59 +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
|
return false, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *TestRouter) HandleOutput(ctx context.Context, destinationId string, payload any) error {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
|
|
||||||
func GetNewTestRouter() *TestRouter {
|
func GetNewTestRouter() *TestRouter {
|
||||||
return &TestRouter{}
|
return &TestRouter{}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user