mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-05 14:04:54 +00:00
handle exit logic
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
|
||||
type WorkflowService interface {
|
||||
Run(ctx context.Context, req *domain.WorkflowRunReq) error
|
||||
Stop()
|
||||
}
|
||||
|
||||
type workflowHandler struct {
|
||||
|
Reference in New Issue
Block a user