Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WorkflowRepository ¶
type WorkflowService ¶
type WorkflowService struct {
// contains filtered or unexported fields
}
func NewWorkflowService ¶
func NewWorkflowService(repo WorkflowRepository) *WorkflowService
func (*WorkflowService) InitSchedule ¶
func (s *WorkflowService) InitSchedule(ctx context.Context) error
func (*WorkflowService) Run ¶
func (s *WorkflowService) Run(ctx context.Context, req *domain.WorkflowRunReq) error
Click to show internal directories.
Click to hide internal directories.