mocks

package
v0.18.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminServiceClient

type AdminServiceClient struct {
	mock.Mock
}

AdminServiceClient is an autogenerated mock type for the AdminServiceClient type

func (*AdminServiceClient) CreateExecution

CreateExecution provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) CreateLaunchPlan

CreateLaunchPlan provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) CreateNodeEvent

CreateNodeEvent provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) CreateTask

CreateTask provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) CreateTaskEvent

CreateTaskEvent provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) CreateWorkflow

CreateWorkflow provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) CreateWorkflowEvent

CreateWorkflowEvent provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) DeleteProjectDomainAttributes added in v0.4.20

DeleteProjectDomainAttributes provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) DeleteWorkflowAttributes added in v0.4.20

DeleteWorkflowAttributes provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetActiveLaunchPlan added in v0.1.1

func (_m *AdminServiceClient) GetActiveLaunchPlan(ctx context.Context, in *admin.ActiveLaunchPlanRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error)

GetActiveLaunchPlan provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetExecution

GetExecution provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetExecutionData

GetExecutionData provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetLaunchPlan

func (_m *AdminServiceClient) GetLaunchPlan(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error)

GetLaunchPlan provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetNamedEntity added in v0.4.20

GetNamedEntity provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetNodeExecution

GetNodeExecution provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetNodeExecutionData

GetNodeExecutionData provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetProjectDomainAttributes added in v0.4.20

GetProjectDomainAttributes provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetTask

GetTask provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetTaskExecution

GetTaskExecution provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetTaskExecutionData

GetTaskExecutionData provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetWorkflow

func (_m *AdminServiceClient) GetWorkflow(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.Workflow, error)

GetWorkflow provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) GetWorkflowAttributes added in v0.4.20

GetWorkflowAttributes provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListActiveLaunchPlans added in v0.1.1

ListActiveLaunchPlans provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListExecutions

ListExecutions provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListLaunchPlanIds

ListLaunchPlanIds provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListLaunchPlans

ListLaunchPlans provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListMatchableAttributes added in v0.4.20

ListMatchableAttributes provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListNamedEntities added in v0.4.20

ListNamedEntities provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListNodeExecutions

ListNodeExecutions provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListNodeExecutionsForTask

ListNodeExecutionsForTask provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListProjects

func (_m *AdminServiceClient) ListProjects(ctx context.Context, in *admin.ProjectListRequest, opts ...grpc.CallOption) (*admin.Projects, error)

ListProjects provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListTaskExecutions

ListTaskExecutions provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListTaskIds

ListTaskIds provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListTasks

ListTasks provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListWorkflowIds

ListWorkflowIds provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) ListWorkflows

ListWorkflows provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) OnCreateExecution added in v0.4.20

func (*AdminServiceClient) OnCreateExecutionMatch added in v0.4.20

func (_m *AdminServiceClient) OnCreateExecutionMatch(matchers ...interface{}) *AdminServiceClient_CreateExecution

func (*AdminServiceClient) OnCreateLaunchPlan added in v0.4.20

func (*AdminServiceClient) OnCreateLaunchPlanMatch added in v0.4.20

func (_m *AdminServiceClient) OnCreateLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_CreateLaunchPlan

func (*AdminServiceClient) OnCreateNodeEvent added in v0.4.20

func (*AdminServiceClient) OnCreateNodeEventMatch added in v0.4.20

func (_m *AdminServiceClient) OnCreateNodeEventMatch(matchers ...interface{}) *AdminServiceClient_CreateNodeEvent

func (*AdminServiceClient) OnCreateTask added in v0.4.20

func (*AdminServiceClient) OnCreateTaskEvent added in v0.4.20

func (*AdminServiceClient) OnCreateTaskEventMatch added in v0.4.20

func (_m *AdminServiceClient) OnCreateTaskEventMatch(matchers ...interface{}) *AdminServiceClient_CreateTaskEvent

func (*AdminServiceClient) OnCreateTaskMatch added in v0.4.20

