qor / transition

Transition is a Golang state machine implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency Injection: Passing variable arguments to ActionHandlerCall

omgommt opened this issue · comments

We can extend ActionHandlerCall to pass external service dependency as well.
As it will make ActionHandlerCall testable.