Documentation
¶
Index ¶
- type ExecutionInterface
- func (_m *ExecutionInterface) CreateExecution(ctx context.Context, request *admin.ExecutionCreateRequest, ...) (*admin.ExecutionCreateResponse, error)
- func (_m *ExecutionInterface) CreateWorkflowEvent(ctx context.Context, request *admin.WorkflowExecutionEventRequest) (*admin.WorkflowExecutionEventResponse, error)
- func (_m *ExecutionInterface) EXPECT() *ExecutionInterface_Expecter
- func (_m *ExecutionInterface) GetExecution(ctx context.Context, request *admin.WorkflowExecutionGetRequest) (*admin.Execution, error)
- func (_m *ExecutionInterface) GetExecutionData(ctx context.Context, request *admin.WorkflowExecutionGetDataRequest) (*admin.WorkflowExecutionGetDataResponse, error)
- func (_m *ExecutionInterface) ListExecutions(ctx context.Context, request *admin.ResourceListRequest) (*admin.ExecutionList, error)
- func (_m *ExecutionInterface) RecoverExecution(ctx context.Context, request *admin.ExecutionRecoverRequest, ...) (*admin.ExecutionCreateResponse, error)
- func (_m *ExecutionInterface) RelaunchExecution(ctx context.Context, request *admin.ExecutionRelaunchRequest, ...) (*admin.ExecutionCreateResponse, error)
- func (_m *ExecutionInterface) TerminateExecution(ctx context.Context, request *admin.ExecutionTerminateRequest) (*admin.ExecutionTerminateResponse, error)
- func (_m *ExecutionInterface) UpdateExecution(ctx context.Context, request *admin.ExecutionUpdateRequest, ...) (*admin.ExecutionUpdateResponse, error)
- type ExecutionInterface_CreateExecution_Call
- func (_c *ExecutionInterface_CreateExecution_Call) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *ExecutionInterface_CreateExecution_Call
- func (_c *ExecutionInterface_CreateExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionCreateRequest, ...)) *ExecutionInterface_CreateExecution_Call
- func (_c *ExecutionInterface_CreateExecution_Call) RunAndReturn(...) *ExecutionInterface_CreateExecution_Call
- type ExecutionInterface_CreateWorkflowEvent_Call
- func (_c *ExecutionInterface_CreateWorkflowEvent_Call) Return(_a0 *admin.WorkflowExecutionEventResponse, _a1 error) *ExecutionInterface_CreateWorkflowEvent_Call
- func (_c *ExecutionInterface_CreateWorkflowEvent_Call) Run(run func(ctx context.Context, request *admin.WorkflowExecutionEventRequest)) *ExecutionInterface_CreateWorkflowEvent_Call
- func (_c *ExecutionInterface_CreateWorkflowEvent_Call) RunAndReturn(...) *ExecutionInterface_CreateWorkflowEvent_Call
- type ExecutionInterface_Expecter
- func (_e *ExecutionInterface_Expecter) CreateExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_CreateExecution_Call
- func (_e *ExecutionInterface_Expecter) CreateWorkflowEvent(ctx interface{}, request interface{}) *ExecutionInterface_CreateWorkflowEvent_Call
- func (_e *ExecutionInterface_Expecter) GetExecution(ctx interface{}, request interface{}) *ExecutionInterface_GetExecution_Call
- func (_e *ExecutionInterface_Expecter) GetExecutionData(ctx interface{}, request interface{}) *ExecutionInterface_GetExecutionData_Call
- func (_e *ExecutionInterface_Expecter) ListExecutions(ctx interface{}, request interface{}) *ExecutionInterface_ListExecutions_Call
- func (_e *ExecutionInterface_Expecter) RecoverExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_RecoverExecution_Call
- func (_e *ExecutionInterface_Expecter) RelaunchExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_RelaunchExecution_Call
- func (_e *ExecutionInterface_Expecter) TerminateExecution(ctx interface{}, request interface{}) *ExecutionInterface_TerminateExecution_Call
- func (_e *ExecutionInterface_Expecter) UpdateExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_UpdateExecution_Call
- type ExecutionInterface_GetExecutionData_Call
- func (_c *ExecutionInterface_GetExecutionData_Call) Return(_a0 *admin.WorkflowExecutionGetDataResponse, _a1 error) *ExecutionInterface_GetExecutionData_Call
- func (_c *ExecutionInterface_GetExecutionData_Call) Run(run func(ctx context.Context, request *admin.WorkflowExecutionGetDataRequest)) *ExecutionInterface_GetExecutionData_Call
- func (_c *ExecutionInterface_GetExecutionData_Call) RunAndReturn(...) *ExecutionInterface_GetExecutionData_Call
- type ExecutionInterface_GetExecution_Call
- func (_c *ExecutionInterface_GetExecution_Call) Return(_a0 *admin.Execution, _a1 error) *ExecutionInterface_GetExecution_Call
- func (_c *ExecutionInterface_GetExecution_Call) Run(run func(ctx context.Context, request *admin.WorkflowExecutionGetRequest)) *ExecutionInterface_GetExecution_Call
- func (_c *ExecutionInterface_GetExecution_Call) RunAndReturn(...) *ExecutionInterface_GetExecution_Call
- type ExecutionInterface_ListExecutions_Call
- func (_c *ExecutionInterface_ListExecutions_Call) Return(_a0 *admin.ExecutionList, _a1 error) *ExecutionInterface_ListExecutions_Call
- func (_c *ExecutionInterface_ListExecutions_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *ExecutionInterface_ListExecutions_Call
- func (_c *ExecutionInterface_ListExecutions_Call) RunAndReturn(...) *ExecutionInterface_ListExecutions_Call
- type ExecutionInterface_RecoverExecution_Call
- func (_c *ExecutionInterface_RecoverExecution_Call) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *ExecutionInterface_RecoverExecution_Call
- func (_c *ExecutionInterface_RecoverExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionRecoverRequest, ...)) *ExecutionInterface_RecoverExecution_Call
- func (_c *ExecutionInterface_RecoverExecution_Call) RunAndReturn(...) *ExecutionInterface_RecoverExecution_Call
- type ExecutionInterface_RelaunchExecution_Call
- func (_c *ExecutionInterface_RelaunchExecution_Call) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *ExecutionInterface_RelaunchExecution_Call
- func (_c *ExecutionInterface_RelaunchExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionRelaunchRequest, ...)) *ExecutionInterface_RelaunchExecution_Call
- func (_c *ExecutionInterface_RelaunchExecution_Call) RunAndReturn(...) *ExecutionInterface_RelaunchExecution_Call
- type ExecutionInterface_TerminateExecution_Call
- func (_c *ExecutionInterface_TerminateExecution_Call) Return(_a0 *admin.ExecutionTerminateResponse, _a1 error) *ExecutionInterface_TerminateExecution_Call
- func (_c *ExecutionInterface_TerminateExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionTerminateRequest)) *ExecutionInterface_TerminateExecution_Call
- func (_c *ExecutionInterface_TerminateExecution_Call) RunAndReturn(...) *ExecutionInterface_TerminateExecution_Call
- type ExecutionInterface_UpdateExecution_Call
- func (_c *ExecutionInterface_UpdateExecution_Call) Return(_a0 *admin.ExecutionUpdateResponse, _a1 error) *ExecutionInterface_UpdateExecution_Call
- func (_c *ExecutionInterface_UpdateExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionUpdateRequest, ...)) *ExecutionInterface_UpdateExecution_Call
- func (_c *ExecutionInterface_UpdateExecution_Call) RunAndReturn(...) *ExecutionInterface_UpdateExecution_Call
- type LaunchPlanInterface
- func (_m *LaunchPlanInterface) CreateLaunchPlan(ctx context.Context, request *admin.LaunchPlanCreateRequest) (*admin.LaunchPlanCreateResponse, error)
- func (_m *LaunchPlanInterface) EXPECT() *LaunchPlanInterface_Expecter
- func (_m *LaunchPlanInterface) GetActiveLaunchPlan(ctx context.Context, request *admin.ActiveLaunchPlanRequest) (*admin.LaunchPlan, error)
- func (_m *LaunchPlanInterface) GetLaunchPlan(ctx context.Context, request *admin.ObjectGetRequest) (*admin.LaunchPlan, error)
- func (_m *LaunchPlanInterface) ListActiveLaunchPlans(ctx context.Context, request *admin.ActiveLaunchPlanListRequest) (*admin.LaunchPlanList, error)
- func (_m *LaunchPlanInterface) ListLaunchPlanIds(ctx context.Context, request *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
- func (_m *LaunchPlanInterface) ListLaunchPlans(ctx context.Context, request *admin.ResourceListRequest) (*admin.LaunchPlanList, error)
- func (_m *LaunchPlanInterface) UpdateLaunchPlan(ctx context.Context, request *admin.LaunchPlanUpdateRequest) (*admin.LaunchPlanUpdateResponse, error)
- type LaunchPlanInterface_CreateLaunchPlan_Call
- func (_c *LaunchPlanInterface_CreateLaunchPlan_Call) Return(_a0 *admin.LaunchPlanCreateResponse, _a1 error) *LaunchPlanInterface_CreateLaunchPlan_Call
- func (_c *LaunchPlanInterface_CreateLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.LaunchPlanCreateRequest)) *LaunchPlanInterface_CreateLaunchPlan_Call
- func (_c *LaunchPlanInterface_CreateLaunchPlan_Call) RunAndReturn(...) *LaunchPlanInterface_CreateLaunchPlan_Call
- type LaunchPlanInterface_Expecter
- func (_e *LaunchPlanInterface_Expecter) CreateLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_CreateLaunchPlan_Call
- func (_e *LaunchPlanInterface_Expecter) GetActiveLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_GetActiveLaunchPlan_Call
- func (_e *LaunchPlanInterface_Expecter) GetLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_GetLaunchPlan_Call
- func (_e *LaunchPlanInterface_Expecter) ListActiveLaunchPlans(ctx interface{}, request interface{}) *LaunchPlanInterface_ListActiveLaunchPlans_Call
- func (_e *LaunchPlanInterface_Expecter) ListLaunchPlanIds(ctx interface{}, request interface{}) *LaunchPlanInterface_ListLaunchPlanIds_Call
- func (_e *LaunchPlanInterface_Expecter) ListLaunchPlans(ctx interface{}, request interface{}) *LaunchPlanInterface_ListLaunchPlans_Call
- func (_e *LaunchPlanInterface_Expecter) UpdateLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_UpdateLaunchPlan_Call
- type LaunchPlanInterface_GetActiveLaunchPlan_Call
- func (_c *LaunchPlanInterface_GetActiveLaunchPlan_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *LaunchPlanInterface_GetActiveLaunchPlan_Call
- func (_c *LaunchPlanInterface_GetActiveLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.ActiveLaunchPlanRequest)) *LaunchPlanInterface_GetActiveLaunchPlan_Call
- func (_c *LaunchPlanInterface_GetActiveLaunchPlan_Call) RunAndReturn(...) *LaunchPlanInterface_GetActiveLaunchPlan_Call
- type LaunchPlanInterface_GetLaunchPlan_Call
- func (_c *LaunchPlanInterface_GetLaunchPlan_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *LaunchPlanInterface_GetLaunchPlan_Call
- func (_c *LaunchPlanInterface_GetLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.ObjectGetRequest)) *LaunchPlanInterface_GetLaunchPlan_Call
- func (_c *LaunchPlanInterface_GetLaunchPlan_Call) RunAndReturn(run func(context.Context, *admin.ObjectGetRequest) (*admin.LaunchPlan, error)) *LaunchPlanInterface_GetLaunchPlan_Call
- type LaunchPlanInterface_ListActiveLaunchPlans_Call
- func (_c *LaunchPlanInterface_ListActiveLaunchPlans_Call) Return(_a0 *admin.LaunchPlanList, _a1 error) *LaunchPlanInterface_ListActiveLaunchPlans_Call
- func (_c *LaunchPlanInterface_ListActiveLaunchPlans_Call) Run(run func(ctx context.Context, request *admin.ActiveLaunchPlanListRequest)) *LaunchPlanInterface_ListActiveLaunchPlans_Call
- func (_c *LaunchPlanInterface_ListActiveLaunchPlans_Call) RunAndReturn(...) *LaunchPlanInterface_ListActiveLaunchPlans_Call
- type LaunchPlanInterface_ListLaunchPlanIds_Call
- func (_c *LaunchPlanInterface_ListLaunchPlanIds_Call) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *LaunchPlanInterface_ListLaunchPlanIds_Call
- func (_c *LaunchPlanInterface_ListLaunchPlanIds_Call) Run(run func(ctx context.Context, request *admin.NamedEntityIdentifierListRequest)) *LaunchPlanInterface_ListLaunchPlanIds_Call
- func (_c *LaunchPlanInterface_ListLaunchPlanIds_Call) RunAndReturn(...) *LaunchPlanInterface_ListLaunchPlanIds_Call
- type LaunchPlanInterface_ListLaunchPlans_Call
- func (_c *LaunchPlanInterface_ListLaunchPlans_Call) Return(_a0 *admin.LaunchPlanList, _a1 error) *LaunchPlanInterface_ListLaunchPlans_Call
- func (_c *LaunchPlanInterface_ListLaunchPlans_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *LaunchPlanInterface_ListLaunchPlans_Call
- func (_c *LaunchPlanInterface_ListLaunchPlans_Call) RunAndReturn(...) *LaunchPlanInterface_ListLaunchPlans_Call
- type LaunchPlanInterface_UpdateLaunchPlan_Call
- func (_c *LaunchPlanInterface_UpdateLaunchPlan_Call) Return(_a0 *admin.LaunchPlanUpdateResponse, _a1 error) *LaunchPlanInterface_UpdateLaunchPlan_Call
- func (_c *LaunchPlanInterface_UpdateLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.LaunchPlanUpdateRequest)) *LaunchPlanInterface_UpdateLaunchPlan_Call
- func (_c *LaunchPlanInterface_UpdateLaunchPlan_Call) RunAndReturn(...) *LaunchPlanInterface_UpdateLaunchPlan_Call
- type MetricsInterface
- type MetricsInterface_Expecter
- type MetricsInterface_GetExecutionMetrics_Call
- func (_c *MetricsInterface_GetExecutionMetrics_Call) Return(_a0 *admin.WorkflowExecutionGetMetricsResponse, _a1 error) *MetricsInterface_GetExecutionMetrics_Call
- func (_c *MetricsInterface_GetExecutionMetrics_Call) Run(...) *MetricsInterface_GetExecutionMetrics_Call
- func (_c *MetricsInterface_GetExecutionMetrics_Call) RunAndReturn(...) *MetricsInterface_GetExecutionMetrics_Call
- type NamedEntityInterface
- func (_m *NamedEntityInterface) EXPECT() *NamedEntityInterface_Expecter
- func (_m *NamedEntityInterface) GetNamedEntity(ctx context.Context, request *admin.NamedEntityGetRequest) (*admin.NamedEntity, error)
- func (_m *NamedEntityInterface) ListNamedEntities(ctx context.Context, request *admin.NamedEntityListRequest) (*admin.NamedEntityList, error)
- func (_m *NamedEntityInterface) UpdateNamedEntity(ctx context.Context, request *admin.NamedEntityUpdateRequest) (*admin.NamedEntityUpdateResponse, error)
- type NamedEntityInterface_Expecter
- func (_e *NamedEntityInterface_Expecter) GetNamedEntity(ctx interface{}, request interface{}) *NamedEntityInterface_GetNamedEntity_Call
- func (_e *NamedEntityInterface_Expecter) ListNamedEntities(ctx interface{}, request interface{}) *NamedEntityInterface_ListNamedEntities_Call
- func (_e *NamedEntityInterface_Expecter) UpdateNamedEntity(ctx interface{}, request interface{}) *NamedEntityInterface_UpdateNamedEntity_Call
- type NamedEntityInterface_GetNamedEntity_Call
- func (_c *NamedEntityInterface_GetNamedEntity_Call) Return(_a0 *admin.NamedEntity, _a1 error) *NamedEntityInterface_GetNamedEntity_Call
- func (_c *NamedEntityInterface_GetNamedEntity_Call) Run(run func(ctx context.Context, request *admin.NamedEntityGetRequest)) *NamedEntityInterface_GetNamedEntity_Call
- func (_c *NamedEntityInterface_GetNamedEntity_Call) RunAndReturn(...) *NamedEntityInterface_GetNamedEntity_Call
- type NamedEntityInterface_ListNamedEntities_Call
- func (_c *NamedEntityInterface_ListNamedEntities_Call) Return(_a0 *admin.NamedEntityList, _a1 error) *NamedEntityInterface_ListNamedEntities_Call
- func (_c *NamedEntityInterface_ListNamedEntities_Call) Run(run func(ctx context.Context, request *admin.NamedEntityListRequest)) *NamedEntityInterface_ListNamedEntities_Call
- func (_c *NamedEntityInterface_ListNamedEntities_Call) RunAndReturn(...) *NamedEntityInterface_ListNamedEntities_Call
- type NamedEntityInterface_UpdateNamedEntity_Call
- func (_c *NamedEntityInterface_UpdateNamedEntity_Call) Return(_a0 *admin.NamedEntityUpdateResponse, _a1 error) *NamedEntityInterface_UpdateNamedEntity_Call
- func (_c *NamedEntityInterface_UpdateNamedEntity_Call) Run(run func(ctx context.Context, request *admin.NamedEntityUpdateRequest)) *NamedEntityInterface_UpdateNamedEntity_Call
- func (_c *NamedEntityInterface_UpdateNamedEntity_Call) RunAndReturn(...) *NamedEntityInterface_UpdateNamedEntity_Call
- type NodeExecutionInterface
- func (_m *NodeExecutionInterface) CreateNodeEvent(ctx context.Context, request *admin.NodeExecutionEventRequest) (*admin.NodeExecutionEventResponse, error)
- func (_m *NodeExecutionInterface) EXPECT() *NodeExecutionInterface_Expecter
- func (_m *NodeExecutionInterface) GetDynamicNodeWorkflow(ctx context.Context, request *admin.GetDynamicNodeWorkflowRequest) (*admin.DynamicNodeWorkflowResponse, error)
- func (_m *NodeExecutionInterface) GetNodeExecution(ctx context.Context, request *admin.NodeExecutionGetRequest) (*admin.NodeExecution, error)
- func (_m *NodeExecutionInterface) GetNodeExecutionData(ctx context.Context, request *admin.NodeExecutionGetDataRequest) (*admin.NodeExecutionGetDataResponse, error)
- func (_m *NodeExecutionInterface) ListNodeExecutions(ctx context.Context, request *admin.NodeExecutionListRequest) (*admin.NodeExecutionList, error)
- func (_m *NodeExecutionInterface) ListNodeExecutionsForTask(ctx context.Context, request *admin.NodeExecutionForTaskListRequest) (*admin.NodeExecutionList, error)
- type NodeExecutionInterface_CreateNodeEvent_Call
- func (_c *NodeExecutionInterface_CreateNodeEvent_Call) Return(_a0 *admin.NodeExecutionEventResponse, _a1 error) *NodeExecutionInterface_CreateNodeEvent_Call
- func (_c *NodeExecutionInterface_CreateNodeEvent_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionEventRequest)) *NodeExecutionInterface_CreateNodeEvent_Call
- func (_c *NodeExecutionInterface_CreateNodeEvent_Call) RunAndReturn(...) *NodeExecutionInterface_CreateNodeEvent_Call
- type NodeExecutionInterface_Expecter
- func (_e *NodeExecutionInterface_Expecter) CreateNodeEvent(ctx interface{}, request interface{}) *NodeExecutionInterface_CreateNodeEvent_Call
- func (_e *NodeExecutionInterface_Expecter) GetDynamicNodeWorkflow(ctx interface{}, request interface{}) *NodeExecutionInterface_GetDynamicNodeWorkflow_Call
- func (_e *NodeExecutionInterface_Expecter) GetNodeExecution(ctx interface{}, request interface{}) *NodeExecutionInterface_GetNodeExecution_Call
- func (_e *NodeExecutionInterface_Expecter) GetNodeExecutionData(ctx interface{}, request interface{}) *NodeExecutionInterface_GetNodeExecutionData_Call
- func (_e *NodeExecutionInterface_Expecter) ListNodeExecutions(ctx interface{}, request interface{}) *NodeExecutionInterface_ListNodeExecutions_Call
- func (_e *NodeExecutionInterface_Expecter) ListNodeExecutionsForTask(ctx interface{}, request interface{}) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
- type NodeExecutionInterface_GetDynamicNodeWorkflow_Call
- func (_c *NodeExecutionInterface_GetDynamicNodeWorkflow_Call) Return(_a0 *admin.DynamicNodeWorkflowResponse, _a1 error) *NodeExecutionInterface_GetDynamicNodeWorkflow_Call
- func (_c *NodeExecutionInterface_GetDynamicNodeWorkflow_Call) Run(run func(ctx context.Context, request *admin.GetDynamicNodeWorkflowRequest)) *NodeExecutionInterface_GetDynamicNodeWorkflow_Call
- func (_c *NodeExecutionInterface_GetDynamicNodeWorkflow_Call) RunAndReturn(...) *NodeExecutionInterface_GetDynamicNodeWorkflow_Call
- type NodeExecutionInterface_GetNodeExecutionData_Call
- func (_c *NodeExecutionInterface_GetNodeExecutionData_Call) Return(_a0 *admin.NodeExecutionGetDataResponse, _a1 error) *NodeExecutionInterface_GetNodeExecutionData_Call
- func (_c *NodeExecutionInterface_GetNodeExecutionData_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionGetDataRequest)) *NodeExecutionInterface_GetNodeExecutionData_Call
- func (_c *NodeExecutionInterface_GetNodeExecutionData_Call) RunAndReturn(...) *NodeExecutionInterface_GetNodeExecutionData_Call
- type NodeExecutionInterface_GetNodeExecution_Call
- func (_c *NodeExecutionInterface_GetNodeExecution_Call) Return(_a0 *admin.NodeExecution, _a1 error) *NodeExecutionInterface_GetNodeExecution_Call
- func (_c *NodeExecutionInterface_GetNodeExecution_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionGetRequest)) *NodeExecutionInterface_GetNodeExecution_Call
- func (_c *NodeExecutionInterface_GetNodeExecution_Call) RunAndReturn(...) *NodeExecutionInterface_GetNodeExecution_Call
- type NodeExecutionInterface_ListNodeExecutionsForTask_Call
- func (_c *NodeExecutionInterface_ListNodeExecutionsForTask_Call) Return(_a0 *admin.NodeExecutionList, _a1 error) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
- func (_c *NodeExecutionInterface_ListNodeExecutionsForTask_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionForTaskListRequest)) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
- func (_c *NodeExecutionInterface_ListNodeExecutionsForTask_Call) RunAndReturn(...) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
- type NodeExecutionInterface_ListNodeExecutions_Call
- func (_c *NodeExecutionInterface_ListNodeExecutions_Call) Return(_a0 *admin.NodeExecutionList, _a1 error) *NodeExecutionInterface_ListNodeExecutions_Call
- func (_c *NodeExecutionInterface_ListNodeExecutions_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionListRequest)) *NodeExecutionInterface_ListNodeExecutions_Call
- func (_c *NodeExecutionInterface_ListNodeExecutions_Call) RunAndReturn(...) *NodeExecutionInterface_ListNodeExecutions_Call
- type ProjectInterface
- func (_m *ProjectInterface) CreateProject(ctx context.Context, request *admin.ProjectRegisterRequest) (*admin.ProjectRegisterResponse, error)
- func (_m *ProjectInterface) EXPECT() *ProjectInterface_Expecter
- func (_m *ProjectInterface) GetDomains(ctx context.Context, request *admin.GetDomainRequest) *admin.GetDomainsResponse
- func (_m *ProjectInterface) GetProject(ctx context.Context, request *admin.ProjectGetRequest) (*admin.Project, error)
- func (_m *ProjectInterface) ListProjects(ctx context.Context, request *admin.ProjectListRequest) (*admin.Projects, error)
- func (_m *ProjectInterface) UpdateProject(ctx context.Context, request *admin.Project) (*admin.ProjectUpdateResponse, error)
- type ProjectInterface_CreateProject_Call
- func (_c *ProjectInterface_CreateProject_Call) Return(_a0 *admin.ProjectRegisterResponse, _a1 error) *ProjectInterface_CreateProject_Call
- func (_c *ProjectInterface_CreateProject_Call) Run(run func(ctx context.Context, request *admin.ProjectRegisterRequest)) *ProjectInterface_CreateProject_Call
- func (_c *ProjectInterface_CreateProject_Call) RunAndReturn(...) *ProjectInterface_CreateProject_Call
- type ProjectInterface_Expecter
- func (_e *ProjectInterface_Expecter) CreateProject(ctx interface{}, request interface{}) *ProjectInterface_CreateProject_Call
- func (_e *ProjectInterface_Expecter) GetDomains(ctx interface{}, request interface{}) *ProjectInterface_GetDomains_Call
- func (_e *ProjectInterface_Expecter) GetProject(ctx interface{}, request interface{}) *ProjectInterface_GetProject_Call
- func (_e *ProjectInterface_Expecter) ListProjects(ctx interface{}, request interface{}) *ProjectInterface_ListProjects_Call
- func (_e *ProjectInterface_Expecter) UpdateProject(ctx interface{}, request interface{}) *ProjectInterface_UpdateProject_Call
- type ProjectInterface_GetDomains_Call
- func (_c *ProjectInterface_GetDomains_Call) Return(_a0 *admin.GetDomainsResponse) *ProjectInterface_GetDomains_Call
- func (_c *ProjectInterface_GetDomains_Call) Run(run func(ctx context.Context, request *admin.GetDomainRequest)) *ProjectInterface_GetDomains_Call
- func (_c *ProjectInterface_GetDomains_Call) RunAndReturn(run func(context.Context, *admin.GetDomainRequest) *admin.GetDomainsResponse) *ProjectInterface_GetDomains_Call
- type ProjectInterface_GetProject_Call
- func (_c *ProjectInterface_GetProject_Call) Return(_a0 *admin.Project, _a1 error) *ProjectInterface_GetProject_Call
- func (_c *ProjectInterface_GetProject_Call) Run(run func(ctx context.Context, request *admin.ProjectGetRequest)) *ProjectInterface_GetProject_Call
- func (_c *ProjectInterface_GetProject_Call) RunAndReturn(run func(context.Context, *admin.ProjectGetRequest) (*admin.Project, error)) *ProjectInterface_GetProject_Call
- type ProjectInterface_ListProjects_Call
- func (_c *ProjectInterface_ListProjects_Call) Return(_a0 *admin.Projects, _a1 error) *ProjectInterface_ListProjects_Call
- func (_c *ProjectInterface_ListProjects_Call) Run(run func(ctx context.Context, request *admin.ProjectListRequest)) *ProjectInterface_ListProjects_Call
- func (_c *ProjectInterface_ListProjects_Call) RunAndReturn(run func(context.Context, *admin.ProjectListRequest) (*admin.Projects, error)) *ProjectInterface_ListProjects_Call
- type ProjectInterface_UpdateProject_Call
- func (_c *ProjectInterface_UpdateProject_Call) Return(_a0 *admin.ProjectUpdateResponse, _a1 error) *ProjectInterface_UpdateProject_Call
- func (_c *ProjectInterface_UpdateProject_Call) Run(run func(ctx context.Context, request *admin.Project)) *ProjectInterface_UpdateProject_Call
- func (_c *ProjectInterface_UpdateProject_Call) RunAndReturn(...) *ProjectInterface_UpdateProject_Call
- type ResourceInterface
- func (_m *ResourceInterface) DeleteProjectAttributes(ctx context.Context, request *admin.ProjectAttributesDeleteRequest) (*admin.ProjectAttributesDeleteResponse, error)
- func (_m *ResourceInterface) DeleteProjectDomainAttributes(ctx context.Context, request *admin.ProjectDomainAttributesDeleteRequest) (*admin.ProjectDomainAttributesDeleteResponse, error)
- func (_m *ResourceInterface) DeleteWorkflowAttributes(ctx context.Context, request *admin.WorkflowAttributesDeleteRequest) (*admin.WorkflowAttributesDeleteResponse, error)
- func (_m *ResourceInterface) EXPECT() *ResourceInterface_Expecter
- func (_m *ResourceInterface) GetProjectAttributes(ctx context.Context, request *admin.ProjectAttributesGetRequest) (*admin.ProjectAttributesGetResponse, error)
- func (_m *ResourceInterface) GetProjectDomainAttributes(ctx context.Context, request *admin.ProjectDomainAttributesGetRequest) (*admin.ProjectDomainAttributesGetResponse, error)
- func (_m *ResourceInterface) GetResource(ctx context.Context, request interfaces.ResourceRequest) (*interfaces.ResourceResponse, error)
- func (_m *ResourceInterface) GetWorkflowAttributes(ctx context.Context, request *admin.WorkflowAttributesGetRequest) (*admin.WorkflowAttributesGetResponse, error)
- func (_m *ResourceInterface) ListAll(ctx context.Context, request *admin.ListMatchableAttributesRequest) (*admin.ListMatchableAttributesResponse, error)
- func (_m *ResourceInterface) UpdateProjectAttributes(ctx context.Context, request *admin.ProjectAttributesUpdateRequest) (*admin.ProjectAttributesUpdateResponse, error)
- func (_m *ResourceInterface) UpdateProjectDomainAttributes(ctx context.Context, request *admin.ProjectDomainAttributesUpdateRequest) (*admin.ProjectDomainAttributesUpdateResponse, error)
- func (_m *ResourceInterface) UpdateWorkflowAttributes(ctx context.Context, request *admin.WorkflowAttributesUpdateRequest) (*admin.WorkflowAttributesUpdateResponse, error)
- type ResourceInterface_DeleteProjectAttributes_Call
- func (_c *ResourceInterface_DeleteProjectAttributes_Call) Return(_a0 *admin.ProjectAttributesDeleteResponse, _a1 error) *ResourceInterface_DeleteProjectAttributes_Call
- func (_c *ResourceInterface_DeleteProjectAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectAttributesDeleteRequest)) *ResourceInterface_DeleteProjectAttributes_Call
- func (_c *ResourceInterface_DeleteProjectAttributes_Call) RunAndReturn(...) *ResourceInterface_DeleteProjectAttributes_Call
- type ResourceInterface_DeleteProjectDomainAttributes_Call
- func (_c *ResourceInterface_DeleteProjectDomainAttributes_Call) Return(_a0 *admin.ProjectDomainAttributesDeleteResponse, _a1 error) *ResourceInterface_DeleteProjectDomainAttributes_Call
- func (_c *ResourceInterface_DeleteProjectDomainAttributes_Call) Run(...) *ResourceInterface_DeleteProjectDomainAttributes_Call
- func (_c *ResourceInterface_DeleteProjectDomainAttributes_Call) RunAndReturn(...) *ResourceInterface_DeleteProjectDomainAttributes_Call
- type ResourceInterface_DeleteWorkflowAttributes_Call
- func (_c *ResourceInterface_DeleteWorkflowAttributes_Call) Return(_a0 *admin.WorkflowAttributesDeleteResponse, _a1 error) *ResourceInterface_DeleteWorkflowAttributes_Call
- func (_c *ResourceInterface_DeleteWorkflowAttributes_Call) Run(run func(ctx context.Context, request *admin.WorkflowAttributesDeleteRequest)) *ResourceInterface_DeleteWorkflowAttributes_Call
- func (_c *ResourceInterface_DeleteWorkflowAttributes_Call) RunAndReturn(...) *ResourceInterface_DeleteWorkflowAttributes_Call
- type ResourceInterface_Expecter
- func (_e *ResourceInterface_Expecter) DeleteProjectAttributes(ctx interface{}, request interface{}) *ResourceInterface_DeleteProjectAttributes_Call
- func (_e *ResourceInterface_Expecter) DeleteProjectDomainAttributes(ctx interface{}, request interface{}) *ResourceInterface_DeleteProjectDomainAttributes_Call
- func (_e *ResourceInterface_Expecter) DeleteWorkflowAttributes(ctx interface{}, request interface{}) *ResourceInterface_DeleteWorkflowAttributes_Call
- func (_e *ResourceInterface_Expecter) GetProjectAttributes(ctx interface{}, request interface{}) *ResourceInterface_GetProjectAttributes_Call
- func (_e *ResourceInterface_Expecter) GetProjectDomainAttributes(ctx interface{}, request interface{}) *ResourceInterface_GetProjectDomainAttributes_Call
- func (_e *ResourceInterface_Expecter) GetResource(ctx interface{}, request interface{}) *ResourceInterface_GetResource_Call
- func (_e *ResourceInterface_Expecter) GetWorkflowAttributes(ctx interface{}, request interface{}) *ResourceInterface_GetWorkflowAttributes_Call
- func (_e *ResourceInterface_Expecter) ListAll(ctx interface{}, request interface{}) *ResourceInterface_ListAll_Call
- func (_e *ResourceInterface_Expecter) UpdateProjectAttributes(ctx interface{}, request interface{}) *ResourceInterface_UpdateProjectAttributes_Call
- func (_e *ResourceInterface_Expecter) UpdateProjectDomainAttributes(ctx interface{}, request interface{}) *ResourceInterface_UpdateProjectDomainAttributes_Call
- func (_e *ResourceInterface_Expecter) UpdateWorkflowAttributes(ctx interface{}, request interface{}) *ResourceInterface_UpdateWorkflowAttributes_Call
- type ResourceInterface_GetProjectAttributes_Call
- func (_c *ResourceInterface_GetProjectAttributes_Call) Return(_a0 *admin.ProjectAttributesGetResponse, _a1 error) *ResourceInterface_GetProjectAttributes_Call
- func (_c *ResourceInterface_GetProjectAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectAttributesGetRequest)) *ResourceInterface_GetProjectAttributes_Call
- func (_c *ResourceInterface_GetProjectAttributes_Call) RunAndReturn(...) *ResourceInterface_GetProjectAttributes_Call
- type ResourceInterface_GetProjectDomainAttributes_Call
- func (_c *ResourceInterface_GetProjectDomainAttributes_Call) Return(_a0 *admin.ProjectDomainAttributesGetResponse, _a1 error) *ResourceInterface_GetProjectDomainAttributes_Call
- func (_c *ResourceInterface_GetProjectDomainAttributes_Call) Run(...) *ResourceInterface_GetProjectDomainAttributes_Call
- func (_c *ResourceInterface_GetProjectDomainAttributes_Call) RunAndReturn(...) *ResourceInterface_GetProjectDomainAttributes_Call
- type ResourceInterface_GetResource_Call
- func (_c *ResourceInterface_GetResource_Call) Return(_a0 *interfaces.ResourceResponse, _a1 error) *ResourceInterface_GetResource_Call
- func (_c *ResourceInterface_GetResource_Call) Run(run func(ctx context.Context, request interfaces.ResourceRequest)) *ResourceInterface_GetResource_Call
- func (_c *ResourceInterface_GetResource_Call) RunAndReturn(...) *ResourceInterface_GetResource_Call
- type ResourceInterface_GetWorkflowAttributes_Call
- func (_c *ResourceInterface_GetWorkflowAttributes_Call) Return(_a0 *admin.WorkflowAttributesGetResponse, _a1 error) *ResourceInterface_GetWorkflowAttributes_Call
- func (_c *ResourceInterface_GetWorkflowAttributes_Call) Run(run func(ctx context.Context, request *admin.WorkflowAttributesGetRequest)) *ResourceInterface_GetWorkflowAttributes_Call
- func (_c *ResourceInterface_GetWorkflowAttributes_Call) RunAndReturn(...) *ResourceInterface_GetWorkflowAttributes_Call
- type ResourceInterface_ListAll_Call
- func (_c *ResourceInterface_ListAll_Call) Return(_a0 *admin.ListMatchableAttributesResponse, _a1 error) *ResourceInterface_ListAll_Call
- func (_c *ResourceInterface_ListAll_Call) Run(run func(ctx context.Context, request *admin.ListMatchableAttributesRequest)) *ResourceInterface_ListAll_Call
- func (_c *ResourceInterface_ListAll_Call) RunAndReturn(...) *ResourceInterface_ListAll_Call
- type ResourceInterface_UpdateProjectAttributes_Call
- func (_c *ResourceInterface_UpdateProjectAttributes_Call) Return(_a0 *admin.ProjectAttributesUpdateResponse, _a1 error) *ResourceInterface_UpdateProjectAttributes_Call
- func (_c *ResourceInterface_UpdateProjectAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectAttributesUpdateRequest)) *ResourceInterface_UpdateProjectAttributes_Call
- func (_c *ResourceInterface_UpdateProjectAttributes_Call) RunAndReturn(...) *ResourceInterface_UpdateProjectAttributes_Call
- type ResourceInterface_UpdateProjectDomainAttributes_Call
- func (_c *ResourceInterface_UpdateProjectDomainAttributes_Call) Return(_a0 *admin.ProjectDomainAttributesUpdateResponse, _a1 error) *ResourceInterface_UpdateProjectDomainAttributes_Call
- func (_c *ResourceInterface_UpdateProjectDomainAttributes_Call) Run(...) *ResourceInterface_UpdateProjectDomainAttributes_Call
- func (_c *ResourceInterface_UpdateProjectDomainAttributes_Call) RunAndReturn(...) *ResourceInterface_UpdateProjectDomainAttributes_Call
- type ResourceInterface_UpdateWorkflowAttributes_Call
- func (_c *ResourceInterface_UpdateWorkflowAttributes_Call) Return(_a0 *admin.WorkflowAttributesUpdateResponse, _a1 error) *ResourceInterface_UpdateWorkflowAttributes_Call
- func (_c *ResourceInterface_UpdateWorkflowAttributes_Call) Run(run func(ctx context.Context, request *admin.WorkflowAttributesUpdateRequest)) *ResourceInterface_UpdateWorkflowAttributes_Call
- func (_c *ResourceInterface_UpdateWorkflowAttributes_Call) RunAndReturn(...) *ResourceInterface_UpdateWorkflowAttributes_Call
- type SignalInterface
- func (_m *SignalInterface) EXPECT() *SignalInterface_Expecter
- func (_m *SignalInterface) GetOrCreateSignal(ctx context.Context, request *admin.SignalGetOrCreateRequest) (*admin.Signal, error)
- func (_m *SignalInterface) ListSignals(ctx context.Context, request *admin.SignalListRequest) (*admin.SignalList, error)
- func (_m *SignalInterface) SetSignal(ctx context.Context, request *admin.SignalSetRequest) (*admin.SignalSetResponse, error)
- type SignalInterface_Expecter
- func (_e *SignalInterface_Expecter) GetOrCreateSignal(ctx interface{}, request interface{}) *SignalInterface_GetOrCreateSignal_Call
- func (_e *SignalInterface_Expecter) ListSignals(ctx interface{}, request interface{}) *SignalInterface_ListSignals_Call
- func (_e *SignalInterface_Expecter) SetSignal(ctx interface{}, request interface{}) *SignalInterface_SetSignal_Call
- type SignalInterface_GetOrCreateSignal_Call
- func (_c *SignalInterface_GetOrCreateSignal_Call) Return(_a0 *admin.Signal, _a1 error) *SignalInterface_GetOrCreateSignal_Call
- func (_c *SignalInterface_GetOrCreateSignal_Call) Run(run func(ctx context.Context, request *admin.SignalGetOrCreateRequest)) *SignalInterface_GetOrCreateSignal_Call
- func (_c *SignalInterface_GetOrCreateSignal_Call) RunAndReturn(...) *SignalInterface_GetOrCreateSignal_Call
- type SignalInterface_ListSignals_Call
- func (_c *SignalInterface_ListSignals_Call) Return(_a0 *admin.SignalList, _a1 error) *SignalInterface_ListSignals_Call
- func (_c *SignalInterface_ListSignals_Call) Run(run func(ctx context.Context, request *admin.SignalListRequest)) *SignalInterface_ListSignals_Call
- func (_c *SignalInterface_ListSignals_Call) RunAndReturn(run func(context.Context, *admin.SignalListRequest) (*admin.SignalList, error)) *SignalInterface_ListSignals_Call
- type SignalInterface_SetSignal_Call
- func (_c *SignalInterface_SetSignal_Call) Return(_a0 *admin.SignalSetResponse, _a1 error) *SignalInterface_SetSignal_Call
- func (_c *SignalInterface_SetSignal_Call) Run(run func(ctx context.Context, request *admin.SignalSetRequest)) *SignalInterface_SetSignal_Call
- func (_c *SignalInterface_SetSignal_Call) RunAndReturn(...) *SignalInterface_SetSignal_Call
- type TaskExecutionInterface
- func (_m *TaskExecutionInterface) CreateTaskExecutionEvent(ctx context.Context, request *admin.TaskExecutionEventRequest) (*admin.TaskExecutionEventResponse, error)
- func (_m *TaskExecutionInterface) EXPECT() *TaskExecutionInterface_Expecter
- func (_m *TaskExecutionInterface) GetTaskExecution(ctx context.Context, request *admin.TaskExecutionGetRequest) (*admin.TaskExecution, error)
- func (_m *TaskExecutionInterface) GetTaskExecutionData(ctx context.Context, request *admin.TaskExecutionGetDataRequest) (*admin.TaskExecutionGetDataResponse, error)
- func (_m *TaskExecutionInterface) ListTaskExecutions(ctx context.Context, request *admin.TaskExecutionListRequest) (*admin.TaskExecutionList, error)
- type TaskExecutionInterface_CreateTaskExecutionEvent_Call
- func (_c *TaskExecutionInterface_CreateTaskExecutionEvent_Call) Return(_a0 *admin.TaskExecutionEventResponse, _a1 error) *TaskExecutionInterface_CreateTaskExecutionEvent_Call
- func (_c *TaskExecutionInterface_CreateTaskExecutionEvent_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionEventRequest)) *TaskExecutionInterface_CreateTaskExecutionEvent_Call
- func (_c *TaskExecutionInterface_CreateTaskExecutionEvent_Call) RunAndReturn(...) *TaskExecutionInterface_CreateTaskExecutionEvent_Call
- type TaskExecutionInterface_Expecter
- func (_e *TaskExecutionInterface_Expecter) CreateTaskExecutionEvent(ctx interface{}, request interface{}) *TaskExecutionInterface_CreateTaskExecutionEvent_Call
- func (_e *TaskExecutionInterface_Expecter) GetTaskExecution(ctx interface{}, request interface{}) *TaskExecutionInterface_GetTaskExecution_Call
- func (_e *TaskExecutionInterface_Expecter) GetTaskExecutionData(ctx interface{}, request interface{}) *TaskExecutionInterface_GetTaskExecutionData_Call
- func (_e *TaskExecutionInterface_Expecter) ListTaskExecutions(ctx interface{}, request interface{}) *TaskExecutionInterface_ListTaskExecutions_Call
- type TaskExecutionInterface_GetTaskExecutionData_Call
- func (_c *TaskExecutionInterface_GetTaskExecutionData_Call) Return(_a0 *admin.TaskExecutionGetDataResponse, _a1 error) *TaskExecutionInterface_GetTaskExecutionData_Call
- func (_c *TaskExecutionInterface_GetTaskExecutionData_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionGetDataRequest)) *TaskExecutionInterface_GetTaskExecutionData_Call
- func (_c *TaskExecutionInterface_GetTaskExecutionData_Call) RunAndReturn(...) *TaskExecutionInterface_GetTaskExecutionData_Call
- type TaskExecutionInterface_GetTaskExecution_Call
- func (_c *TaskExecutionInterface_GetTaskExecution_Call) Return(_a0 *admin.TaskExecution, _a1 error) *TaskExecutionInterface_GetTaskExecution_Call
- func (_c *TaskExecutionInterface_GetTaskExecution_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionGetRequest)) *TaskExecutionInterface_GetTaskExecution_Call
- func (_c *TaskExecutionInterface_GetTaskExecution_Call) RunAndReturn(...) *TaskExecutionInterface_GetTaskExecution_Call
- type TaskExecutionInterface_ListTaskExecutions_Call
- func (_c *TaskExecutionInterface_ListTaskExecutions_Call) Return(_a0 *admin.TaskExecutionList, _a1 error) *TaskExecutionInterface_ListTaskExecutions_Call
- func (_c *TaskExecutionInterface_ListTaskExecutions_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionListRequest)) *TaskExecutionInterface_ListTaskExecutions_Call
- func (_c *TaskExecutionInterface_ListTaskExecutions_Call) RunAndReturn(...) *TaskExecutionInterface_ListTaskExecutions_Call
- type TaskInterface
- func (_m *TaskInterface) CreateTask(ctx context.Context, request *admin.TaskCreateRequest) (*admin.TaskCreateResponse, error)
- func (_m *TaskInterface) EXPECT() *TaskInterface_Expecter
- func (_m *TaskInterface) GetTask(ctx context.Context, request *admin.ObjectGetRequest) (*admin.Task, error)
- func (_m *TaskInterface) ListTasks(ctx context.Context, request *admin.ResourceListRequest) (*admin.TaskList, error)
- func (_m *TaskInterface) ListUniqueTaskIdentifiers(ctx context.Context, request *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
- type TaskInterface_CreateTask_Call
- func (_c *TaskInterface_CreateTask_Call) Return(_a0 *admin.TaskCreateResponse, _a1 error) *TaskInterface_CreateTask_Call
- func (_c *TaskInterface_CreateTask_Call) Run(run func(ctx context.Context, request *admin.TaskCreateRequest)) *TaskInterface_CreateTask_Call
- func (_c *TaskInterface_CreateTask_Call) RunAndReturn(...) *TaskInterface_CreateTask_Call
- type TaskInterface_Expecter
- func (_e *TaskInterface_Expecter) CreateTask(ctx interface{}, request interface{}) *TaskInterface_CreateTask_Call
- func (_e *TaskInterface_Expecter) GetTask(ctx interface{}, request interface{}) *TaskInterface_GetTask_Call
- func (_e *TaskInterface_Expecter) ListTasks(ctx interface{}, request interface{}) *TaskInterface_ListTasks_Call
- func (_e *TaskInterface_Expecter) ListUniqueTaskIdentifiers(ctx interface{}, request interface{}) *TaskInterface_ListUniqueTaskIdentifiers_Call
- type TaskInterface_GetTask_Call
- func (_c *TaskInterface_GetTask_Call) Return(_a0 *admin.Task, _a1 error) *TaskInterface_GetTask_Call
- func (_c *TaskInterface_GetTask_Call) Run(run func(ctx context.Context, request *admin.ObjectGetRequest)) *TaskInterface_GetTask_Call
- func (_c *TaskInterface_GetTask_Call) RunAndReturn(run func(context.Context, *admin.ObjectGetRequest) (*admin.Task, error)) *TaskInterface_GetTask_Call
- type TaskInterface_ListTasks_Call
- func (_c *TaskInterface_ListTasks_Call) Return(_a0 *admin.TaskList, _a1 error) *TaskInterface_ListTasks_Call
- func (_c *TaskInterface_ListTasks_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *TaskInterface_ListTasks_Call
- func (_c *TaskInterface_ListTasks_Call) RunAndReturn(run func(context.Context, *admin.ResourceListRequest) (*admin.TaskList, error)) *TaskInterface_ListTasks_Call
- type TaskInterface_ListUniqueTaskIdentifiers_Call
- func (_c *TaskInterface_ListUniqueTaskIdentifiers_Call) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *TaskInterface_ListUniqueTaskIdentifiers_Call
- func (_c *TaskInterface_ListUniqueTaskIdentifiers_Call) Run(run func(ctx context.Context, request *admin.NamedEntityIdentifierListRequest)) *TaskInterface_ListUniqueTaskIdentifiers_Call
- func (_c *TaskInterface_ListUniqueTaskIdentifiers_Call) RunAndReturn(...) *TaskInterface_ListUniqueTaskIdentifiers_Call
- type VersionInterface
- type VersionInterface_Expecter
- type VersionInterface_GetVersion_Call
- func (_c *VersionInterface_GetVersion_Call) Return(_a0 *admin.GetVersionResponse, _a1 error) *VersionInterface_GetVersion_Call
- func (_c *VersionInterface_GetVersion_Call) Run(run func(ctx context.Context, r *admin.GetVersionRequest)) *VersionInterface_GetVersion_Call
- func (_c *VersionInterface_GetVersion_Call) RunAndReturn(...) *VersionInterface_GetVersion_Call
- type WorkflowInterface
- func (_m *WorkflowInterface) CreateWorkflow(ctx context.Context, request *admin.WorkflowCreateRequest) (*admin.WorkflowCreateResponse, error)
- func (_m *WorkflowInterface) EXPECT() *WorkflowInterface_Expecter
- func (_m *WorkflowInterface) GetWorkflow(ctx context.Context, request *admin.ObjectGetRequest) (*admin.Workflow, error)
- func (_m *WorkflowInterface) ListWorkflowIdentifiers(ctx context.Context, request *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
- func (_m *WorkflowInterface) ListWorkflows(ctx context.Context, request *admin.ResourceListRequest) (*admin.WorkflowList, error)
- type WorkflowInterface_CreateWorkflow_Call
- func (_c *WorkflowInterface_CreateWorkflow_Call) Return(_a0 *admin.WorkflowCreateResponse, _a1 error) *WorkflowInterface_CreateWorkflow_Call
- func (_c *WorkflowInterface_CreateWorkflow_Call) Run(run func(ctx context.Context, request *admin.WorkflowCreateRequest)) *WorkflowInterface_CreateWorkflow_Call
- func (_c *WorkflowInterface_CreateWorkflow_Call) RunAndReturn(...) *WorkflowInterface_CreateWorkflow_Call
- type WorkflowInterface_Expecter
- func (_e *WorkflowInterface_Expecter) CreateWorkflow(ctx interface{}, request interface{}) *WorkflowInterface_CreateWorkflow_Call
- func (_e *WorkflowInterface_Expecter) GetWorkflow(ctx interface{}, request interface{}) *WorkflowInterface_GetWorkflow_Call
- func (_e *WorkflowInterface_Expecter) ListWorkflowIdentifiers(ctx interface{}, request interface{}) *WorkflowInterface_ListWorkflowIdentifiers_Call
- func (_e *WorkflowInterface_Expecter) ListWorkflows(ctx interface{}, request interface{}) *WorkflowInterface_ListWorkflows_Call
- type WorkflowInterface_GetWorkflow_Call
- func (_c *WorkflowInterface_GetWorkflow_Call) Return(_a0 *admin.Workflow, _a1 error) *WorkflowInterface_GetWorkflow_Call
- func (_c *WorkflowInterface_GetWorkflow_Call) Run(run func(ctx context.Context, request *admin.ObjectGetRequest)) *WorkflowInterface_GetWorkflow_Call
- func (_c *WorkflowInterface_GetWorkflow_Call) RunAndReturn(run func(context.Context, *admin.ObjectGetRequest) (*admin.Workflow, error)) *WorkflowInterface_GetWorkflow_Call
- type WorkflowInterface_ListWorkflowIdentifiers_Call
- func (_c *WorkflowInterface_ListWorkflowIdentifiers_Call) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *WorkflowInterface_ListWorkflowIdentifiers_Call
- func (_c *WorkflowInterface_ListWorkflowIdentifiers_Call) Run(run func(ctx context.Context, request *admin.NamedEntityIdentifierListRequest)) *WorkflowInterface_ListWorkflowIdentifiers_Call
- func (_c *WorkflowInterface_ListWorkflowIdentifiers_Call) RunAndReturn(...) *WorkflowInterface_ListWorkflowIdentifiers_Call
- type WorkflowInterface_ListWorkflows_Call
- func (_c *WorkflowInterface_ListWorkflows_Call) Return(_a0 *admin.WorkflowList, _a1 error) *WorkflowInterface_ListWorkflows_Call
- func (_c *WorkflowInterface_ListWorkflows_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *WorkflowInterface_ListWorkflows_Call
- func (_c *WorkflowInterface_ListWorkflows_Call) RunAndReturn(...) *WorkflowInterface_ListWorkflows_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecutionInterface ¶ added in v1.15.0
ExecutionInterface is an autogenerated mock type for the ExecutionInterface type
func NewExecutionInterface ¶ added in v1.15.0
func NewExecutionInterface(t interface {
mock.TestingT
Cleanup(func())
}) *ExecutionInterface
NewExecutionInterface creates a new instance of ExecutionInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ExecutionInterface) CreateExecution ¶ added in v1.15.0
func (_m *ExecutionInterface) CreateExecution(ctx context.Context, request *admin.ExecutionCreateRequest, requestedAt time.Time) (*admin.ExecutionCreateResponse, error)
CreateExecution provides a mock function with given fields: ctx, request, requestedAt
func (*ExecutionInterface) CreateWorkflowEvent ¶ added in v1.15.0
func (_m *ExecutionInterface) CreateWorkflowEvent(ctx context.Context, request *admin.WorkflowExecutionEventRequest) (*admin.WorkflowExecutionEventResponse, error)
CreateWorkflowEvent provides a mock function with given fields: ctx, request
func (*ExecutionInterface) EXPECT ¶ added in v1.15.0
func (_m *ExecutionInterface) EXPECT() *ExecutionInterface_Expecter
func (*ExecutionInterface) GetExecution ¶ added in v1.15.0
func (_m *ExecutionInterface) GetExecution(ctx context.Context, request *admin.WorkflowExecutionGetRequest) (*admin.Execution, error)
GetExecution provides a mock function with given fields: ctx, request
func (*ExecutionInterface) GetExecutionData ¶ added in v1.15.0
func (_m *ExecutionInterface) GetExecutionData(ctx context.Context, request *admin.WorkflowExecutionGetDataRequest) (*admin.WorkflowExecutionGetDataResponse, error)
GetExecutionData provides a mock function with given fields: ctx, request
func (*ExecutionInterface) ListExecutions ¶ added in v1.15.0
func (_m *ExecutionInterface) ListExecutions(ctx context.Context, request *admin.ResourceListRequest) (*admin.ExecutionList, error)
ListExecutions provides a mock function with given fields: ctx, request
func (*ExecutionInterface) RecoverExecution ¶ added in v1.15.0
func (_m *ExecutionInterface) RecoverExecution(ctx context.Context, request *admin.ExecutionRecoverRequest, requestedAt time.Time) (*admin.ExecutionCreateResponse, error)
RecoverExecution provides a mock function with given fields: ctx, request, requestedAt
func (*ExecutionInterface) RelaunchExecution ¶ added in v1.15.0
func (_m *ExecutionInterface) RelaunchExecution(ctx context.Context, request *admin.ExecutionRelaunchRequest, requestedAt time.Time) (*admin.ExecutionCreateResponse, error)
RelaunchExecution provides a mock function with given fields: ctx, request, requestedAt
func (*ExecutionInterface) TerminateExecution ¶ added in v1.15.0
func (_m *ExecutionInterface) TerminateExecution(ctx context.Context, request *admin.ExecutionTerminateRequest) (*admin.ExecutionTerminateResponse, error)
TerminateExecution provides a mock function with given fields: ctx, request
func (*ExecutionInterface) UpdateExecution ¶ added in v1.15.0
func (_m *ExecutionInterface) UpdateExecution(ctx context.Context, request *admin.ExecutionUpdateRequest, requestedAt time.Time) (*admin.ExecutionUpdateResponse, error)
UpdateExecution provides a mock function with given fields: ctx, request, requestedAt
type ExecutionInterface_CreateExecution_Call ¶ added in v1.15.0
ExecutionInterface_CreateExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateExecution'
func (*ExecutionInterface_CreateExecution_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_CreateExecution_Call) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *ExecutionInterface_CreateExecution_Call
func (*ExecutionInterface_CreateExecution_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_CreateExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionCreateRequest, requestedAt time.Time)) *ExecutionInterface_CreateExecution_Call
func (*ExecutionInterface_CreateExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_CreateExecution_Call) RunAndReturn(run func(context.Context, *admin.ExecutionCreateRequest, time.Time) (*admin.ExecutionCreateResponse, error)) *ExecutionInterface_CreateExecution_Call
type ExecutionInterface_CreateWorkflowEvent_Call ¶ added in v1.15.0
ExecutionInterface_CreateWorkflowEvent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflowEvent'
func (*ExecutionInterface_CreateWorkflowEvent_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_CreateWorkflowEvent_Call) Return(_a0 *admin.WorkflowExecutionEventResponse, _a1 error) *ExecutionInterface_CreateWorkflowEvent_Call
func (*ExecutionInterface_CreateWorkflowEvent_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_CreateWorkflowEvent_Call) Run(run func(ctx context.Context, request *admin.WorkflowExecutionEventRequest)) *ExecutionInterface_CreateWorkflowEvent_Call
func (*ExecutionInterface_CreateWorkflowEvent_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_CreateWorkflowEvent_Call) RunAndReturn(run func(context.Context, *admin.WorkflowExecutionEventRequest) (*admin.WorkflowExecutionEventResponse, error)) *ExecutionInterface_CreateWorkflowEvent_Call
type ExecutionInterface_Expecter ¶ added in v1.15.0
type ExecutionInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*ExecutionInterface_Expecter) CreateExecution ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) CreateExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_CreateExecution_Call
CreateExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.ExecutionCreateRequest
- requestedAt time.Time
func (*ExecutionInterface_Expecter) CreateWorkflowEvent ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) CreateWorkflowEvent(ctx interface{}, request interface{}) *ExecutionInterface_CreateWorkflowEvent_Call
CreateWorkflowEvent is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowExecutionEventRequest
func (*ExecutionInterface_Expecter) GetExecution ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) GetExecution(ctx interface{}, request interface{}) *ExecutionInterface_GetExecution_Call
GetExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowExecutionGetRequest
func (*ExecutionInterface_Expecter) GetExecutionData ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) GetExecutionData(ctx interface{}, request interface{}) *ExecutionInterface_GetExecutionData_Call
GetExecutionData is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowExecutionGetDataRequest
func (*ExecutionInterface_Expecter) ListExecutions ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) ListExecutions(ctx interface{}, request interface{}) *ExecutionInterface_ListExecutions_Call
ListExecutions is a helper method to define mock.On call
- ctx context.Context
- request *admin.ResourceListRequest
func (*ExecutionInterface_Expecter) RecoverExecution ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) RecoverExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_RecoverExecution_Call
RecoverExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.ExecutionRecoverRequest
- requestedAt time.Time
func (*ExecutionInterface_Expecter) RelaunchExecution ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) RelaunchExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_RelaunchExecution_Call
RelaunchExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.ExecutionRelaunchRequest
- requestedAt time.Time
func (*ExecutionInterface_Expecter) TerminateExecution ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) TerminateExecution(ctx interface{}, request interface{}) *ExecutionInterface_TerminateExecution_Call
TerminateExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.ExecutionTerminateRequest
func (*ExecutionInterface_Expecter) UpdateExecution ¶ added in v1.15.0
func (_e *ExecutionInterface_Expecter) UpdateExecution(ctx interface{}, request interface{}, requestedAt interface{}) *ExecutionInterface_UpdateExecution_Call
UpdateExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.ExecutionUpdateRequest
- requestedAt time.Time
type ExecutionInterface_GetExecutionData_Call ¶ added in v1.15.0
ExecutionInterface_GetExecutionData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExecutionData'
func (*ExecutionInterface_GetExecutionData_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_GetExecutionData_Call) Return(_a0 *admin.WorkflowExecutionGetDataResponse, _a1 error) *ExecutionInterface_GetExecutionData_Call
func (*ExecutionInterface_GetExecutionData_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_GetExecutionData_Call) Run(run func(ctx context.Context, request *admin.WorkflowExecutionGetDataRequest)) *ExecutionInterface_GetExecutionData_Call
func (*ExecutionInterface_GetExecutionData_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_GetExecutionData_Call) RunAndReturn(run func(context.Context, *admin.WorkflowExecutionGetDataRequest) (*admin.WorkflowExecutionGetDataResponse, error)) *ExecutionInterface_GetExecutionData_Call
type ExecutionInterface_GetExecution_Call ¶ added in v1.15.0
ExecutionInterface_GetExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExecution'
func (*ExecutionInterface_GetExecution_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_GetExecution_Call) Return(_a0 *admin.Execution, _a1 error) *ExecutionInterface_GetExecution_Call
func (*ExecutionInterface_GetExecution_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_GetExecution_Call) Run(run func(ctx context.Context, request *admin.WorkflowExecutionGetRequest)) *ExecutionInterface_GetExecution_Call
func (*ExecutionInterface_GetExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_GetExecution_Call) RunAndReturn(run func(context.Context, *admin.WorkflowExecutionGetRequest) (*admin.Execution, error)) *ExecutionInterface_GetExecution_Call
type ExecutionInterface_ListExecutions_Call ¶ added in v1.15.0
ExecutionInterface_ListExecutions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListExecutions'
func (*ExecutionInterface_ListExecutions_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_ListExecutions_Call) Return(_a0 *admin.ExecutionList, _a1 error) *ExecutionInterface_ListExecutions_Call
func (*ExecutionInterface_ListExecutions_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_ListExecutions_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *ExecutionInterface_ListExecutions_Call
func (*ExecutionInterface_ListExecutions_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_ListExecutions_Call) RunAndReturn(run func(context.Context, *admin.ResourceListRequest) (*admin.ExecutionList, error)) *ExecutionInterface_ListExecutions_Call
type ExecutionInterface_RecoverExecution_Call ¶ added in v1.15.0
ExecutionInterface_RecoverExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RecoverExecution'
func (*ExecutionInterface_RecoverExecution_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_RecoverExecution_Call) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *ExecutionInterface_RecoverExecution_Call
func (*ExecutionInterface_RecoverExecution_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_RecoverExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionRecoverRequest, requestedAt time.Time)) *ExecutionInterface_RecoverExecution_Call
func (*ExecutionInterface_RecoverExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_RecoverExecution_Call) RunAndReturn(run func(context.Context, *admin.ExecutionRecoverRequest, time.Time) (*admin.ExecutionCreateResponse, error)) *ExecutionInterface_RecoverExecution_Call
type ExecutionInterface_RelaunchExecution_Call ¶ added in v1.15.0
ExecutionInterface_RelaunchExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RelaunchExecution'
func (*ExecutionInterface_RelaunchExecution_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_RelaunchExecution_Call) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *ExecutionInterface_RelaunchExecution_Call
func (*ExecutionInterface_RelaunchExecution_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_RelaunchExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionRelaunchRequest, requestedAt time.Time)) *ExecutionInterface_RelaunchExecution_Call
func (*ExecutionInterface_RelaunchExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_RelaunchExecution_Call) RunAndReturn(run func(context.Context, *admin.ExecutionRelaunchRequest, time.Time) (*admin.ExecutionCreateResponse, error)) *ExecutionInterface_RelaunchExecution_Call
type ExecutionInterface_TerminateExecution_Call ¶ added in v1.15.0
ExecutionInterface_TerminateExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TerminateExecution'
func (*ExecutionInterface_TerminateExecution_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_TerminateExecution_Call) Return(_a0 *admin.ExecutionTerminateResponse, _a1 error) *ExecutionInterface_TerminateExecution_Call
func (*ExecutionInterface_TerminateExecution_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_TerminateExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionTerminateRequest)) *ExecutionInterface_TerminateExecution_Call
func (*ExecutionInterface_TerminateExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_TerminateExecution_Call) RunAndReturn(run func(context.Context, *admin.ExecutionTerminateRequest) (*admin.ExecutionTerminateResponse, error)) *ExecutionInterface_TerminateExecution_Call
type ExecutionInterface_UpdateExecution_Call ¶ added in v1.15.0
ExecutionInterface_UpdateExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateExecution'
func (*ExecutionInterface_UpdateExecution_Call) Return ¶ added in v1.15.0
func (_c *ExecutionInterface_UpdateExecution_Call) Return(_a0 *admin.ExecutionUpdateResponse, _a1 error) *ExecutionInterface_UpdateExecution_Call
func (*ExecutionInterface_UpdateExecution_Call) Run ¶ added in v1.15.0
func (_c *ExecutionInterface_UpdateExecution_Call) Run(run func(ctx context.Context, request *admin.ExecutionUpdateRequest, requestedAt time.Time)) *ExecutionInterface_UpdateExecution_Call
func (*ExecutionInterface_UpdateExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ExecutionInterface_UpdateExecution_Call) RunAndReturn(run func(context.Context, *admin.ExecutionUpdateRequest, time.Time) (*admin.ExecutionUpdateResponse, error)) *ExecutionInterface_UpdateExecution_Call
type LaunchPlanInterface ¶ added in v1.15.0
LaunchPlanInterface is an autogenerated mock type for the LaunchPlanInterface type
func NewLaunchPlanInterface ¶ added in v1.15.0
func NewLaunchPlanInterface(t interface {
mock.TestingT
Cleanup(func())
}) *LaunchPlanInterface
NewLaunchPlanInterface creates a new instance of LaunchPlanInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*LaunchPlanInterface) CreateLaunchPlan ¶ added in v1.15.0
func (_m *LaunchPlanInterface) CreateLaunchPlan(ctx context.Context, request *admin.LaunchPlanCreateRequest) (*admin.LaunchPlanCreateResponse, error)
CreateLaunchPlan provides a mock function with given fields: ctx, request
func (*LaunchPlanInterface) EXPECT ¶ added in v1.15.0
func (_m *LaunchPlanInterface) EXPECT() *LaunchPlanInterface_Expecter
func (*LaunchPlanInterface) GetActiveLaunchPlan ¶ added in v1.15.0
func (_m *LaunchPlanInterface) GetActiveLaunchPlan(ctx context.Context, request *admin.ActiveLaunchPlanRequest) (*admin.LaunchPlan, error)
GetActiveLaunchPlan provides a mock function with given fields: ctx, request
func (*LaunchPlanInterface) GetLaunchPlan ¶ added in v1.15.0
func (_m *LaunchPlanInterface) GetLaunchPlan(ctx context.Context, request *admin.ObjectGetRequest) (*admin.LaunchPlan, error)
GetLaunchPlan provides a mock function with given fields: ctx, request
func (*LaunchPlanInterface) ListActiveLaunchPlans ¶ added in v1.15.0
func (_m *LaunchPlanInterface) ListActiveLaunchPlans(ctx context.Context, request *admin.ActiveLaunchPlanListRequest) (*admin.LaunchPlanList, error)
ListActiveLaunchPlans provides a mock function with given fields: ctx, request
func (*LaunchPlanInterface) ListLaunchPlanIds ¶ added in v1.15.0
func (_m *LaunchPlanInterface) ListLaunchPlanIds(ctx context.Context, request *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
ListLaunchPlanIds provides a mock function with given fields: ctx, request
func (*LaunchPlanInterface) ListLaunchPlans ¶ added in v1.15.0
func (_m *LaunchPlanInterface) ListLaunchPlans(ctx context.Context, request *admin.ResourceListRequest) (*admin.LaunchPlanList, error)
ListLaunchPlans provides a mock function with given fields: ctx, request
func (*LaunchPlanInterface) UpdateLaunchPlan ¶ added in v1.15.0
func (_m *LaunchPlanInterface) UpdateLaunchPlan(ctx context.Context, request *admin.LaunchPlanUpdateRequest) (*admin.LaunchPlanUpdateResponse, error)
UpdateLaunchPlan provides a mock function with given fields: ctx, request
type LaunchPlanInterface_CreateLaunchPlan_Call ¶ added in v1.15.0
LaunchPlanInterface_CreateLaunchPlan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateLaunchPlan'
func (*LaunchPlanInterface_CreateLaunchPlan_Call) Return ¶ added in v1.15.0
func (_c *LaunchPlanInterface_CreateLaunchPlan_Call) Return(_a0 *admin.LaunchPlanCreateResponse, _a1 error) *LaunchPlanInterface_CreateLaunchPlan_Call
func (*LaunchPlanInterface_CreateLaunchPlan_Call) Run ¶ added in v1.15.0
func (_c *LaunchPlanInterface_CreateLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.LaunchPlanCreateRequest)) *LaunchPlanInterface_CreateLaunchPlan_Call
func (*LaunchPlanInterface_CreateLaunchPlan_Call) RunAndReturn ¶ added in v1.15.0
func (_c *LaunchPlanInterface_CreateLaunchPlan_Call) RunAndReturn(run func(context.Context, *admin.LaunchPlanCreateRequest) (*admin.LaunchPlanCreateResponse, error)) *LaunchPlanInterface_CreateLaunchPlan_Call
type LaunchPlanInterface_Expecter ¶ added in v1.15.0
type LaunchPlanInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*LaunchPlanInterface_Expecter) CreateLaunchPlan ¶ added in v1.15.0
func (_e *LaunchPlanInterface_Expecter) CreateLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_CreateLaunchPlan_Call
CreateLaunchPlan is a helper method to define mock.On call
- ctx context.Context
- request *admin.LaunchPlanCreateRequest
func (*LaunchPlanInterface_Expecter) GetActiveLaunchPlan ¶ added in v1.15.0
func (_e *LaunchPlanInterface_Expecter) GetActiveLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_GetActiveLaunchPlan_Call
GetActiveLaunchPlan is a helper method to define mock.On call
- ctx context.Context
- request *admin.ActiveLaunchPlanRequest
func (*LaunchPlanInterface_Expecter) GetLaunchPlan ¶ added in v1.15.0
func (_e *LaunchPlanInterface_Expecter) GetLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_GetLaunchPlan_Call
GetLaunchPlan is a helper method to define mock.On call
- ctx context.Context
- request *admin.ObjectGetRequest
func (*LaunchPlanInterface_Expecter) ListActiveLaunchPlans ¶ added in v1.15.0
func (_e *LaunchPlanInterface_Expecter) ListActiveLaunchPlans(ctx interface{}, request interface{}) *LaunchPlanInterface_ListActiveLaunchPlans_Call
ListActiveLaunchPlans is a helper method to define mock.On call
- ctx context.Context
- request *admin.ActiveLaunchPlanListRequest
func (*LaunchPlanInterface_Expecter) ListLaunchPlanIds ¶ added in v1.15.0
func (_e *LaunchPlanInterface_Expecter) ListLaunchPlanIds(ctx interface{}, request interface{}) *LaunchPlanInterface_ListLaunchPlanIds_Call
ListLaunchPlanIds is a helper method to define mock.On call
- ctx context.Context
- request *admin.NamedEntityIdentifierListRequest
func (*LaunchPlanInterface_Expecter) ListLaunchPlans ¶ added in v1.15.0
func (_e *LaunchPlanInterface_Expecter) ListLaunchPlans(ctx interface{}, request interface{}) *LaunchPlanInterface_ListLaunchPlans_Call
ListLaunchPlans is a helper method to define mock.On call
- ctx context.Context
- request *admin.ResourceListRequest
func (*LaunchPlanInterface_Expecter) UpdateLaunchPlan ¶ added in v1.15.0
func (_e *LaunchPlanInterface_Expecter) UpdateLaunchPlan(ctx interface{}, request interface{}) *LaunchPlanInterface_UpdateLaunchPlan_Call
UpdateLaunchPlan is a helper method to define mock.On call
- ctx context.Context
- request *admin.LaunchPlanUpdateRequest
type LaunchPlanInterface_GetActiveLaunchPlan_Call ¶ added in v1.15.0
LaunchPlanInterface_GetActiveLaunchPlan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetActiveLaunchPlan'
func (*LaunchPlanInterface_GetActiveLaunchPlan_Call) Return ¶ added in v1.15.0
func (_c *LaunchPlanInterface_GetActiveLaunchPlan_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *LaunchPlanInterface_GetActiveLaunchPlan_Call
func (*LaunchPlanInterface_GetActiveLaunchPlan_Call) Run ¶ added in v1.15.0
func (_c *LaunchPlanInterface_GetActiveLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.ActiveLaunchPlanRequest)) *LaunchPlanInterface_GetActiveLaunchPlan_Call
func (*LaunchPlanInterface_GetActiveLaunchPlan_Call) RunAndReturn ¶ added in v1.15.0
func (_c *LaunchPlanInterface_GetActiveLaunchPlan_Call) RunAndReturn(run func(context.Context, *admin.ActiveLaunchPlanRequest) (*admin.LaunchPlan, error)) *LaunchPlanInterface_GetActiveLaunchPlan_Call
type LaunchPlanInterface_GetLaunchPlan_Call ¶ added in v1.15.0
LaunchPlanInterface_GetLaunchPlan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLaunchPlan'
func (*LaunchPlanInterface_GetLaunchPlan_Call) Return ¶ added in v1.15.0
func (_c *LaunchPlanInterface_GetLaunchPlan_Call) Return(_a0 *admin.LaunchPlan, _a1 error) *LaunchPlanInterface_GetLaunchPlan_Call
func (*LaunchPlanInterface_GetLaunchPlan_Call) Run ¶ added in v1.15.0
func (_c *LaunchPlanInterface_GetLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.ObjectGetRequest)) *LaunchPlanInterface_GetLaunchPlan_Call
func (*LaunchPlanInterface_GetLaunchPlan_Call) RunAndReturn ¶ added in v1.15.0
func (_c *LaunchPlanInterface_GetLaunchPlan_Call) RunAndReturn(run func(context.Context, *admin.ObjectGetRequest) (*admin.LaunchPlan, error)) *LaunchPlanInterface_GetLaunchPlan_Call
type LaunchPlanInterface_ListActiveLaunchPlans_Call ¶ added in v1.15.0
LaunchPlanInterface_ListActiveLaunchPlans_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListActiveLaunchPlans'
func (*LaunchPlanInterface_ListActiveLaunchPlans_Call) Return ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListActiveLaunchPlans_Call) Return(_a0 *admin.LaunchPlanList, _a1 error) *LaunchPlanInterface_ListActiveLaunchPlans_Call
func (*LaunchPlanInterface_ListActiveLaunchPlans_Call) Run ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListActiveLaunchPlans_Call) Run(run func(ctx context.Context, request *admin.ActiveLaunchPlanListRequest)) *LaunchPlanInterface_ListActiveLaunchPlans_Call
func (*LaunchPlanInterface_ListActiveLaunchPlans_Call) RunAndReturn ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListActiveLaunchPlans_Call) RunAndReturn(run func(context.Context, *admin.ActiveLaunchPlanListRequest) (*admin.LaunchPlanList, error)) *LaunchPlanInterface_ListActiveLaunchPlans_Call
type LaunchPlanInterface_ListLaunchPlanIds_Call ¶ added in v1.15.0
LaunchPlanInterface_ListLaunchPlanIds_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLaunchPlanIds'
func (*LaunchPlanInterface_ListLaunchPlanIds_Call) Return ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListLaunchPlanIds_Call) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *LaunchPlanInterface_ListLaunchPlanIds_Call
func (*LaunchPlanInterface_ListLaunchPlanIds_Call) Run ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListLaunchPlanIds_Call) Run(run func(ctx context.Context, request *admin.NamedEntityIdentifierListRequest)) *LaunchPlanInterface_ListLaunchPlanIds_Call
func (*LaunchPlanInterface_ListLaunchPlanIds_Call) RunAndReturn ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListLaunchPlanIds_Call) RunAndReturn(run func(context.Context, *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)) *LaunchPlanInterface_ListLaunchPlanIds_Call
type LaunchPlanInterface_ListLaunchPlans_Call ¶ added in v1.15.0
LaunchPlanInterface_ListLaunchPlans_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLaunchPlans'
func (*LaunchPlanInterface_ListLaunchPlans_Call) Return ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListLaunchPlans_Call) Return(_a0 *admin.LaunchPlanList, _a1 error) *LaunchPlanInterface_ListLaunchPlans_Call
func (*LaunchPlanInterface_ListLaunchPlans_Call) Run ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListLaunchPlans_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *LaunchPlanInterface_ListLaunchPlans_Call
func (*LaunchPlanInterface_ListLaunchPlans_Call) RunAndReturn ¶ added in v1.15.0
func (_c *LaunchPlanInterface_ListLaunchPlans_Call) RunAndReturn(run func(context.Context, *admin.ResourceListRequest) (*admin.LaunchPlanList, error)) *LaunchPlanInterface_ListLaunchPlans_Call
type LaunchPlanInterface_UpdateLaunchPlan_Call ¶ added in v1.15.0
LaunchPlanInterface_UpdateLaunchPlan_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateLaunchPlan'
func (*LaunchPlanInterface_UpdateLaunchPlan_Call) Return ¶ added in v1.15.0
func (_c *LaunchPlanInterface_UpdateLaunchPlan_Call) Return(_a0 *admin.LaunchPlanUpdateResponse, _a1 error) *LaunchPlanInterface_UpdateLaunchPlan_Call
func (*LaunchPlanInterface_UpdateLaunchPlan_Call) Run ¶ added in v1.15.0
func (_c *LaunchPlanInterface_UpdateLaunchPlan_Call) Run(run func(ctx context.Context, request *admin.LaunchPlanUpdateRequest)) *LaunchPlanInterface_UpdateLaunchPlan_Call
func (*LaunchPlanInterface_UpdateLaunchPlan_Call) RunAndReturn ¶ added in v1.15.0
func (_c *LaunchPlanInterface_UpdateLaunchPlan_Call) RunAndReturn(run func(context.Context, *admin.LaunchPlanUpdateRequest) (*admin.LaunchPlanUpdateResponse, error)) *LaunchPlanInterface_UpdateLaunchPlan_Call
type MetricsInterface ¶
MetricsInterface is an autogenerated mock type for the MetricsInterface type
func NewMetricsInterface ¶ added in v1.15.1
func NewMetricsInterface(t interface {
mock.TestingT
Cleanup(func())
}) *MetricsInterface
NewMetricsInterface creates a new instance of MetricsInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MetricsInterface) EXPECT ¶ added in v1.15.1
func (_m *MetricsInterface) EXPECT() *MetricsInterface_Expecter
func (*MetricsInterface) GetExecutionMetrics ¶
func (_m *MetricsInterface) GetExecutionMetrics(ctx context.Context, request *admin.WorkflowExecutionGetMetricsRequest) (*admin.WorkflowExecutionGetMetricsResponse, error)
GetExecutionMetrics provides a mock function with given fields: ctx, request
type MetricsInterface_Expecter ¶ added in v1.15.1
type MetricsInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MetricsInterface_Expecter) GetExecutionMetrics ¶ added in v1.15.1
func (_e *MetricsInterface_Expecter) GetExecutionMetrics(ctx interface{}, request interface{}) *MetricsInterface_GetExecutionMetrics_Call
GetExecutionMetrics is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowExecutionGetMetricsRequest
type MetricsInterface_GetExecutionMetrics_Call ¶ added in v1.15.1
MetricsInterface_GetExecutionMetrics_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetExecutionMetrics'
func (*MetricsInterface_GetExecutionMetrics_Call) Return ¶ added in v1.15.1
func (_c *MetricsInterface_GetExecutionMetrics_Call) Return(_a0 *admin.WorkflowExecutionGetMetricsResponse, _a1 error) *MetricsInterface_GetExecutionMetrics_Call
func (*MetricsInterface_GetExecutionMetrics_Call) Run ¶ added in v1.15.1
func (_c *MetricsInterface_GetExecutionMetrics_Call) Run(run func(ctx context.Context, request *admin.WorkflowExecutionGetMetricsRequest)) *MetricsInterface_GetExecutionMetrics_Call
func (*MetricsInterface_GetExecutionMetrics_Call) RunAndReturn ¶ added in v1.15.1
func (_c *MetricsInterface_GetExecutionMetrics_Call) RunAndReturn(run func(context.Context, *admin.WorkflowExecutionGetMetricsRequest) (*admin.WorkflowExecutionGetMetricsResponse, error)) *MetricsInterface_GetExecutionMetrics_Call
type NamedEntityInterface ¶ added in v1.15.0
NamedEntityInterface is an autogenerated mock type for the NamedEntityInterface type
func NewNamedEntityInterface ¶ added in v1.15.0
func NewNamedEntityInterface(t interface {
mock.TestingT
Cleanup(func())
}) *NamedEntityInterface
NewNamedEntityInterface creates a new instance of NamedEntityInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*NamedEntityInterface) EXPECT ¶ added in v1.15.0
func (_m *NamedEntityInterface) EXPECT() *NamedEntityInterface_Expecter
func (*NamedEntityInterface) GetNamedEntity ¶ added in v1.15.0
func (_m *NamedEntityInterface) GetNamedEntity(ctx context.Context, request *admin.NamedEntityGetRequest) (*admin.NamedEntity, error)
GetNamedEntity provides a mock function with given fields: ctx, request
func (*NamedEntityInterface) ListNamedEntities ¶ added in v1.15.0
func (_m *NamedEntityInterface) ListNamedEntities(ctx context.Context, request *admin.NamedEntityListRequest) (*admin.NamedEntityList, error)
ListNamedEntities provides a mock function with given fields: ctx, request
func (*NamedEntityInterface) UpdateNamedEntity ¶ added in v1.15.0
func (_m *NamedEntityInterface) UpdateNamedEntity(ctx context.Context, request *admin.NamedEntityUpdateRequest) (*admin.NamedEntityUpdateResponse, error)
UpdateNamedEntity provides a mock function with given fields: ctx, request
type NamedEntityInterface_Expecter ¶ added in v1.15.0
type NamedEntityInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*NamedEntityInterface_Expecter) GetNamedEntity ¶ added in v1.15.0
func (_e *NamedEntityInterface_Expecter) GetNamedEntity(ctx interface{}, request interface{}) *NamedEntityInterface_GetNamedEntity_Call
GetNamedEntity is a helper method to define mock.On call
- ctx context.Context
- request *admin.NamedEntityGetRequest
func (*NamedEntityInterface_Expecter) ListNamedEntities ¶ added in v1.15.0
func (_e *NamedEntityInterface_Expecter) ListNamedEntities(ctx interface{}, request interface{}) *NamedEntityInterface_ListNamedEntities_Call
ListNamedEntities is a helper method to define mock.On call
- ctx context.Context
- request *admin.NamedEntityListRequest
func (*NamedEntityInterface_Expecter) UpdateNamedEntity ¶ added in v1.15.0
func (_e *NamedEntityInterface_Expecter) UpdateNamedEntity(ctx interface{}, request interface{}) *NamedEntityInterface_UpdateNamedEntity_Call
UpdateNamedEntity is a helper method to define mock.On call
- ctx context.Context
- request *admin.NamedEntityUpdateRequest
type NamedEntityInterface_GetNamedEntity_Call ¶ added in v1.15.0
NamedEntityInterface_GetNamedEntity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNamedEntity'
func (*NamedEntityInterface_GetNamedEntity_Call) Return ¶ added in v1.15.0
func (_c *NamedEntityInterface_GetNamedEntity_Call) Return(_a0 *admin.NamedEntity, _a1 error) *NamedEntityInterface_GetNamedEntity_Call
func (*NamedEntityInterface_GetNamedEntity_Call) Run ¶ added in v1.15.0
func (_c *NamedEntityInterface_GetNamedEntity_Call) Run(run func(ctx context.Context, request *admin.NamedEntityGetRequest)) *NamedEntityInterface_GetNamedEntity_Call
func (*NamedEntityInterface_GetNamedEntity_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NamedEntityInterface_GetNamedEntity_Call) RunAndReturn(run func(context.Context, *admin.NamedEntityGetRequest) (*admin.NamedEntity, error)) *NamedEntityInterface_GetNamedEntity_Call
type NamedEntityInterface_ListNamedEntities_Call ¶ added in v1.15.0
NamedEntityInterface_ListNamedEntities_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNamedEntities'
func (*NamedEntityInterface_ListNamedEntities_Call) Return ¶ added in v1.15.0
func (_c *NamedEntityInterface_ListNamedEntities_Call) Return(_a0 *admin.NamedEntityList, _a1 error) *NamedEntityInterface_ListNamedEntities_Call
func (*NamedEntityInterface_ListNamedEntities_Call) Run ¶ added in v1.15.0
func (_c *NamedEntityInterface_ListNamedEntities_Call) Run(run func(ctx context.Context, request *admin.NamedEntityListRequest)) *NamedEntityInterface_ListNamedEntities_Call
func (*NamedEntityInterface_ListNamedEntities_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NamedEntityInterface_ListNamedEntities_Call) RunAndReturn(run func(context.Context, *admin.NamedEntityListRequest) (*admin.NamedEntityList, error)) *NamedEntityInterface_ListNamedEntities_Call
type NamedEntityInterface_UpdateNamedEntity_Call ¶ added in v1.15.0
NamedEntityInterface_UpdateNamedEntity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateNamedEntity'
func (*NamedEntityInterface_UpdateNamedEntity_Call) Return ¶ added in v1.15.0
func (_c *NamedEntityInterface_UpdateNamedEntity_Call) Return(_a0 *admin.NamedEntityUpdateResponse, _a1 error) *NamedEntityInterface_UpdateNamedEntity_Call
func (*NamedEntityInterface_UpdateNamedEntity_Call) Run ¶ added in v1.15.0
func (_c *NamedEntityInterface_UpdateNamedEntity_Call) Run(run func(ctx context.Context, request *admin.NamedEntityUpdateRequest)) *NamedEntityInterface_UpdateNamedEntity_Call
func (*NamedEntityInterface_UpdateNamedEntity_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NamedEntityInterface_UpdateNamedEntity_Call) RunAndReturn(run func(context.Context, *admin.NamedEntityUpdateRequest) (*admin.NamedEntityUpdateResponse, error)) *NamedEntityInterface_UpdateNamedEntity_Call
type NodeExecutionInterface ¶ added in v1.15.0
NodeExecutionInterface is an autogenerated mock type for the NodeExecutionInterface type
func NewNodeExecutionInterface ¶ added in v1.15.0
func NewNodeExecutionInterface(t interface {
mock.TestingT
Cleanup(func())
}) *NodeExecutionInterface
NewNodeExecutionInterface creates a new instance of NodeExecutionInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*NodeExecutionInterface) CreateNodeEvent ¶ added in v1.15.0
func (_m *NodeExecutionInterface) CreateNodeEvent(ctx context.Context, request *admin.NodeExecutionEventRequest) (*admin.NodeExecutionEventResponse, error)
CreateNodeEvent provides a mock function with given fields: ctx, request
func (*NodeExecutionInterface) EXPECT ¶ added in v1.15.0
func (_m *NodeExecutionInterface) EXPECT() *NodeExecutionInterface_Expecter
func (*NodeExecutionInterface) GetDynamicNodeWorkflow ¶ added in v1.15.0
func (_m *NodeExecutionInterface) GetDynamicNodeWorkflow(ctx context.Context, request *admin.GetDynamicNodeWorkflowRequest) (*admin.DynamicNodeWorkflowResponse, error)
GetDynamicNodeWorkflow provides a mock function with given fields: ctx, request
func (*NodeExecutionInterface) GetNodeExecution ¶ added in v1.15.0
func (_m *NodeExecutionInterface) GetNodeExecution(ctx context.Context, request *admin.NodeExecutionGetRequest) (*admin.NodeExecution, error)
GetNodeExecution provides a mock function with given fields: ctx, request
func (*NodeExecutionInterface) GetNodeExecutionData ¶ added in v1.15.0
func (_m *NodeExecutionInterface) GetNodeExecutionData(ctx context.Context, request *admin.NodeExecutionGetDataRequest) (*admin.NodeExecutionGetDataResponse, error)
GetNodeExecutionData provides a mock function with given fields: ctx, request
func (*NodeExecutionInterface) ListNodeExecutions ¶ added in v1.15.0
func (_m *NodeExecutionInterface) ListNodeExecutions(ctx context.Context, request *admin.NodeExecutionListRequest) (*admin.NodeExecutionList, error)
ListNodeExecutions provides a mock function with given fields: ctx, request
func (*NodeExecutionInterface) ListNodeExecutionsForTask ¶ added in v1.15.0
func (_m *NodeExecutionInterface) ListNodeExecutionsForTask(ctx context.Context, request *admin.NodeExecutionForTaskListRequest) (*admin.NodeExecutionList, error)
ListNodeExecutionsForTask provides a mock function with given fields: ctx, request
type NodeExecutionInterface_CreateNodeEvent_Call ¶ added in v1.15.0
NodeExecutionInterface_CreateNodeEvent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateNodeEvent'
func (*NodeExecutionInterface_CreateNodeEvent_Call) Return ¶ added in v1.15.0
func (_c *NodeExecutionInterface_CreateNodeEvent_Call) Return(_a0 *admin.NodeExecutionEventResponse, _a1 error) *NodeExecutionInterface_CreateNodeEvent_Call
func (*NodeExecutionInterface_CreateNodeEvent_Call) Run ¶ added in v1.15.0
func (_c *NodeExecutionInterface_CreateNodeEvent_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionEventRequest)) *NodeExecutionInterface_CreateNodeEvent_Call
func (*NodeExecutionInterface_CreateNodeEvent_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NodeExecutionInterface_CreateNodeEvent_Call) RunAndReturn(run func(context.Context, *admin.NodeExecutionEventRequest) (*admin.NodeExecutionEventResponse, error)) *NodeExecutionInterface_CreateNodeEvent_Call
type NodeExecutionInterface_Expecter ¶ added in v1.15.0
type NodeExecutionInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*NodeExecutionInterface_Expecter) CreateNodeEvent ¶ added in v1.15.0
func (_e *NodeExecutionInterface_Expecter) CreateNodeEvent(ctx interface{}, request interface{}) *NodeExecutionInterface_CreateNodeEvent_Call
CreateNodeEvent is a helper method to define mock.On call
- ctx context.Context
- request *admin.NodeExecutionEventRequest
func (*NodeExecutionInterface_Expecter) GetDynamicNodeWorkflow ¶ added in v1.15.0
func (_e *NodeExecutionInterface_Expecter) GetDynamicNodeWorkflow(ctx interface{}, request interface{}) *NodeExecutionInterface_GetDynamicNodeWorkflow_Call
GetDynamicNodeWorkflow is a helper method to define mock.On call
- ctx context.Context
- request *admin.GetDynamicNodeWorkflowRequest
func (*NodeExecutionInterface_Expecter) GetNodeExecution ¶ added in v1.15.0
func (_e *NodeExecutionInterface_Expecter) GetNodeExecution(ctx interface{}, request interface{}) *NodeExecutionInterface_GetNodeExecution_Call
GetNodeExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.NodeExecutionGetRequest
func (*NodeExecutionInterface_Expecter) GetNodeExecutionData ¶ added in v1.15.0
func (_e *NodeExecutionInterface_Expecter) GetNodeExecutionData(ctx interface{}, request interface{}) *NodeExecutionInterface_GetNodeExecutionData_Call
GetNodeExecutionData is a helper method to define mock.On call
- ctx context.Context
- request *admin.NodeExecutionGetDataRequest
func (*NodeExecutionInterface_Expecter) ListNodeExecutions ¶ added in v1.15.0
func (_e *NodeExecutionInterface_Expecter) ListNodeExecutions(ctx interface{}, request interface{}) *NodeExecutionInterface_ListNodeExecutions_Call
ListNodeExecutions is a helper method to define mock.On call
- ctx context.Context
- request *admin.NodeExecutionListRequest
func (*NodeExecutionInterface_Expecter) ListNodeExecutionsForTask ¶ added in v1.15.0
func (_e *NodeExecutionInterface_Expecter) ListNodeExecutionsForTask(ctx interface{}, request interface{}) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
ListNodeExecutionsForTask is a helper method to define mock.On call
- ctx context.Context
- request *admin.NodeExecutionForTaskListRequest
type NodeExecutionInterface_GetDynamicNodeWorkflow_Call ¶ added in v1.15.0
NodeExecutionInterface_GetDynamicNodeWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDynamicNodeWorkflow'
func (*NodeExecutionInterface_GetDynamicNodeWorkflow_Call) Run ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetDynamicNodeWorkflow_Call) Run(run func(ctx context.Context, request *admin.GetDynamicNodeWorkflowRequest)) *NodeExecutionInterface_GetDynamicNodeWorkflow_Call
func (*NodeExecutionInterface_GetDynamicNodeWorkflow_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetDynamicNodeWorkflow_Call) RunAndReturn(run func(context.Context, *admin.GetDynamicNodeWorkflowRequest) (*admin.DynamicNodeWorkflowResponse, error)) *NodeExecutionInterface_GetDynamicNodeWorkflow_Call
type NodeExecutionInterface_GetNodeExecutionData_Call ¶ added in v1.15.0
NodeExecutionInterface_GetNodeExecutionData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNodeExecutionData'
func (*NodeExecutionInterface_GetNodeExecutionData_Call) Return ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetNodeExecutionData_Call) Return(_a0 *admin.NodeExecutionGetDataResponse, _a1 error) *NodeExecutionInterface_GetNodeExecutionData_Call
func (*NodeExecutionInterface_GetNodeExecutionData_Call) Run ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetNodeExecutionData_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionGetDataRequest)) *NodeExecutionInterface_GetNodeExecutionData_Call
func (*NodeExecutionInterface_GetNodeExecutionData_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetNodeExecutionData_Call) RunAndReturn(run func(context.Context, *admin.NodeExecutionGetDataRequest) (*admin.NodeExecutionGetDataResponse, error)) *NodeExecutionInterface_GetNodeExecutionData_Call
type NodeExecutionInterface_GetNodeExecution_Call ¶ added in v1.15.0
NodeExecutionInterface_GetNodeExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetNodeExecution'
func (*NodeExecutionInterface_GetNodeExecution_Call) Return ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetNodeExecution_Call) Return(_a0 *admin.NodeExecution, _a1 error) *NodeExecutionInterface_GetNodeExecution_Call
func (*NodeExecutionInterface_GetNodeExecution_Call) Run ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetNodeExecution_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionGetRequest)) *NodeExecutionInterface_GetNodeExecution_Call
func (*NodeExecutionInterface_GetNodeExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NodeExecutionInterface_GetNodeExecution_Call) RunAndReturn(run func(context.Context, *admin.NodeExecutionGetRequest) (*admin.NodeExecution, error)) *NodeExecutionInterface_GetNodeExecution_Call
type NodeExecutionInterface_ListNodeExecutionsForTask_Call ¶ added in v1.15.0
NodeExecutionInterface_ListNodeExecutionsForTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNodeExecutionsForTask'
func (*NodeExecutionInterface_ListNodeExecutionsForTask_Call) Return ¶ added in v1.15.0
func (_c *NodeExecutionInterface_ListNodeExecutionsForTask_Call) Return(_a0 *admin.NodeExecutionList, _a1 error) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
func (*NodeExecutionInterface_ListNodeExecutionsForTask_Call) Run ¶ added in v1.15.0
func (_c *NodeExecutionInterface_ListNodeExecutionsForTask_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionForTaskListRequest)) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
func (*NodeExecutionInterface_ListNodeExecutionsForTask_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NodeExecutionInterface_ListNodeExecutionsForTask_Call) RunAndReturn(run func(context.Context, *admin.NodeExecutionForTaskListRequest) (*admin.NodeExecutionList, error)) *NodeExecutionInterface_ListNodeExecutionsForTask_Call
type NodeExecutionInterface_ListNodeExecutions_Call ¶ added in v1.15.0
NodeExecutionInterface_ListNodeExecutions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListNodeExecutions'
func (*NodeExecutionInterface_ListNodeExecutions_Call) Return ¶ added in v1.15.0
func (_c *NodeExecutionInterface_ListNodeExecutions_Call) Return(_a0 *admin.NodeExecutionList, _a1 error) *NodeExecutionInterface_ListNodeExecutions_Call
func (*NodeExecutionInterface_ListNodeExecutions_Call) Run ¶ added in v1.15.0
func (_c *NodeExecutionInterface_ListNodeExecutions_Call) Run(run func(ctx context.Context, request *admin.NodeExecutionListRequest)) *NodeExecutionInterface_ListNodeExecutions_Call
func (*NodeExecutionInterface_ListNodeExecutions_Call) RunAndReturn ¶ added in v1.15.0
func (_c *NodeExecutionInterface_ListNodeExecutions_Call) RunAndReturn(run func(context.Context, *admin.NodeExecutionListRequest) (*admin.NodeExecutionList, error)) *NodeExecutionInterface_ListNodeExecutions_Call
type ProjectInterface ¶ added in v1.15.0
ProjectInterface is an autogenerated mock type for the ProjectInterface type
func NewProjectInterface ¶ added in v1.15.0
func NewProjectInterface(t interface {
mock.TestingT
Cleanup(func())
}) *ProjectInterface
NewProjectInterface creates a new instance of ProjectInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ProjectInterface) CreateProject ¶ added in v1.15.0
func (_m *ProjectInterface) CreateProject(ctx context.Context, request *admin.ProjectRegisterRequest) (*admin.ProjectRegisterResponse, error)
CreateProject provides a mock function with given fields: ctx, request
func (*ProjectInterface) EXPECT ¶ added in v1.15.0
func (_m *ProjectInterface) EXPECT() *ProjectInterface_Expecter
func (*ProjectInterface) GetDomains ¶ added in v1.15.0
func (_m *ProjectInterface) GetDomains(ctx context.Context, request *admin.GetDomainRequest) *admin.GetDomainsResponse
GetDomains provides a mock function with given fields: ctx, request
func (*ProjectInterface) GetProject ¶ added in v1.15.0
func (_m *ProjectInterface) GetProject(ctx context.Context, request *admin.ProjectGetRequest) (*admin.Project, error)
GetProject provides a mock function with given fields: ctx, request
func (*ProjectInterface) ListProjects ¶ added in v1.15.0
func (_m *ProjectInterface) ListProjects(ctx context.Context, request *admin.ProjectListRequest) (*admin.Projects, error)
ListProjects provides a mock function with given fields: ctx, request
func (*ProjectInterface) UpdateProject ¶ added in v1.15.0
func (_m *ProjectInterface) UpdateProject(ctx context.Context, request *admin.Project) (*admin.ProjectUpdateResponse, error)
UpdateProject provides a mock function with given fields: ctx, request
type ProjectInterface_CreateProject_Call ¶ added in v1.15.0
ProjectInterface_CreateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProject'
func (*ProjectInterface_CreateProject_Call) Return ¶ added in v1.15.0
func (_c *ProjectInterface_CreateProject_Call) Return(_a0 *admin.ProjectRegisterResponse, _a1 error) *ProjectInterface_CreateProject_Call
func (*ProjectInterface_CreateProject_Call) Run ¶ added in v1.15.0
func (_c *ProjectInterface_CreateProject_Call) Run(run func(ctx context.Context, request *admin.ProjectRegisterRequest)) *ProjectInterface_CreateProject_Call
func (*ProjectInterface_CreateProject_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ProjectInterface_CreateProject_Call) RunAndReturn(run func(context.Context, *admin.ProjectRegisterRequest) (*admin.ProjectRegisterResponse, error)) *ProjectInterface_CreateProject_Call
type ProjectInterface_Expecter ¶ added in v1.15.0
type ProjectInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*ProjectInterface_Expecter) CreateProject ¶ added in v1.15.0
func (_e *ProjectInterface_Expecter) CreateProject(ctx interface{}, request interface{}) *ProjectInterface_CreateProject_Call
CreateProject is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectRegisterRequest
func (*ProjectInterface_Expecter) GetDomains ¶ added in v1.15.0
func (_e *ProjectInterface_Expecter) GetDomains(ctx interface{}, request interface{}) *ProjectInterface_GetDomains_Call
GetDomains is a helper method to define mock.On call
- ctx context.Context
- request *admin.GetDomainRequest
func (*ProjectInterface_Expecter) GetProject ¶ added in v1.15.0
func (_e *ProjectInterface_Expecter) GetProject(ctx interface{}, request interface{}) *ProjectInterface_GetProject_Call
GetProject is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectGetRequest
func (*ProjectInterface_Expecter) ListProjects ¶ added in v1.15.0
func (_e *ProjectInterface_Expecter) ListProjects(ctx interface{}, request interface{}) *ProjectInterface_ListProjects_Call
ListProjects is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectListRequest
func (*ProjectInterface_Expecter) UpdateProject ¶ added in v1.15.0
func (_e *ProjectInterface_Expecter) UpdateProject(ctx interface{}, request interface{}) *ProjectInterface_UpdateProject_Call
UpdateProject is a helper method to define mock.On call
- ctx context.Context
- request *admin.Project
type ProjectInterface_GetDomains_Call ¶ added in v1.15.0
ProjectInterface_GetDomains_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetDomains'
func (*ProjectInterface_GetDomains_Call) Return ¶ added in v1.15.0
func (_c *ProjectInterface_GetDomains_Call) Return(_a0 *admin.GetDomainsResponse) *ProjectInterface_GetDomains_Call
func (*ProjectInterface_GetDomains_Call) Run ¶ added in v1.15.0
func (_c *ProjectInterface_GetDomains_Call) Run(run func(ctx context.Context, request *admin.GetDomainRequest)) *ProjectInterface_GetDomains_Call
func (*ProjectInterface_GetDomains_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ProjectInterface_GetDomains_Call) RunAndReturn(run func(context.Context, *admin.GetDomainRequest) *admin.GetDomainsResponse) *ProjectInterface_GetDomains_Call
type ProjectInterface_GetProject_Call ¶ added in v1.15.0
ProjectInterface_GetProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProject'
func (*ProjectInterface_GetProject_Call) Return ¶ added in v1.15.0
func (_c *ProjectInterface_GetProject_Call) Return(_a0 *admin.Project, _a1 error) *ProjectInterface_GetProject_Call
func (*ProjectInterface_GetProject_Call) Run ¶ added in v1.15.0
func (_c *ProjectInterface_GetProject_Call) Run(run func(ctx context.Context, request *admin.ProjectGetRequest)) *ProjectInterface_GetProject_Call
func (*ProjectInterface_GetProject_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ProjectInterface_GetProject_Call) RunAndReturn(run func(context.Context, *admin.ProjectGetRequest) (*admin.Project, error)) *ProjectInterface_GetProject_Call
type ProjectInterface_ListProjects_Call ¶ added in v1.15.0
ProjectInterface_ListProjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjects'
func (*ProjectInterface_ListProjects_Call) Return ¶ added in v1.15.0
func (_c *ProjectInterface_ListProjects_Call) Return(_a0 *admin.Projects, _a1 error) *ProjectInterface_ListProjects_Call
func (*ProjectInterface_ListProjects_Call) Run ¶ added in v1.15.0
func (_c *ProjectInterface_ListProjects_Call) Run(run func(ctx context.Context, request *admin.ProjectListRequest)) *ProjectInterface_ListProjects_Call
func (*ProjectInterface_ListProjects_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ProjectInterface_ListProjects_Call) RunAndReturn(run func(context.Context, *admin.ProjectListRequest) (*admin.Projects, error)) *ProjectInterface_ListProjects_Call
type ProjectInterface_UpdateProject_Call ¶ added in v1.15.0
ProjectInterface_UpdateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProject'
func (*ProjectInterface_UpdateProject_Call) Return ¶ added in v1.15.0
func (_c *ProjectInterface_UpdateProject_Call) Return(_a0 *admin.ProjectUpdateResponse, _a1 error) *ProjectInterface_UpdateProject_Call
func (*ProjectInterface_UpdateProject_Call) Run ¶ added in v1.15.0
func (_c *ProjectInterface_UpdateProject_Call) Run(run func(ctx context.Context, request *admin.Project)) *ProjectInterface_UpdateProject_Call
func (*ProjectInterface_UpdateProject_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ProjectInterface_UpdateProject_Call) RunAndReturn(run func(context.Context, *admin.Project) (*admin.ProjectUpdateResponse, error)) *ProjectInterface_UpdateProject_Call
type ResourceInterface ¶ added in v1.13.3
ResourceInterface is an autogenerated mock type for the ResourceInterface type
func NewResourceInterface ¶ added in v1.15.0
func NewResourceInterface(t interface {
mock.TestingT
Cleanup(func())
}) *ResourceInterface
NewResourceInterface creates a new instance of ResourceInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ResourceInterface) DeleteProjectAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) DeleteProjectAttributes(ctx context.Context, request *admin.ProjectAttributesDeleteRequest) (*admin.ProjectAttributesDeleteResponse, error)
DeleteProjectAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) DeleteProjectDomainAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) DeleteProjectDomainAttributes(ctx context.Context, request *admin.ProjectDomainAttributesDeleteRequest) (*admin.ProjectDomainAttributesDeleteResponse, error)
DeleteProjectDomainAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) DeleteWorkflowAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) DeleteWorkflowAttributes(ctx context.Context, request *admin.WorkflowAttributesDeleteRequest) (*admin.WorkflowAttributesDeleteResponse, error)
DeleteWorkflowAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) EXPECT ¶ added in v1.15.0
func (_m *ResourceInterface) EXPECT() *ResourceInterface_Expecter
func (*ResourceInterface) GetProjectAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) GetProjectAttributes(ctx context.Context, request *admin.ProjectAttributesGetRequest) (*admin.ProjectAttributesGetResponse, error)
GetProjectAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) GetProjectDomainAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) GetProjectDomainAttributes(ctx context.Context, request *admin.ProjectDomainAttributesGetRequest) (*admin.ProjectDomainAttributesGetResponse, error)
GetProjectDomainAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) GetResource ¶ added in v1.13.3
func (_m *ResourceInterface) GetResource(ctx context.Context, request interfaces.ResourceRequest) (*interfaces.ResourceResponse, error)
GetResource provides a mock function with given fields: ctx, request
func (*ResourceInterface) GetWorkflowAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) GetWorkflowAttributes(ctx context.Context, request *admin.WorkflowAttributesGetRequest) (*admin.WorkflowAttributesGetResponse, error)
GetWorkflowAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) ListAll ¶ added in v1.13.3
func (_m *ResourceInterface) ListAll(ctx context.Context, request *admin.ListMatchableAttributesRequest) (*admin.ListMatchableAttributesResponse, error)
ListAll provides a mock function with given fields: ctx, request
func (*ResourceInterface) UpdateProjectAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) UpdateProjectAttributes(ctx context.Context, request *admin.ProjectAttributesUpdateRequest) (*admin.ProjectAttributesUpdateResponse, error)
UpdateProjectAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) UpdateProjectDomainAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) UpdateProjectDomainAttributes(ctx context.Context, request *admin.ProjectDomainAttributesUpdateRequest) (*admin.ProjectDomainAttributesUpdateResponse, error)
UpdateProjectDomainAttributes provides a mock function with given fields: ctx, request
func (*ResourceInterface) UpdateWorkflowAttributes ¶ added in v1.13.3
func (_m *ResourceInterface) UpdateWorkflowAttributes(ctx context.Context, request *admin.WorkflowAttributesUpdateRequest) (*admin.WorkflowAttributesUpdateResponse, error)
UpdateWorkflowAttributes provides a mock function with given fields: ctx, request
type ResourceInterface_DeleteProjectAttributes_Call ¶ added in v1.15.0
ResourceInterface_DeleteProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectAttributes'
func (*ResourceInterface_DeleteProjectAttributes_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_DeleteProjectAttributes_Call) Return(_a0 *admin.ProjectAttributesDeleteResponse, _a1 error) *ResourceInterface_DeleteProjectAttributes_Call
func (*ResourceInterface_DeleteProjectAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_DeleteProjectAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectAttributesDeleteRequest)) *ResourceInterface_DeleteProjectAttributes_Call
func (*ResourceInterface_DeleteProjectAttributes_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_DeleteProjectAttributes_Call) RunAndReturn(run func(context.Context, *admin.ProjectAttributesDeleteRequest) (*admin.ProjectAttributesDeleteResponse, error)) *ResourceInterface_DeleteProjectAttributes_Call
type ResourceInterface_DeleteProjectDomainAttributes_Call ¶ added in v1.15.0
ResourceInterface_DeleteProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProjectDomainAttributes'
func (*ResourceInterface_DeleteProjectDomainAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_DeleteProjectDomainAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectDomainAttributesDeleteRequest)) *ResourceInterface_DeleteProjectDomainAttributes_Call
func (*ResourceInterface_DeleteProjectDomainAttributes_Call) RunAndReturn ¶ added in v1.15.0
type ResourceInterface_DeleteWorkflowAttributes_Call ¶ added in v1.15.0
ResourceInterface_DeleteWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteWorkflowAttributes'
func (*ResourceInterface_DeleteWorkflowAttributes_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_DeleteWorkflowAttributes_Call) Return(_a0 *admin.WorkflowAttributesDeleteResponse, _a1 error) *ResourceInterface_DeleteWorkflowAttributes_Call
func (*ResourceInterface_DeleteWorkflowAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_DeleteWorkflowAttributes_Call) Run(run func(ctx context.Context, request *admin.WorkflowAttributesDeleteRequest)) *ResourceInterface_DeleteWorkflowAttributes_Call
func (*ResourceInterface_DeleteWorkflowAttributes_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_DeleteWorkflowAttributes_Call) RunAndReturn(run func(context.Context, *admin.WorkflowAttributesDeleteRequest) (*admin.WorkflowAttributesDeleteResponse, error)) *ResourceInterface_DeleteWorkflowAttributes_Call
type ResourceInterface_Expecter ¶ added in v1.15.0
type ResourceInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*ResourceInterface_Expecter) DeleteProjectAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) DeleteProjectAttributes(ctx interface{}, request interface{}) *ResourceInterface_DeleteProjectAttributes_Call
DeleteProjectAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectAttributesDeleteRequest
func (*ResourceInterface_Expecter) DeleteProjectDomainAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) DeleteProjectDomainAttributes(ctx interface{}, request interface{}) *ResourceInterface_DeleteProjectDomainAttributes_Call
DeleteProjectDomainAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectDomainAttributesDeleteRequest
func (*ResourceInterface_Expecter) DeleteWorkflowAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) DeleteWorkflowAttributes(ctx interface{}, request interface{}) *ResourceInterface_DeleteWorkflowAttributes_Call
DeleteWorkflowAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowAttributesDeleteRequest
func (*ResourceInterface_Expecter) GetProjectAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) GetProjectAttributes(ctx interface{}, request interface{}) *ResourceInterface_GetProjectAttributes_Call
GetProjectAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectAttributesGetRequest
func (*ResourceInterface_Expecter) GetProjectDomainAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) GetProjectDomainAttributes(ctx interface{}, request interface{}) *ResourceInterface_GetProjectDomainAttributes_Call
GetProjectDomainAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectDomainAttributesGetRequest
func (*ResourceInterface_Expecter) GetResource ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) GetResource(ctx interface{}, request interface{}) *ResourceInterface_GetResource_Call
GetResource is a helper method to define mock.On call
- ctx context.Context
- request interfaces.ResourceRequest
func (*ResourceInterface_Expecter) GetWorkflowAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) GetWorkflowAttributes(ctx interface{}, request interface{}) *ResourceInterface_GetWorkflowAttributes_Call
GetWorkflowAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowAttributesGetRequest
func (*ResourceInterface_Expecter) ListAll ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) ListAll(ctx interface{}, request interface{}) *ResourceInterface_ListAll_Call
ListAll is a helper method to define mock.On call
- ctx context.Context
- request *admin.ListMatchableAttributesRequest
func (*ResourceInterface_Expecter) UpdateProjectAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) UpdateProjectAttributes(ctx interface{}, request interface{}) *ResourceInterface_UpdateProjectAttributes_Call
UpdateProjectAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectAttributesUpdateRequest
func (*ResourceInterface_Expecter) UpdateProjectDomainAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) UpdateProjectDomainAttributes(ctx interface{}, request interface{}) *ResourceInterface_UpdateProjectDomainAttributes_Call
UpdateProjectDomainAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.ProjectDomainAttributesUpdateRequest
func (*ResourceInterface_Expecter) UpdateWorkflowAttributes ¶ added in v1.15.0
func (_e *ResourceInterface_Expecter) UpdateWorkflowAttributes(ctx interface{}, request interface{}) *ResourceInterface_UpdateWorkflowAttributes_Call
UpdateWorkflowAttributes is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowAttributesUpdateRequest
type ResourceInterface_GetProjectAttributes_Call ¶ added in v1.15.0
ResourceInterface_GetProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectAttributes'
func (*ResourceInterface_GetProjectAttributes_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_GetProjectAttributes_Call) Return(_a0 *admin.ProjectAttributesGetResponse, _a1 error) *ResourceInterface_GetProjectAttributes_Call
func (*ResourceInterface_GetProjectAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_GetProjectAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectAttributesGetRequest)) *ResourceInterface_GetProjectAttributes_Call
func (*ResourceInterface_GetProjectAttributes_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_GetProjectAttributes_Call) RunAndReturn(run func(context.Context, *admin.ProjectAttributesGetRequest) (*admin.ProjectAttributesGetResponse, error)) *ResourceInterface_GetProjectAttributes_Call
type ResourceInterface_GetProjectDomainAttributes_Call ¶ added in v1.15.0
ResourceInterface_GetProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProjectDomainAttributes'
func (*ResourceInterface_GetProjectDomainAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_GetProjectDomainAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectDomainAttributesGetRequest)) *ResourceInterface_GetProjectDomainAttributes_Call
func (*ResourceInterface_GetProjectDomainAttributes_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_GetProjectDomainAttributes_Call) RunAndReturn(run func(context.Context, *admin.ProjectDomainAttributesGetRequest) (*admin.ProjectDomainAttributesGetResponse, error)) *ResourceInterface_GetProjectDomainAttributes_Call
type ResourceInterface_GetResource_Call ¶ added in v1.15.0
ResourceInterface_GetResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetResource'
func (*ResourceInterface_GetResource_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_GetResource_Call) Return(_a0 *interfaces.ResourceResponse, _a1 error) *ResourceInterface_GetResource_Call
func (*ResourceInterface_GetResource_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_GetResource_Call) Run(run func(ctx context.Context, request interfaces.ResourceRequest)) *ResourceInterface_GetResource_Call
func (*ResourceInterface_GetResource_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_GetResource_Call) RunAndReturn(run func(context.Context, interfaces.ResourceRequest) (*interfaces.ResourceResponse, error)) *ResourceInterface_GetResource_Call
type ResourceInterface_GetWorkflowAttributes_Call ¶ added in v1.15.0
ResourceInterface_GetWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflowAttributes'
func (*ResourceInterface_GetWorkflowAttributes_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_GetWorkflowAttributes_Call) Return(_a0 *admin.WorkflowAttributesGetResponse, _a1 error) *ResourceInterface_GetWorkflowAttributes_Call
func (*ResourceInterface_GetWorkflowAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_GetWorkflowAttributes_Call) Run(run func(ctx context.Context, request *admin.WorkflowAttributesGetRequest)) *ResourceInterface_GetWorkflowAttributes_Call
func (*ResourceInterface_GetWorkflowAttributes_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_GetWorkflowAttributes_Call) RunAndReturn(run func(context.Context, *admin.WorkflowAttributesGetRequest) (*admin.WorkflowAttributesGetResponse, error)) *ResourceInterface_GetWorkflowAttributes_Call
type ResourceInterface_ListAll_Call ¶ added in v1.15.0
ResourceInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'
func (*ResourceInterface_ListAll_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_ListAll_Call) Return(_a0 *admin.ListMatchableAttributesResponse, _a1 error) *ResourceInterface_ListAll_Call
func (*ResourceInterface_ListAll_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_ListAll_Call) Run(run func(ctx context.Context, request *admin.ListMatchableAttributesRequest)) *ResourceInterface_ListAll_Call
func (*ResourceInterface_ListAll_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_ListAll_Call) RunAndReturn(run func(context.Context, *admin.ListMatchableAttributesRequest) (*admin.ListMatchableAttributesResponse, error)) *ResourceInterface_ListAll_Call
type ResourceInterface_UpdateProjectAttributes_Call ¶ added in v1.15.0
ResourceInterface_UpdateProjectAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectAttributes'
func (*ResourceInterface_UpdateProjectAttributes_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_UpdateProjectAttributes_Call) Return(_a0 *admin.ProjectAttributesUpdateResponse, _a1 error) *ResourceInterface_UpdateProjectAttributes_Call
func (*ResourceInterface_UpdateProjectAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_UpdateProjectAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectAttributesUpdateRequest)) *ResourceInterface_UpdateProjectAttributes_Call
func (*ResourceInterface_UpdateProjectAttributes_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_UpdateProjectAttributes_Call) RunAndReturn(run func(context.Context, *admin.ProjectAttributesUpdateRequest) (*admin.ProjectAttributesUpdateResponse, error)) *ResourceInterface_UpdateProjectAttributes_Call
type ResourceInterface_UpdateProjectDomainAttributes_Call ¶ added in v1.15.0
ResourceInterface_UpdateProjectDomainAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateProjectDomainAttributes'
func (*ResourceInterface_UpdateProjectDomainAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_UpdateProjectDomainAttributes_Call) Run(run func(ctx context.Context, request *admin.ProjectDomainAttributesUpdateRequest)) *ResourceInterface_UpdateProjectDomainAttributes_Call
func (*ResourceInterface_UpdateProjectDomainAttributes_Call) RunAndReturn ¶ added in v1.15.0
type ResourceInterface_UpdateWorkflowAttributes_Call ¶ added in v1.15.0
ResourceInterface_UpdateWorkflowAttributes_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateWorkflowAttributes'
func (*ResourceInterface_UpdateWorkflowAttributes_Call) Return ¶ added in v1.15.0
func (_c *ResourceInterface_UpdateWorkflowAttributes_Call) Return(_a0 *admin.WorkflowAttributesUpdateResponse, _a1 error) *ResourceInterface_UpdateWorkflowAttributes_Call
func (*ResourceInterface_UpdateWorkflowAttributes_Call) Run ¶ added in v1.15.0
func (_c *ResourceInterface_UpdateWorkflowAttributes_Call) Run(run func(ctx context.Context, request *admin.WorkflowAttributesUpdateRequest)) *ResourceInterface_UpdateWorkflowAttributes_Call
func (*ResourceInterface_UpdateWorkflowAttributes_Call) RunAndReturn ¶ added in v1.15.0
func (_c *ResourceInterface_UpdateWorkflowAttributes_Call) RunAndReturn(run func(context.Context, *admin.WorkflowAttributesUpdateRequest) (*admin.WorkflowAttributesUpdateResponse, error)) *ResourceInterface_UpdateWorkflowAttributes_Call
type SignalInterface ¶
SignalInterface is an autogenerated mock type for the SignalInterface type
func NewSignalInterface ¶ added in v1.13.0
func NewSignalInterface(t interface {
mock.TestingT
Cleanup(func())
}) *SignalInterface
NewSignalInterface creates a new instance of SignalInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SignalInterface) EXPECT ¶ added in v1.13.0
func (_m *SignalInterface) EXPECT() *SignalInterface_Expecter
func (*SignalInterface) GetOrCreateSignal ¶
func (_m *SignalInterface) GetOrCreateSignal(ctx context.Context, request *admin.SignalGetOrCreateRequest) (*admin.Signal, error)
GetOrCreateSignal provides a mock function with given fields: ctx, request
func (*SignalInterface) ListSignals ¶
func (_m *SignalInterface) ListSignals(ctx context.Context, request *admin.SignalListRequest) (*admin.SignalList, error)
ListSignals provides a mock function with given fields: ctx, request
func (*SignalInterface) SetSignal ¶
func (_m *SignalInterface) SetSignal(ctx context.Context, request *admin.SignalSetRequest) (*admin.SignalSetResponse, error)
SetSignal provides a mock function with given fields: ctx, request
type SignalInterface_Expecter ¶ added in v1.13.0
type SignalInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*SignalInterface_Expecter) GetOrCreateSignal ¶ added in v1.13.0
func (_e *SignalInterface_Expecter) GetOrCreateSignal(ctx interface{}, request interface{}) *SignalInterface_GetOrCreateSignal_Call
GetOrCreateSignal is a helper method to define mock.On call
- ctx context.Context
- request *admin.SignalGetOrCreateRequest
func (*SignalInterface_Expecter) ListSignals ¶ added in v1.13.0
func (_e *SignalInterface_Expecter) ListSignals(ctx interface{}, request interface{}) *SignalInterface_ListSignals_Call
ListSignals is a helper method to define mock.On call
- ctx context.Context
- request *admin.SignalListRequest
func (*SignalInterface_Expecter) SetSignal ¶ added in v1.13.0
func (_e *SignalInterface_Expecter) SetSignal(ctx interface{}, request interface{}) *SignalInterface_SetSignal_Call
SetSignal is a helper method to define mock.On call
- ctx context.Context
- request *admin.SignalSetRequest
type SignalInterface_GetOrCreateSignal_Call ¶ added in v1.13.0
SignalInterface_GetOrCreateSignal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOrCreateSignal'
func (*SignalInterface_GetOrCreateSignal_Call) Return ¶ added in v1.13.0
func (_c *SignalInterface_GetOrCreateSignal_Call) Return(_a0 *admin.Signal, _a1 error) *SignalInterface_GetOrCreateSignal_Call
func (*SignalInterface_GetOrCreateSignal_Call) Run ¶ added in v1.13.0
func (_c *SignalInterface_GetOrCreateSignal_Call) Run(run func(ctx context.Context, request *admin.SignalGetOrCreateRequest)) *SignalInterface_GetOrCreateSignal_Call
func (*SignalInterface_GetOrCreateSignal_Call) RunAndReturn ¶ added in v1.13.0
func (_c *SignalInterface_GetOrCreateSignal_Call) RunAndReturn(run func(context.Context, *admin.SignalGetOrCreateRequest) (*admin.Signal, error)) *SignalInterface_GetOrCreateSignal_Call
type SignalInterface_ListSignals_Call ¶ added in v1.13.0
SignalInterface_ListSignals_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListSignals'
func (*SignalInterface_ListSignals_Call) Return ¶ added in v1.13.0
func (_c *SignalInterface_ListSignals_Call) Return(_a0 *admin.SignalList, _a1 error) *SignalInterface_ListSignals_Call
func (*SignalInterface_ListSignals_Call) Run ¶ added in v1.13.0
func (_c *SignalInterface_ListSignals_Call) Run(run func(ctx context.Context, request *admin.SignalListRequest)) *SignalInterface_ListSignals_Call
func (*SignalInterface_ListSignals_Call) RunAndReturn ¶ added in v1.13.0
func (_c *SignalInterface_ListSignals_Call) RunAndReturn(run func(context.Context, *admin.SignalListRequest) (*admin.SignalList, error)) *SignalInterface_ListSignals_Call
type SignalInterface_SetSignal_Call ¶ added in v1.13.0
SignalInterface_SetSignal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetSignal'
func (*SignalInterface_SetSignal_Call) Return ¶ added in v1.13.0
func (_c *SignalInterface_SetSignal_Call) Return(_a0 *admin.SignalSetResponse, _a1 error) *SignalInterface_SetSignal_Call
func (*SignalInterface_SetSignal_Call) Run ¶ added in v1.13.0
func (_c *SignalInterface_SetSignal_Call) Run(run func(ctx context.Context, request *admin.SignalSetRequest)) *SignalInterface_SetSignal_Call
func (*SignalInterface_SetSignal_Call) RunAndReturn ¶ added in v1.13.0
func (_c *SignalInterface_SetSignal_Call) RunAndReturn(run func(context.Context, *admin.SignalSetRequest) (*admin.SignalSetResponse, error)) *SignalInterface_SetSignal_Call
type TaskExecutionInterface ¶ added in v1.15.0
TaskExecutionInterface is an autogenerated mock type for the TaskExecutionInterface type
func NewTaskExecutionInterface ¶ added in v1.15.0
func NewTaskExecutionInterface(t interface {
mock.TestingT
Cleanup(func())
}) *TaskExecutionInterface
NewTaskExecutionInterface creates a new instance of TaskExecutionInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*TaskExecutionInterface) CreateTaskExecutionEvent ¶ added in v1.15.0
func (_m *TaskExecutionInterface) CreateTaskExecutionEvent(ctx context.Context, request *admin.TaskExecutionEventRequest) (*admin.TaskExecutionEventResponse, error)
CreateTaskExecutionEvent provides a mock function with given fields: ctx, request
func (*TaskExecutionInterface) EXPECT ¶ added in v1.15.0
func (_m *TaskExecutionInterface) EXPECT() *TaskExecutionInterface_Expecter
func (*TaskExecutionInterface) GetTaskExecution ¶ added in v1.15.0
func (_m *TaskExecutionInterface) GetTaskExecution(ctx context.Context, request *admin.TaskExecutionGetRequest) (*admin.TaskExecution, error)
GetTaskExecution provides a mock function with given fields: ctx, request
func (*TaskExecutionInterface) GetTaskExecutionData ¶ added in v1.15.0
func (_m *TaskExecutionInterface) GetTaskExecutionData(ctx context.Context, request *admin.TaskExecutionGetDataRequest) (*admin.TaskExecutionGetDataResponse, error)
GetTaskExecutionData provides a mock function with given fields: ctx, request
func (*TaskExecutionInterface) ListTaskExecutions ¶ added in v1.15.0
func (_m *TaskExecutionInterface) ListTaskExecutions(ctx context.Context, request *admin.TaskExecutionListRequest) (*admin.TaskExecutionList, error)
ListTaskExecutions provides a mock function with given fields: ctx, request
type TaskExecutionInterface_CreateTaskExecutionEvent_Call ¶ added in v1.15.0
TaskExecutionInterface_CreateTaskExecutionEvent_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTaskExecutionEvent'
func (*TaskExecutionInterface_CreateTaskExecutionEvent_Call) Run ¶ added in v1.15.0
func (_c *TaskExecutionInterface_CreateTaskExecutionEvent_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionEventRequest)) *TaskExecutionInterface_CreateTaskExecutionEvent_Call
func (*TaskExecutionInterface_CreateTaskExecutionEvent_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskExecutionInterface_CreateTaskExecutionEvent_Call) RunAndReturn(run func(context.Context, *admin.TaskExecutionEventRequest) (*admin.TaskExecutionEventResponse, error)) *TaskExecutionInterface_CreateTaskExecutionEvent_Call
type TaskExecutionInterface_Expecter ¶ added in v1.15.0
type TaskExecutionInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*TaskExecutionInterface_Expecter) CreateTaskExecutionEvent ¶ added in v1.15.0
func (_e *TaskExecutionInterface_Expecter) CreateTaskExecutionEvent(ctx interface{}, request interface{}) *TaskExecutionInterface_CreateTaskExecutionEvent_Call
CreateTaskExecutionEvent is a helper method to define mock.On call
- ctx context.Context
- request *admin.TaskExecutionEventRequest
func (*TaskExecutionInterface_Expecter) GetTaskExecution ¶ added in v1.15.0
func (_e *TaskExecutionInterface_Expecter) GetTaskExecution(ctx interface{}, request interface{}) *TaskExecutionInterface_GetTaskExecution_Call
GetTaskExecution is a helper method to define mock.On call
- ctx context.Context
- request *admin.TaskExecutionGetRequest
func (*TaskExecutionInterface_Expecter) GetTaskExecutionData ¶ added in v1.15.0
func (_e *TaskExecutionInterface_Expecter) GetTaskExecutionData(ctx interface{}, request interface{}) *TaskExecutionInterface_GetTaskExecutionData_Call
GetTaskExecutionData is a helper method to define mock.On call
- ctx context.Context
- request *admin.TaskExecutionGetDataRequest
func (*TaskExecutionInterface_Expecter) ListTaskExecutions ¶ added in v1.15.0
func (_e *TaskExecutionInterface_Expecter) ListTaskExecutions(ctx interface{}, request interface{}) *TaskExecutionInterface_ListTaskExecutions_Call
ListTaskExecutions is a helper method to define mock.On call
- ctx context.Context
- request *admin.TaskExecutionListRequest
type TaskExecutionInterface_GetTaskExecutionData_Call ¶ added in v1.15.0
TaskExecutionInterface_GetTaskExecutionData_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTaskExecutionData'
func (*TaskExecutionInterface_GetTaskExecutionData_Call) Return ¶ added in v1.15.0
func (_c *TaskExecutionInterface_GetTaskExecutionData_Call) Return(_a0 *admin.TaskExecutionGetDataResponse, _a1 error) *TaskExecutionInterface_GetTaskExecutionData_Call
func (*TaskExecutionInterface_GetTaskExecutionData_Call) Run ¶ added in v1.15.0
func (_c *TaskExecutionInterface_GetTaskExecutionData_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionGetDataRequest)) *TaskExecutionInterface_GetTaskExecutionData_Call
func (*TaskExecutionInterface_GetTaskExecutionData_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskExecutionInterface_GetTaskExecutionData_Call) RunAndReturn(run func(context.Context, *admin.TaskExecutionGetDataRequest) (*admin.TaskExecutionGetDataResponse, error)) *TaskExecutionInterface_GetTaskExecutionData_Call
type TaskExecutionInterface_GetTaskExecution_Call ¶ added in v1.15.0
TaskExecutionInterface_GetTaskExecution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTaskExecution'
func (*TaskExecutionInterface_GetTaskExecution_Call) Return ¶ added in v1.15.0
func (_c *TaskExecutionInterface_GetTaskExecution_Call) Return(_a0 *admin.TaskExecution, _a1 error) *TaskExecutionInterface_GetTaskExecution_Call
func (*TaskExecutionInterface_GetTaskExecution_Call) Run ¶ added in v1.15.0
func (_c *TaskExecutionInterface_GetTaskExecution_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionGetRequest)) *TaskExecutionInterface_GetTaskExecution_Call
func (*TaskExecutionInterface_GetTaskExecution_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskExecutionInterface_GetTaskExecution_Call) RunAndReturn(run func(context.Context, *admin.TaskExecutionGetRequest) (*admin.TaskExecution, error)) *TaskExecutionInterface_GetTaskExecution_Call
type TaskExecutionInterface_ListTaskExecutions_Call ¶ added in v1.15.0
TaskExecutionInterface_ListTaskExecutions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTaskExecutions'
func (*TaskExecutionInterface_ListTaskExecutions_Call) Return ¶ added in v1.15.0
func (_c *TaskExecutionInterface_ListTaskExecutions_Call) Return(_a0 *admin.TaskExecutionList, _a1 error) *TaskExecutionInterface_ListTaskExecutions_Call
func (*TaskExecutionInterface_ListTaskExecutions_Call) Run ¶ added in v1.15.0
func (_c *TaskExecutionInterface_ListTaskExecutions_Call) Run(run func(ctx context.Context, request *admin.TaskExecutionListRequest)) *TaskExecutionInterface_ListTaskExecutions_Call
func (*TaskExecutionInterface_ListTaskExecutions_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskExecutionInterface_ListTaskExecutions_Call) RunAndReturn(run func(context.Context, *admin.TaskExecutionListRequest) (*admin.TaskExecutionList, error)) *TaskExecutionInterface_ListTaskExecutions_Call
type TaskInterface ¶ added in v1.15.0
TaskInterface is an autogenerated mock type for the TaskInterface type
func NewTaskInterface ¶ added in v1.15.0
func NewTaskInterface(t interface {
mock.TestingT
Cleanup(func())
}) *TaskInterface
NewTaskInterface creates a new instance of TaskInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*TaskInterface) CreateTask ¶ added in v1.15.0
func (_m *TaskInterface) CreateTask(ctx context.Context, request *admin.TaskCreateRequest) (*admin.TaskCreateResponse, error)
CreateTask provides a mock function with given fields: ctx, request
func (*TaskInterface) EXPECT ¶ added in v1.15.0
func (_m *TaskInterface) EXPECT() *TaskInterface_Expecter
func (*TaskInterface) GetTask ¶ added in v1.15.0
func (_m *TaskInterface) GetTask(ctx context.Context, request *admin.ObjectGetRequest) (*admin.Task, error)
GetTask provides a mock function with given fields: ctx, request
func (*TaskInterface) ListTasks ¶ added in v1.15.0
func (_m *TaskInterface) ListTasks(ctx context.Context, request *admin.ResourceListRequest) (*admin.TaskList, error)
ListTasks provides a mock function with given fields: ctx, request
func (*TaskInterface) ListUniqueTaskIdentifiers ¶ added in v1.15.0
func (_m *TaskInterface) ListUniqueTaskIdentifiers(ctx context.Context, request *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
ListUniqueTaskIdentifiers provides a mock function with given fields: ctx, request
type TaskInterface_CreateTask_Call ¶ added in v1.15.0
TaskInterface_CreateTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateTask'
func (*TaskInterface_CreateTask_Call) Return ¶ added in v1.15.0
func (_c *TaskInterface_CreateTask_Call) Return(_a0 *admin.TaskCreateResponse, _a1 error) *TaskInterface_CreateTask_Call
func (*TaskInterface_CreateTask_Call) Run ¶ added in v1.15.0
func (_c *TaskInterface_CreateTask_Call) Run(run func(ctx context.Context, request *admin.TaskCreateRequest)) *TaskInterface_CreateTask_Call
func (*TaskInterface_CreateTask_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskInterface_CreateTask_Call) RunAndReturn(run func(context.Context, *admin.TaskCreateRequest) (*admin.TaskCreateResponse, error)) *TaskInterface_CreateTask_Call
type TaskInterface_Expecter ¶ added in v1.15.0
type TaskInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*TaskInterface_Expecter) CreateTask ¶ added in v1.15.0
func (_e *TaskInterface_Expecter) CreateTask(ctx interface{}, request interface{}) *TaskInterface_CreateTask_Call
CreateTask is a helper method to define mock.On call
- ctx context.Context
- request *admin.TaskCreateRequest
func (*TaskInterface_Expecter) GetTask ¶ added in v1.15.0
func (_e *TaskInterface_Expecter) GetTask(ctx interface{}, request interface{}) *TaskInterface_GetTask_Call
GetTask is a helper method to define mock.On call
- ctx context.Context
- request *admin.ObjectGetRequest
func (*TaskInterface_Expecter) ListTasks ¶ added in v1.15.0
func (_e *TaskInterface_Expecter) ListTasks(ctx interface{}, request interface{}) *TaskInterface_ListTasks_Call
ListTasks is a helper method to define mock.On call
- ctx context.Context
- request *admin.ResourceListRequest
func (*TaskInterface_Expecter) ListUniqueTaskIdentifiers ¶ added in v1.15.0
func (_e *TaskInterface_Expecter) ListUniqueTaskIdentifiers(ctx interface{}, request interface{}) *TaskInterface_ListUniqueTaskIdentifiers_Call
ListUniqueTaskIdentifiers is a helper method to define mock.On call
- ctx context.Context
- request *admin.NamedEntityIdentifierListRequest
type TaskInterface_GetTask_Call ¶ added in v1.15.0
TaskInterface_GetTask_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetTask'
func (*TaskInterface_GetTask_Call) Return ¶ added in v1.15.0
func (_c *TaskInterface_GetTask_Call) Return(_a0 *admin.Task, _a1 error) *TaskInterface_GetTask_Call
func (*TaskInterface_GetTask_Call) Run ¶ added in v1.15.0
func (_c *TaskInterface_GetTask_Call) Run(run func(ctx context.Context, request *admin.ObjectGetRequest)) *TaskInterface_GetTask_Call
func (*TaskInterface_GetTask_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskInterface_GetTask_Call) RunAndReturn(run func(context.Context, *admin.ObjectGetRequest) (*admin.Task, error)) *TaskInterface_GetTask_Call
type TaskInterface_ListTasks_Call ¶ added in v1.15.0
TaskInterface_ListTasks_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTasks'
func (*TaskInterface_ListTasks_Call) Return ¶ added in v1.15.0
func (_c *TaskInterface_ListTasks_Call) Return(_a0 *admin.TaskList, _a1 error) *TaskInterface_ListTasks_Call
func (*TaskInterface_ListTasks_Call) Run ¶ added in v1.15.0
func (_c *TaskInterface_ListTasks_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *TaskInterface_ListTasks_Call
func (*TaskInterface_ListTasks_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskInterface_ListTasks_Call) RunAndReturn(run func(context.Context, *admin.ResourceListRequest) (*admin.TaskList, error)) *TaskInterface_ListTasks_Call
type TaskInterface_ListUniqueTaskIdentifiers_Call ¶ added in v1.15.0
TaskInterface_ListUniqueTaskIdentifiers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUniqueTaskIdentifiers'
func (*TaskInterface_ListUniqueTaskIdentifiers_Call) Return ¶ added in v1.15.0
func (_c *TaskInterface_ListUniqueTaskIdentifiers_Call) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *TaskInterface_ListUniqueTaskIdentifiers_Call
func (*TaskInterface_ListUniqueTaskIdentifiers_Call) Run ¶ added in v1.15.0
func (_c *TaskInterface_ListUniqueTaskIdentifiers_Call) Run(run func(ctx context.Context, request *admin.NamedEntityIdentifierListRequest)) *TaskInterface_ListUniqueTaskIdentifiers_Call
func (*TaskInterface_ListUniqueTaskIdentifiers_Call) RunAndReturn ¶ added in v1.15.0
func (_c *TaskInterface_ListUniqueTaskIdentifiers_Call) RunAndReturn(run func(context.Context, *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)) *TaskInterface_ListUniqueTaskIdentifiers_Call
type VersionInterface ¶
VersionInterface is an autogenerated mock type for the VersionInterface type
func NewVersionInterface ¶ added in v1.15.0
func NewVersionInterface(t interface {
mock.TestingT
Cleanup(func())
}) *VersionInterface
NewVersionInterface creates a new instance of VersionInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*VersionInterface) EXPECT ¶ added in v1.15.0
func (_m *VersionInterface) EXPECT() *VersionInterface_Expecter
func (*VersionInterface) GetVersion ¶
func (_m *VersionInterface) GetVersion(ctx context.Context, r *admin.GetVersionRequest) (*admin.GetVersionResponse, error)
GetVersion provides a mock function with given fields: ctx, r
type VersionInterface_Expecter ¶ added in v1.15.0
type VersionInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*VersionInterface_Expecter) GetVersion ¶ added in v1.15.0
func (_e *VersionInterface_Expecter) GetVersion(ctx interface{}, r interface{}) *VersionInterface_GetVersion_Call
GetVersion is a helper method to define mock.On call
- ctx context.Context
- r *admin.GetVersionRequest
type VersionInterface_GetVersion_Call ¶ added in v1.15.0
VersionInterface_GetVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetVersion'
func (*VersionInterface_GetVersion_Call) Return ¶ added in v1.15.0
func (_c *VersionInterface_GetVersion_Call) Return(_a0 *admin.GetVersionResponse, _a1 error) *VersionInterface_GetVersion_Call
func (*VersionInterface_GetVersion_Call) Run ¶ added in v1.15.0
func (_c *VersionInterface_GetVersion_Call) Run(run func(ctx context.Context, r *admin.GetVersionRequest)) *VersionInterface_GetVersion_Call
func (*VersionInterface_GetVersion_Call) RunAndReturn ¶ added in v1.15.0
func (_c *VersionInterface_GetVersion_Call) RunAndReturn(run func(context.Context, *admin.GetVersionRequest) (*admin.GetVersionResponse, error)) *VersionInterface_GetVersion_Call
type WorkflowInterface ¶ added in v1.15.0
WorkflowInterface is an autogenerated mock type for the WorkflowInterface type
func NewWorkflowInterface ¶ added in v1.15.0
func NewWorkflowInterface(t interface {
mock.TestingT
Cleanup(func())
}) *WorkflowInterface
NewWorkflowInterface creates a new instance of WorkflowInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*WorkflowInterface) CreateWorkflow ¶ added in v1.15.0
func (_m *WorkflowInterface) CreateWorkflow(ctx context.Context, request *admin.WorkflowCreateRequest) (*admin.WorkflowCreateResponse, error)
CreateWorkflow provides a mock function with given fields: ctx, request
func (*WorkflowInterface) EXPECT ¶ added in v1.15.0
func (_m *WorkflowInterface) EXPECT() *WorkflowInterface_Expecter
func (*WorkflowInterface) GetWorkflow ¶ added in v1.15.0
func (_m *WorkflowInterface) GetWorkflow(ctx context.Context, request *admin.ObjectGetRequest) (*admin.Workflow, error)
GetWorkflow provides a mock function with given fields: ctx, request
func (*WorkflowInterface) ListWorkflowIdentifiers ¶ added in v1.15.0
func (_m *WorkflowInterface) ListWorkflowIdentifiers(ctx context.Context, request *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
ListWorkflowIdentifiers provides a mock function with given fields: ctx, request
func (*WorkflowInterface) ListWorkflows ¶ added in v1.15.0
func (_m *WorkflowInterface) ListWorkflows(ctx context.Context, request *admin.ResourceListRequest) (*admin.WorkflowList, error)
ListWorkflows provides a mock function with given fields: ctx, request
type WorkflowInterface_CreateWorkflow_Call ¶ added in v1.15.0
WorkflowInterface_CreateWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateWorkflow'
func (*WorkflowInterface_CreateWorkflow_Call) Return ¶ added in v1.15.0
func (_c *WorkflowInterface_CreateWorkflow_Call) Return(_a0 *admin.WorkflowCreateResponse, _a1 error) *WorkflowInterface_CreateWorkflow_Call
func (*WorkflowInterface_CreateWorkflow_Call) Run ¶ added in v1.15.0
func (_c *WorkflowInterface_CreateWorkflow_Call) Run(run func(ctx context.Context, request *admin.WorkflowCreateRequest)) *WorkflowInterface_CreateWorkflow_Call
func (*WorkflowInterface_CreateWorkflow_Call) RunAndReturn ¶ added in v1.15.0
func (_c *WorkflowInterface_CreateWorkflow_Call) RunAndReturn(run func(context.Context, *admin.WorkflowCreateRequest) (*admin.WorkflowCreateResponse, error)) *WorkflowInterface_CreateWorkflow_Call
type WorkflowInterface_Expecter ¶ added in v1.15.0
type WorkflowInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*WorkflowInterface_Expecter) CreateWorkflow ¶ added in v1.15.0
func (_e *WorkflowInterface_Expecter) CreateWorkflow(ctx interface{}, request interface{}) *WorkflowInterface_CreateWorkflow_Call
CreateWorkflow is a helper method to define mock.On call
- ctx context.Context
- request *admin.WorkflowCreateRequest
func (*WorkflowInterface_Expecter) GetWorkflow ¶ added in v1.15.0
func (_e *WorkflowInterface_Expecter) GetWorkflow(ctx interface{}, request interface{}) *WorkflowInterface_GetWorkflow_Call
GetWorkflow is a helper method to define mock.On call
- ctx context.Context
- request *admin.ObjectGetRequest
func (*WorkflowInterface_Expecter) ListWorkflowIdentifiers ¶ added in v1.15.0
func (_e *WorkflowInterface_Expecter) ListWorkflowIdentifiers(ctx interface{}, request interface{}) *WorkflowInterface_ListWorkflowIdentifiers_Call
ListWorkflowIdentifiers is a helper method to define mock.On call
- ctx context.Context
- request *admin.NamedEntityIdentifierListRequest
func (*WorkflowInterface_Expecter) ListWorkflows ¶ added in v1.15.0
func (_e *WorkflowInterface_Expecter) ListWorkflows(ctx interface{}, request interface{}) *WorkflowInterface_ListWorkflows_Call
ListWorkflows is a helper method to define mock.On call
- ctx context.Context
- request *admin.ResourceListRequest
type WorkflowInterface_GetWorkflow_Call ¶ added in v1.15.0
WorkflowInterface_GetWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetWorkflow'
func (*WorkflowInterface_GetWorkflow_Call) Return ¶ added in v1.15.0
func (_c *WorkflowInterface_GetWorkflow_Call) Return(_a0 *admin.Workflow, _a1 error) *WorkflowInterface_GetWorkflow_Call
func (*WorkflowInterface_GetWorkflow_Call) Run ¶ added in v1.15.0
func (_c *WorkflowInterface_GetWorkflow_Call) Run(run func(ctx context.Context, request *admin.ObjectGetRequest)) *WorkflowInterface_GetWorkflow_Call
func (*WorkflowInterface_GetWorkflow_Call) RunAndReturn ¶ added in v1.15.0
func (_c *WorkflowInterface_GetWorkflow_Call) RunAndReturn(run func(context.Context, *admin.ObjectGetRequest) (*admin.Workflow, error)) *WorkflowInterface_GetWorkflow_Call
type WorkflowInterface_ListWorkflowIdentifiers_Call ¶ added in v1.15.0
WorkflowInterface_ListWorkflowIdentifiers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflowIdentifiers'
func (*WorkflowInterface_ListWorkflowIdentifiers_Call) Return ¶ added in v1.15.0
func (_c *WorkflowInterface_ListWorkflowIdentifiers_Call) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *WorkflowInterface_ListWorkflowIdentifiers_Call
func (*WorkflowInterface_ListWorkflowIdentifiers_Call) Run ¶ added in v1.15.0
func (_c *WorkflowInterface_ListWorkflowIdentifiers_Call) Run(run func(ctx context.Context, request *admin.NamedEntityIdentifierListRequest)) *WorkflowInterface_ListWorkflowIdentifiers_Call
func (*WorkflowInterface_ListWorkflowIdentifiers_Call) RunAndReturn ¶ added in v1.15.0
func (_c *WorkflowInterface_ListWorkflowIdentifiers_Call) RunAndReturn(run func(context.Context, *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)) *WorkflowInterface_ListWorkflowIdentifiers_Call
type WorkflowInterface_ListWorkflows_Call ¶ added in v1.15.0
WorkflowInterface_ListWorkflows_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListWorkflows'
func (*WorkflowInterface_ListWorkflows_Call) Return ¶ added in v1.15.0
func (_c *WorkflowInterface_ListWorkflows_Call) Return(_a0 *admin.WorkflowList, _a1 error) *WorkflowInterface_ListWorkflows_Call
func (*WorkflowInterface_ListWorkflows_Call) Run ¶ added in v1.15.0
func (_c *WorkflowInterface_ListWorkflows_Call) Run(run func(ctx context.Context, request *admin.ResourceListRequest)) *WorkflowInterface_ListWorkflows_Call
func (*WorkflowInterface_ListWorkflows_Call) RunAndReturn ¶ added in v1.15.0
func (_c *WorkflowInterface_ListWorkflows_Call) RunAndReturn(run func(context.Context, *admin.ResourceListRequest) (*admin.WorkflowList, error)) *WorkflowInterface_ListWorkflows_Call