func (_m *AdminServiceClient) OnCreateTaskMatch(matchers ...interface{}) *AdminServiceClient_CreateTask

func (*AdminServiceClient) OnCreateWorkflow added in v0.4.20

func (*AdminServiceClient) OnCreateWorkflowEvent added in v0.4.20

func (*AdminServiceClient) OnCreateWorkflowEventMatch added in v0.4.20

func (_m *AdminServiceClient) OnCreateWorkflowEventMatch(matchers ...interface{}) *AdminServiceClient_CreateWorkflowEvent

func (*AdminServiceClient) OnCreateWorkflowMatch added in v0.4.20

func (_m *AdminServiceClient) OnCreateWorkflowMatch(matchers ...interface{}) *AdminServiceClient_CreateWorkflow

func (*AdminServiceClient) OnDeleteProjectDomainAttributes added in v0.4.20

func (*AdminServiceClient) OnDeleteProjectDomainAttributesMatch added in v0.4.20

func (_m *AdminServiceClient) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_DeleteProjectDomainAttributes

func (*AdminServiceClient) OnDeleteWorkflowAttributes added in v0.4.20

func (*AdminServiceClient) OnDeleteWorkflowAttributesMatch added in v0.4.20

func (_m *AdminServiceClient) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_DeleteWorkflowAttributes

func (*AdminServiceClient) OnGetActiveLaunchPlan added in v0.4.20

func (*AdminServiceClient) OnGetActiveLaunchPlanMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetActiveLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_GetActiveLaunchPlan

func (*AdminServiceClient) OnGetExecution added in v0.4.20

func (*AdminServiceClient) OnGetExecutionData added in v0.4.20

func (*AdminServiceClient) OnGetExecutionDataMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetExecutionData

func (*AdminServiceClient) OnGetExecutionMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetExecution

func (*AdminServiceClient) OnGetLaunchPlan added in v0.4.20

func (*AdminServiceClient) OnGetLaunchPlanMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_GetLaunchPlan

func (*AdminServiceClient) OnGetNamedEntity added in v0.4.20

func (*AdminServiceClient) OnGetNamedEntityMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetNamedEntityMatch(matchers ...interface{}) *AdminServiceClient_GetNamedEntity

func (*AdminServiceClient) OnGetNodeExecution added in v0.4.20

func (*AdminServiceClient) OnGetNodeExecutionData added in v0.4.20

func (*AdminServiceClient) OnGetNodeExecutionDataMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetNodeExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetNodeExecutionData

func (*AdminServiceClient) OnGetNodeExecutionMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetNodeExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetNodeExecution

func (*AdminServiceClient) OnGetProjectDomainAttributes added in v0.4.20

func (*AdminServiceClient) OnGetProjectDomainAttributesMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_GetProjectDomainAttributes

func (*AdminServiceClient) OnGetTask added in v0.4.20

func (*AdminServiceClient) OnGetTaskExecution added in v0.4.20

func (*AdminServiceClient) OnGetTaskExecutionData added in v0.4.20

func (*AdminServiceClient) OnGetTaskExecutionDataMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetTaskExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetTaskExecutionData

func (*AdminServiceClient) OnGetTaskExecutionMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetTaskExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetTaskExecution

func (*AdminServiceClient) OnGetTaskMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetTaskMatch(matchers ...interface{}) *AdminServiceClient_GetTask

func (*AdminServiceClient) OnGetWorkflow added in v0.4.20

func (*AdminServiceClient) OnGetWorkflowAttributes added in v0.4.20

func (*AdminServiceClient) OnGetWorkflowAttributesMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_GetWorkflowAttributes

func (*AdminServiceClient) OnGetWorkflowMatch added in v0.4.20

func (_m *AdminServiceClient) OnGetWorkflowMatch(matchers ...interface{}) *AdminServiceClient_GetWorkflow

func (*AdminServiceClient) OnListActiveLaunchPlans added in v0.4.20

func (*AdminServiceClient) OnListActiveLaunchPlansMatch added in v0.4.20

