feat: initial commit
This commit is contained in:
10
internal/domain/port/workflow_dispatcher.go
Normal file
10
internal/domain/port/workflow_dispatcher.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package port
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/paramah/gw_telegram/internal/domain/entity"
|
||||
)
|
||||
|
||||
type WorkflowDispatcher interface {
|
||||
Dispatch(ctx context.Context, req entity.WorkflowRequest) (entity.WorkflowResponse, error)
|
||||
}
|
||||
Reference in New Issue
Block a user