mirror of
https://github.com/usual2970/certimate.git
synced 2025-07-28 21:24:28 +00:00
feat: workflow run dispatcher
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
type workflowService interface {
|
||||
StartRun(ctx context.Context, req *dtos.WorkflowStartRunReq) error
|
||||
CancelRun(ctx context.Context, req *dtos.WorkflowCancelRunReq) error
|
||||
Stop(ctx context.Context)
|
||||
Shutdown(ctx context.Context)
|
||||
}
|
||||
|
||||
type WorkflowHandler struct {
|
||||
|
Reference in New Issue
Block a user