func (_m *AdminServiceClient) OnListActiveLaunchPlansMatch(matchers ...interface{}) *AdminServiceClient_ListActiveLaunchPlans

func (*AdminServiceClient) OnListExecutions added in v0.4.20

func (*AdminServiceClient) OnListExecutionsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListExecutions

func (*AdminServiceClient) OnListLaunchPlanIds added in v0.4.20

func (*AdminServiceClient) OnListLaunchPlanIdsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListLaunchPlanIdsMatch(matchers ...interface{}) *AdminServiceClient_ListLaunchPlanIds

func (*AdminServiceClient) OnListLaunchPlans added in v0.4.20

func (*AdminServiceClient) OnListLaunchPlansMatch added in v0.4.20

func (_m *AdminServiceClient) OnListLaunchPlansMatch(matchers ...interface{}) *AdminServiceClient_ListLaunchPlans

func (*AdminServiceClient) OnListMatchableAttributes added in v0.4.20

func (*AdminServiceClient) OnListMatchableAttributesMatch added in v0.4.20

func (_m *AdminServiceClient) OnListMatchableAttributesMatch(matchers ...interface{}) *AdminServiceClient_ListMatchableAttributes

func (*AdminServiceClient) OnListNamedEntities added in v0.4.20

func (*AdminServiceClient) OnListNamedEntitiesMatch added in v0.4.20

func (_m *AdminServiceClient) OnListNamedEntitiesMatch(matchers ...interface{}) *AdminServiceClient_ListNamedEntities

func (*AdminServiceClient) OnListNodeExecutions added in v0.4.20

func (*AdminServiceClient) OnListNodeExecutionsForTask added in v0.4.20

func (*AdminServiceClient) OnListNodeExecutionsForTaskMatch added in v0.4.20

func (_m *AdminServiceClient) OnListNodeExecutionsForTaskMatch(matchers ...interface{}) *AdminServiceClient_ListNodeExecutionsForTask

func (*AdminServiceClient) OnListNodeExecutionsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListNodeExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListNodeExecutions

func (*AdminServiceClient) OnListProjects added in v0.4.20

func (*AdminServiceClient) OnListProjectsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListProjectsMatch(matchers ...interface{}) *AdminServiceClient_ListProjects

func (*AdminServiceClient) OnListTaskExecutions added in v0.4.20

func (*AdminServiceClient) OnListTaskExecutionsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListTaskExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListTaskExecutions

func (*AdminServiceClient) OnListTaskIds added in v0.4.20

func (*AdminServiceClient) OnListTaskIdsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListTaskIdsMatch(matchers ...interface{}) *AdminServiceClient_ListTaskIds

func (*AdminServiceClient) OnListTasks added in v0.4.20

func (*AdminServiceClient) OnListTasksMatch added in v0.4.20

func (_m *AdminServiceClient) OnListTasksMatch(matchers ...interface{}) *AdminServiceClient_ListTasks

func (*AdminServiceClient) OnListWorkflowIds added in v0.4.20

func (*AdminServiceClient) OnListWorkflowIdsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListWorkflowIdsMatch(matchers ...interface{}) *AdminServiceClient_ListWorkflowIds

func (*AdminServiceClient) OnListWorkflows added in v0.4.20

func (*AdminServiceClient) OnListWorkflowsMatch added in v0.4.20

func (_m *AdminServiceClient) OnListWorkflowsMatch(matchers ...interface{}) *AdminServiceClient_ListWorkflows

func (*AdminServiceClient) OnRegisterProject added in v0.4.20

func (*AdminServiceClient) OnRegisterProjectMatch added in v0.4.20

func (_m *AdminServiceClient) OnRegisterProjectMatch(matchers ...interface{}) *AdminServiceClient_RegisterProject

func (*AdminServiceClient) OnRelaunchExecution added in v0.4.20

func (*AdminServiceClient) OnRelaunchExecutionMatch added in v0.4.20

func (_m *AdminServiceClient) OnRelaunchExecutionMatch(matchers ...interface{}) *AdminServiceClient_RelaunchExecution

func (*AdminServiceClient) OnTerminateExecution added in v0.4.20

