Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
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, options *domain.WorkflowRunReq) error
func (*WorkflowService) Stop ¶
func (s *WorkflowService) Stop()
Click to show internal directories.
Click to hide internal directories.