mirror of
https://github.com/usual2970/certimate.git
synced 2025-09-11 18:54:31 +00:00
refactor: clean code
This commit is contained in:
@@ -4,7 +4,7 @@ import "github.com/usual2970/certimate/internal/domain"
|
||||
|
||||
type WorkflowStartRunReq struct {
|
||||
WorkflowId string `json:"-"`
|
||||
Trigger domain.WorkflowTriggerType `json:"trigger"`
|
||||
RunTrigger domain.WorkflowTriggerType `json:"trigger"`
|
||||
}
|
||||
|
||||
type WorkflowCancelRunReq struct {
|
||||
|
Reference in New Issue
Block a user