func (*AdminServiceClient) OnTerminateExecutionMatch added in v0.4.20

func (_m *AdminServiceClient) OnTerminateExecutionMatch(matchers ...interface{}) *AdminServiceClient_TerminateExecution

func (*AdminServiceClient) OnUpdateLaunchPlan added in v0.4.20

func (*AdminServiceClient) OnUpdateLaunchPlanMatch added in v0.4.20

func (_m *AdminServiceClient) OnUpdateLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_UpdateLaunchPlan

func (*AdminServiceClient) OnUpdateNamedEntity added in v0.4.20

func (*AdminServiceClient) OnUpdateNamedEntityMatch added in v0.4.20

func (_m *AdminServiceClient) OnUpdateNamedEntityMatch(matchers ...interface{}) *AdminServiceClient_UpdateNamedEntity

func (*AdminServiceClient) OnUpdateProject added in v0.18.3

func (*AdminServiceClient) OnUpdateProjectDomainAttributes added in v0.4.20

func (*AdminServiceClient) OnUpdateProjectDomainAttributesMatch added in v0.4.20

func (_m *AdminServiceClient) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_UpdateProjectDomainAttributes

func (*AdminServiceClient) OnUpdateProjectMatch added in v0.18.3

func (_m *AdminServiceClient) OnUpdateProjectMatch(matchers ...interface{}) *AdminServiceClient_UpdateProject

func (*AdminServiceClient) OnUpdateWorkflowAttributes added in v0.4.20

func (*AdminServiceClient) OnUpdateWorkflowAttributesMatch added in v0.4.20

func (_m *AdminServiceClient) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_UpdateWorkflowAttributes

func (*AdminServiceClient) RegisterProject

RegisterProject provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) RelaunchExecution

RelaunchExecution provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) TerminateExecution

TerminateExecution provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) UpdateLaunchPlan

UpdateLaunchPlan provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) UpdateNamedEntity added in v0.4.20

UpdateNamedEntity provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) UpdateProject added in v0.18.3

UpdateProject provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) UpdateProjectDomainAttributes added in v0.4.20

UpdateProjectDomainAttributes provides a mock function with given fields: ctx, in, opts

func (*AdminServiceClient) UpdateWorkflowAttributes added in v0.4.20

UpdateWorkflowAttributes provides a mock function with given fields: ctx, in, opts

type AdminServiceClient_CreateExecution added in v0.4.20

type AdminServiceClient_CreateExecution struct {
	*mock.Call
}

func (AdminServiceClient_CreateExecution) Return added in v0.4.20

type AdminServiceClient_CreateLaunchPlan added in v0.4.20

type AdminServiceClient_CreateLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_CreateLaunchPlan) Return added in v0.4.20

type AdminServiceClient_CreateNodeEvent added in v0.4.20

type AdminServiceClient_CreateNodeEvent struct {
	*mock.Call
}

func (AdminServiceClient_CreateNodeEvent) Return added in v0.4.20

type AdminServiceClient_CreateTask added in v0.4.20

type AdminServiceClient_CreateTask struct {
	*mock.Call
}

func (AdminServiceClient_CreateTask) Return added in v0.4.20

type AdminServiceClient_CreateTaskEvent added in v0.4.20

type AdminServiceClient_CreateTaskEvent struct {
	*mock.Call
}

func (AdminServiceClient_CreateTaskEvent) Return added in v0.4.20

type AdminServiceClient_CreateWorkflow added in v0.4.20

type AdminServiceClient_CreateWorkflow struct {
	*mock.Call
}

func (AdminServiceClient_CreateWorkflow) Return added in v0.4.20

type AdminServiceClient_CreateWorkflowEvent added in v0.4.20

type AdminServiceClient_CreateWorkflowEvent struct {
	*mock.Call
}

func (AdminServiceClient_CreateWorkflowEvent) Return added in v0.4.20

type AdminServiceClient_DeleteProjectDomainAttributes added in v0.4.20

type AdminServiceClient_DeleteProjectDomainAttributes struct {
	*mock.Call
}

func (AdminServiceClient_DeleteProjectDomainAttributes) Return added in v0.4.20

