Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkflowManager ¶
type WorkflowManager struct {
// contains filtered or unexported fields
}
func (*WorkflowManager) ManageWorkflow ¶
func (wm *WorkflowManager) ManageWorkflow( ctx context.Context, request *proto.WorkflowRequest, ) (*proto.WorkflowResponse, error)
type WorkflowOrchestrator ¶
type WorkflowOrchestrator struct {
// contains filtered or unexported fields
}
func (*WorkflowOrchestrator) ExecuteComplianceWorkflow ¶
func (wo *WorkflowOrchestrator) ExecuteComplianceWorkflow( ctx context.Context, request *proto.ComplianceWorkflowRequest, ) (*proto.ComplianceWorkflowResponse, error)
Click to show internal directories.
Click to hide internal directories.