type AdminServiceClient_DeleteWorkflowAttributes added in v0.4.20

type AdminServiceClient_DeleteWorkflowAttributes struct {
	*mock.Call
}

func (AdminServiceClient_DeleteWorkflowAttributes) Return added in v0.4.20

type AdminServiceClient_GetActiveLaunchPlan added in v0.4.20

type AdminServiceClient_GetActiveLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_GetActiveLaunchPlan) Return added in v0.4.20

type AdminServiceClient_GetExecution added in v0.4.20

type AdminServiceClient_GetExecution struct {
	*mock.Call
}

func (AdminServiceClient_GetExecution) Return added in v0.4.20

type AdminServiceClient_GetExecutionData added in v0.4.20

type AdminServiceClient_GetExecutionData struct {
	*mock.Call
}

func (AdminServiceClient_GetExecutionData) Return added in v0.4.20

type AdminServiceClient_GetLaunchPlan added in v0.4.20

type AdminServiceClient_GetLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_GetLaunchPlan) Return added in v0.4.20

type AdminServiceClient_GetNamedEntity added in v0.4.20

type AdminServiceClient_GetNamedEntity struct {
	*mock.Call
}

func (AdminServiceClient_GetNamedEntity) Return added in v0.4.20

type AdminServiceClient_GetNodeExecution added in v0.4.20

type AdminServiceClient_GetNodeExecution struct {
	*mock.Call
}

func (AdminServiceClient_GetNodeExecution) Return added in v0.4.20

type AdminServiceClient_GetNodeExecutionData added in v0.4.20

type AdminServiceClient_GetNodeExecutionData struct {
	*mock.Call
}

func (AdminServiceClient_GetNodeExecutionData) Return added in v0.4.20

type AdminServiceClient_GetProjectDomainAttributes added in v0.4.20

type AdminServiceClient_GetProjectDomainAttributes struct {
	*mock.Call
}

func (AdminServiceClient_GetProjectDomainAttributes) Return added in v0.4.20

type AdminServiceClient_GetTask added in v0.4.20

type AdminServiceClient_GetTask struct {
	*mock.Call
}

func (AdminServiceClient_GetTask) Return added in v0.4.20

type AdminServiceClient_GetTaskExecution added in v0.4.20

type AdminServiceClient_GetTaskExecution struct {
	*mock.Call
}

func (AdminServiceClient_GetTaskExecution) Return added in v0.4.20

type AdminServiceClient_GetTaskExecutionData added in v0.4.20

type AdminServiceClient_GetTaskExecutionData struct {
	*mock.Call
}

func (AdminServiceClient_GetTaskExecutionData) Return added in v0.4.20

type AdminServiceClient_GetWorkflow added in v0.4.20

type AdminServiceClient_GetWorkflow struct {
	*mock.Call
}

func (AdminServiceClient_GetWorkflow) Return added in v0.4.20

type AdminServiceClient_GetWorkflowAttributes added in v0.4.20

type AdminServiceClient_GetWorkflowAttributes struct {
	*mock.Call
}

func (AdminServiceClient_GetWorkflowAttributes) Return added in v0.4.20

type AdminServiceClient_ListActiveLaunchPlans added in v0.4.20

type AdminServiceClient_ListActiveLaunchPlans struct {
	*mock.Call
}

func (AdminServiceClient_ListActiveLaunchPlans) Return added in v0.4.20

type AdminServiceClient_ListExecutions added in v0.4.20

type AdminServiceClient_ListExecutions struct {
	*mock.Call
}

func (AdminServiceClient_ListExecutions) Return added in v0.4.20

type AdminServiceClient_ListLaunchPlanIds added in v0.4.20

type AdminServiceClient_ListLaunchPlanIds struct {
	*mock.Call
}

func (AdminServiceClient_ListLaunchPlanIds) Return added in v0.4.20

type AdminServiceClient_ListLaunchPlans added in v0.4.20

type AdminServiceClient_ListLaunchPlans struct {
	*mock.Call
}

func (AdminServiceClient_ListLaunchPlans) Return added in v0.4.20

type AdminServiceClient_ListMatchableAttributes added in v0.4.20

type AdminServiceClient_ListMatchableAttributes struct {
	*mock.Call
}

func (AdminServiceClient_ListMatchableAttributes) Return added in v0.4.20

type AdminServiceClient_ListNamedEntities added in v0.4.20

type AdminServiceClient_ListNamedEntities struct {
	*mock.Call
}

func (AdminServiceClient_ListNamedEntities) Return added in v0.4.20

type AdminServiceClient_ListNodeExecutions added in v0.4.20

type AdminServiceClient_ListNodeExecutions struct {
	*mock.Call
}

func (AdminServiceClient_ListNodeExecutions) Return added in v0.4.20

type AdminServiceClient_ListNodeExecutionsForTask added in v0.4.20

type AdminServiceClient_ListNodeExecutionsForTask struct {
	*mock.Call
}

func (AdminServiceClient_ListNodeExecutionsForTask) Return added in v0.4.20

type AdminServiceClient_ListProjects added in v0.4.20

type AdminServiceClient_ListProjects struct {
	*mock.Call
}

func (AdminServiceClient_ListProjects) Return added in v0.4.20

type AdminServiceClient_ListTaskExecutions added in v0.4.20

type AdminServiceClient_ListTaskExecutions struct {
	*mock.Call
}

func (AdminServiceClient_ListTaskExecutions) Return added in v0.4.20

type AdminServiceClient_ListTaskIds added in v0.4.20

type AdminServiceClient_ListTaskIds struct {
	*mock.Call
}

func (AdminServiceClient_ListTaskIds) Return added in v0.4.20

type AdminServiceClient_ListTasks added in v0.4.20

type AdminServiceClient_ListTasks struct {
	*mock.Call
}

func (AdminServiceClient_ListTasks) Return added in v0.4.20

type AdminServiceClient_ListWorkflowIds added in v0.4.20

type AdminServiceClient_ListWorkflowIds struct {
	*mock.Call
}

func (AdminServiceClient_ListWorkflowIds) Return added in v0.4.20

type AdminServiceClient_ListWorkflows added in v0.4.20

type AdminServiceClient_ListWorkflows struct {
	*mock.Call
}

func (AdminServiceClient_ListWorkflows) Return added in v0.4.20

type AdminServiceClient_RegisterProject added in v0.4.20

type AdminServiceClient_RegisterProject struct {
	*mock.Call
}

func (AdminServiceClient_RegisterProject) Return added in v0.4.20

type AdminServiceClient_RelaunchExecution added in v0.4.20

type AdminServiceClient_RelaunchExecution struct {
	*mock.Call
}

func (AdminServiceClient_RelaunchExecution) Return added in v0.4.20

type AdminServiceClient_TerminateExecution added in v0.4.20

type AdminServiceClient_TerminateExecution struct {
	*mock.Call
}

func (AdminServiceClient_TerminateExecution) Return added in v0.4.20

type AdminServiceClient_UpdateLaunchPlan added in v0.4.20

type AdminServiceClient_UpdateLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_UpdateLaunchPlan) Return added in v0.4.20

type AdminServiceClient_UpdateNamedEntity added in v0.4.20

type AdminServiceClient_UpdateNamedEntity struct {
	*mock.Call
}

func (AdminServiceClient_UpdateNamedEntity) Return added in v0.4.20

type AdminServiceClient_UpdateProject added in v0.18.3

type AdminServiceClient_UpdateProject struct {
	*mock.Call
}

func (AdminServiceClient_UpdateProject) Return added in v0.18.3

type AdminServiceClient_UpdateProjectDomainAttributes added in v0.4.20

type AdminServiceClient_UpdateProjectDomainAttributes struct {
	*mock.Call
}

func (AdminServiceClient_UpdateProjectDomainAttributes) Return added in v0.4.20

type AdminServiceClient_UpdateWorkflowAttributes added in v0.4.20

type AdminServiceClient_UpdateWorkflowAttributes struct {
	*mock.Call
}

func (AdminServiceClient_UpdateWorkflowAttributes) Return added in v0.4.20

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL