mocks

package
v1.11.0 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: Apache-2.0 Imports: 7 Imported by: 1

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) DeleteProjectAttributes

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

func (*AdminServiceClient) DeleteProjectDomainAttributes

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

func (*AdminServiceClient) DeleteWorkflowAttributes

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

func (*AdminServiceClient) GetActiveLaunchPlan

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) GetDescriptionEntity

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

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

func (*AdminServiceClient) GetDynamicNodeWorkflow added in v1.10.7

GetDynamicNodeWorkflow 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) GetExecutionMetrics

GetExecutionMetrics 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

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) GetProjectAttributes

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

func (*AdminServiceClient) GetProjectDomainAttributes

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) GetVersion

GetVersion 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

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

func (*AdminServiceClient) ListActiveLaunchPlans

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

func (*AdminServiceClient) ListDescriptionEntities

ListDescriptionEntities 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

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

func (*AdminServiceClient) ListNamedEntities

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

func (*AdminServiceClient) OnCreateExecutionMatch

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

func (*AdminServiceClient) OnCreateLaunchPlan

func (*AdminServiceClient) OnCreateLaunchPlanMatch

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

func (*AdminServiceClient) OnCreateNodeEvent

func (*AdminServiceClient) OnCreateNodeEventMatch

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

func (*AdminServiceClient) OnCreateTask

func (*AdminServiceClient) OnCreateTaskEvent

func (*AdminServiceClient) OnCreateTaskEventMatch

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

func (*AdminServiceClient) OnCreateTaskMatch

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

func (*AdminServiceClient) OnCreateWorkflow

func (*AdminServiceClient) OnCreateWorkflowEventMatch

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

func (*AdminServiceClient) OnCreateWorkflowMatch

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

func (*AdminServiceClient) OnDeleteProjectAttributesMatch

func (_m *AdminServiceClient) OnDeleteProjectAttributesMatch(matchers ...interface{}) *AdminServiceClient_DeleteProjectAttributes

func (*AdminServiceClient) OnDeleteProjectDomainAttributesMatch

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

func (*AdminServiceClient) OnDeleteWorkflowAttributesMatch

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

func (*AdminServiceClient) OnGetActiveLaunchPlan

func (*AdminServiceClient) OnGetActiveLaunchPlanMatch

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

func (*AdminServiceClient) OnGetDescriptionEntity

func (*AdminServiceClient) OnGetDescriptionEntityMatch

func (_m *AdminServiceClient) OnGetDescriptionEntityMatch(matchers ...interface{}) *AdminServiceClient_GetDescriptionEntity

func (*AdminServiceClient) OnGetDynamicNodeWorkflow added in v1.10.7

func (*AdminServiceClient) OnGetDynamicNodeWorkflowMatch added in v1.10.7

func (_m *AdminServiceClient) OnGetDynamicNodeWorkflowMatch(matchers ...interface{}) *AdminServiceClient_GetDynamicNodeWorkflow

func (*AdminServiceClient) OnGetExecution

func (*AdminServiceClient) OnGetExecutionDataMatch

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

func (*AdminServiceClient) OnGetExecutionMatch

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

func (*AdminServiceClient) OnGetExecutionMetricsMatch

func (_m *AdminServiceClient) OnGetExecutionMetricsMatch(matchers ...interface{}) *AdminServiceClient_GetExecutionMetrics

func (*AdminServiceClient) OnGetLaunchPlan

func (*AdminServiceClient) OnGetLaunchPlanMatch

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

func (*AdminServiceClient) OnGetNamedEntity

func (*AdminServiceClient) OnGetNamedEntityMatch

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

func (*AdminServiceClient) OnGetNodeExecution

func (*AdminServiceClient) OnGetNodeExecutionDataMatch

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

func (*AdminServiceClient) OnGetNodeExecutionMatch

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

func (*AdminServiceClient) OnGetProjectAttributesMatch

func (_m *AdminServiceClient) OnGetProjectAttributesMatch(matchers ...interface{}) *AdminServiceClient_GetProjectAttributes

func (*AdminServiceClient) OnGetProjectDomainAttributesMatch

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

func (*AdminServiceClient) OnGetTask

func (*AdminServiceClient) OnGetTaskExecution

func (*AdminServiceClient) OnGetTaskExecutionDataMatch

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

func (*AdminServiceClient) OnGetTaskExecutionMatch

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

func (*AdminServiceClient) OnGetTaskMatch

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

func (*AdminServiceClient) OnGetVersion

func (*AdminServiceClient) OnGetVersionMatch

func (_m *AdminServiceClient) OnGetVersionMatch(matchers ...interface{}) *AdminServiceClient_GetVersion

func (*AdminServiceClient) OnGetWorkflow

func (*AdminServiceClient) OnGetWorkflowAttributesMatch

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

func (*AdminServiceClient) OnGetWorkflowMatch

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

func (*AdminServiceClient) OnListActiveLaunchPlansMatch

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

func (*AdminServiceClient) OnListDescriptionEntitiesMatch

func (_m *AdminServiceClient) OnListDescriptionEntitiesMatch(matchers ...interface{}) *AdminServiceClient_ListDescriptionEntities

func (*AdminServiceClient) OnListExecutions

func (*AdminServiceClient) OnListExecutionsMatch

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

func (*AdminServiceClient) OnListLaunchPlanIdsMatch

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

func (*AdminServiceClient) OnListLaunchPlans

func (*AdminServiceClient) OnListLaunchPlansMatch

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

func (*AdminServiceClient) OnListMatchableAttributesMatch

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

func (*AdminServiceClient) OnListNamedEntities

func (*AdminServiceClient) OnListNamedEntitiesMatch

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

func (*AdminServiceClient) OnListNodeExecutions

func (*AdminServiceClient) OnListNodeExecutionsForTaskMatch

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

func (*AdminServiceClient) OnListNodeExecutionsMatch

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

func (*AdminServiceClient) OnListProjects

func (*AdminServiceClient) OnListProjectsMatch

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

func (*AdminServiceClient) OnListTaskExecutions

func (*AdminServiceClient) OnListTaskExecutionsMatch

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

func (*AdminServiceClient) OnListTaskIdsMatch

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

func (*AdminServiceClient) OnListTasks

func (*AdminServiceClient) OnListTasksMatch

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

func (*AdminServiceClient) OnListWorkflowIdsMatch

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

func (*AdminServiceClient) OnListWorkflows

func (*AdminServiceClient) OnListWorkflowsMatch

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

func (*AdminServiceClient) OnRecoverExecution

func (*AdminServiceClient) OnRecoverExecutionMatch

func (_m *AdminServiceClient) OnRecoverExecutionMatch(matchers ...interface{}) *AdminServiceClient_RecoverExecution

func (*AdminServiceClient) OnRegisterProject

func (*AdminServiceClient) OnRegisterProjectMatch

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

func (*AdminServiceClient) OnRelaunchExecution

func (*AdminServiceClient) OnRelaunchExecutionMatch

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

func (*AdminServiceClient) OnTerminateExecution

func (*AdminServiceClient) OnTerminateExecutionMatch

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

func (*AdminServiceClient) OnUpdateExecution

func (*AdminServiceClient) OnUpdateExecutionMatch

func (_m *AdminServiceClient) OnUpdateExecutionMatch(matchers ...interface{}) *AdminServiceClient_UpdateExecution

func (*AdminServiceClient) OnUpdateLaunchPlan

func (*AdminServiceClient) OnUpdateLaunchPlanMatch

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

func (*AdminServiceClient) OnUpdateNamedEntity

func (*AdminServiceClient) OnUpdateNamedEntityMatch

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

func (*AdminServiceClient) OnUpdateProject

func (*AdminServiceClient) OnUpdateProjectAttributesMatch

func (_m *AdminServiceClient) OnUpdateProjectAttributesMatch(matchers ...interface{}) *AdminServiceClient_UpdateProjectAttributes

func (*AdminServiceClient) OnUpdateProjectDomainAttributesMatch

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

func (*AdminServiceClient) OnUpdateProjectMatch

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

func (*AdminServiceClient) OnUpdateWorkflowAttributesMatch

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

func (*AdminServiceClient) RecoverExecution

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

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) UpdateExecution

UpdateExecution 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

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

func (*AdminServiceClient) UpdateProject

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

func (*AdminServiceClient) UpdateProjectAttributes

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

func (*AdminServiceClient) UpdateProjectDomainAttributes

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

func (*AdminServiceClient) UpdateWorkflowAttributes

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

type AdminServiceClient_CreateExecution

type AdminServiceClient_CreateExecution struct {
	*mock.Call
}

func (AdminServiceClient_CreateExecution) Return

type AdminServiceClient_CreateLaunchPlan

type AdminServiceClient_CreateLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_CreateLaunchPlan) Return

type AdminServiceClient_CreateNodeEvent

type AdminServiceClient_CreateNodeEvent struct {
	*mock.Call
}

func (AdminServiceClient_CreateNodeEvent) Return

type AdminServiceClient_CreateTask

type AdminServiceClient_CreateTask struct {
	*mock.Call
}

func (AdminServiceClient_CreateTask) Return

type AdminServiceClient_CreateTaskEvent

type AdminServiceClient_CreateTaskEvent struct {
	*mock.Call
}

func (AdminServiceClient_CreateTaskEvent) Return

type AdminServiceClient_CreateWorkflow

type AdminServiceClient_CreateWorkflow struct {
	*mock.Call
}

func (AdminServiceClient_CreateWorkflow) Return

type AdminServiceClient_CreateWorkflowEvent

type AdminServiceClient_CreateWorkflowEvent struct {
	*mock.Call
}

func (AdminServiceClient_CreateWorkflowEvent) Return

type AdminServiceClient_DeleteProjectAttributes

type AdminServiceClient_DeleteProjectAttributes struct {
	*mock.Call
}

type AdminServiceClient_DeleteProjectDomainAttributes

type AdminServiceClient_DeleteProjectDomainAttributes struct {
	*mock.Call
}

type AdminServiceClient_DeleteWorkflowAttributes

type AdminServiceClient_DeleteWorkflowAttributes struct {
	*mock.Call
}

type AdminServiceClient_GetActiveLaunchPlan

type AdminServiceClient_GetActiveLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_GetActiveLaunchPlan) Return

type AdminServiceClient_GetDescriptionEntity

type AdminServiceClient_GetDescriptionEntity struct {
	*mock.Call
}

func (AdminServiceClient_GetDescriptionEntity) Return

type AdminServiceClient_GetDynamicNodeWorkflow added in v1.10.7

type AdminServiceClient_GetDynamicNodeWorkflow struct {
	*mock.Call
}

func (AdminServiceClient_GetDynamicNodeWorkflow) Return added in v1.10.7

type AdminServiceClient_GetExecution

type AdminServiceClient_GetExecution struct {
	*mock.Call
}

func (AdminServiceClient_GetExecution) Return

type AdminServiceClient_GetExecutionData

type AdminServiceClient_GetExecutionData struct {
	*mock.Call
}

func (AdminServiceClient_GetExecutionData) Return

type AdminServiceClient_GetExecutionMetrics

type AdminServiceClient_GetExecutionMetrics struct {
	*mock.Call
}

type AdminServiceClient_GetLaunchPlan

type AdminServiceClient_GetLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_GetLaunchPlan) Return

type AdminServiceClient_GetNamedEntity

type AdminServiceClient_GetNamedEntity struct {
	*mock.Call
}

func (AdminServiceClient_GetNamedEntity) Return

type AdminServiceClient_GetNodeExecution

type AdminServiceClient_GetNodeExecution struct {
	*mock.Call
}

func (AdminServiceClient_GetNodeExecution) Return

type AdminServiceClient_GetNodeExecutionData

type AdminServiceClient_GetNodeExecutionData struct {
	*mock.Call
}

func (AdminServiceClient_GetNodeExecutionData) Return

type AdminServiceClient_GetProjectAttributes

type AdminServiceClient_GetProjectAttributes struct {
	*mock.Call
}

func (AdminServiceClient_GetProjectAttributes) Return

type AdminServiceClient_GetProjectDomainAttributes

type AdminServiceClient_GetProjectDomainAttributes struct {
	*mock.Call
}

type AdminServiceClient_GetTask

type AdminServiceClient_GetTask struct {
	*mock.Call
}

func (AdminServiceClient_GetTask) Return

type AdminServiceClient_GetTaskExecution

type AdminServiceClient_GetTaskExecution struct {
	*mock.Call
}

func (AdminServiceClient_GetTaskExecution) Return

type AdminServiceClient_GetTaskExecutionData

type AdminServiceClient_GetTaskExecutionData struct {
	*mock.Call
}

func (AdminServiceClient_GetTaskExecutionData) Return

type AdminServiceClient_GetVersion

type AdminServiceClient_GetVersion struct {
	*mock.Call
}

func (AdminServiceClient_GetVersion) Return

type AdminServiceClient_GetWorkflow

type AdminServiceClient_GetWorkflow struct {
	*mock.Call
}

func (AdminServiceClient_GetWorkflow) Return

type AdminServiceClient_GetWorkflowAttributes

type AdminServiceClient_GetWorkflowAttributes struct {
	*mock.Call
}

func (AdminServiceClient_GetWorkflowAttributes) Return

type AdminServiceClient_ListActiveLaunchPlans

type AdminServiceClient_ListActiveLaunchPlans struct {
	*mock.Call
}

func (AdminServiceClient_ListActiveLaunchPlans) Return

type AdminServiceClient_ListDescriptionEntities

type AdminServiceClient_ListDescriptionEntities struct {
	*mock.Call
}

func (AdminServiceClient_ListDescriptionEntities) Return

type AdminServiceClient_ListExecutions

type AdminServiceClient_ListExecutions struct {
	*mock.Call
}

func (AdminServiceClient_ListExecutions) Return

type AdminServiceClient_ListLaunchPlanIds

type AdminServiceClient_ListLaunchPlanIds struct {
	*mock.Call
}

func (AdminServiceClient_ListLaunchPlanIds) Return

type AdminServiceClient_ListLaunchPlans

type AdminServiceClient_ListLaunchPlans struct {
	*mock.Call
}

func (AdminServiceClient_ListLaunchPlans) Return

type AdminServiceClient_ListMatchableAttributes

type AdminServiceClient_ListMatchableAttributes struct {
	*mock.Call
}

type AdminServiceClient_ListNamedEntities

type AdminServiceClient_ListNamedEntities struct {
	*mock.Call
}

func (AdminServiceClient_ListNamedEntities) Return

type AdminServiceClient_ListNodeExecutions

type AdminServiceClient_ListNodeExecutions struct {
	*mock.Call
}

func (AdminServiceClient_ListNodeExecutions) Return

type AdminServiceClient_ListNodeExecutionsForTask

type AdminServiceClient_ListNodeExecutionsForTask struct {
	*mock.Call
}

func (AdminServiceClient_ListNodeExecutionsForTask) Return

type AdminServiceClient_ListProjects

type AdminServiceClient_ListProjects struct {
	*mock.Call
}

func (AdminServiceClient_ListProjects) Return

type AdminServiceClient_ListTaskExecutions

type AdminServiceClient_ListTaskExecutions struct {
	*mock.Call
}

func (AdminServiceClient_ListTaskExecutions) Return

type AdminServiceClient_ListTaskIds

type AdminServiceClient_ListTaskIds struct {
	*mock.Call
}

func (AdminServiceClient_ListTaskIds) Return

type AdminServiceClient_ListTasks

type AdminServiceClient_ListTasks struct {
	*mock.Call
}

func (AdminServiceClient_ListTasks) Return

type AdminServiceClient_ListWorkflowIds

type AdminServiceClient_ListWorkflowIds struct {
	*mock.Call
}

func (AdminServiceClient_ListWorkflowIds) Return

type AdminServiceClient_ListWorkflows

type AdminServiceClient_ListWorkflows struct {
	*mock.Call
}

func (AdminServiceClient_ListWorkflows) Return

type AdminServiceClient_RecoverExecution

type AdminServiceClient_RecoverExecution struct {
	*mock.Call
}

func (AdminServiceClient_RecoverExecution) Return

type AdminServiceClient_RegisterProject

type AdminServiceClient_RegisterProject struct {
	*mock.Call
}

func (AdminServiceClient_RegisterProject) Return

type AdminServiceClient_RelaunchExecution

type AdminServiceClient_RelaunchExecution struct {
	*mock.Call
}

func (AdminServiceClient_RelaunchExecution) Return

type AdminServiceClient_TerminateExecution

type AdminServiceClient_TerminateExecution struct {
	*mock.Call
}

func (AdminServiceClient_TerminateExecution) Return

type AdminServiceClient_UpdateExecution

type AdminServiceClient_UpdateExecution struct {
	*mock.Call
}

func (AdminServiceClient_UpdateExecution) Return

type AdminServiceClient_UpdateLaunchPlan

type AdminServiceClient_UpdateLaunchPlan struct {
	*mock.Call
}

func (AdminServiceClient_UpdateLaunchPlan) Return

type AdminServiceClient_UpdateNamedEntity

type AdminServiceClient_UpdateNamedEntity struct {
	*mock.Call
}

func (AdminServiceClient_UpdateNamedEntity) Return

type AdminServiceClient_UpdateProject

type AdminServiceClient_UpdateProject struct {
	*mock.Call
}

func (AdminServiceClient_UpdateProject) Return

type AdminServiceClient_UpdateProjectAttributes

type AdminServiceClient_UpdateProjectAttributes struct {
	*mock.Call
}

type AdminServiceClient_UpdateProjectDomainAttributes

type AdminServiceClient_UpdateProjectDomainAttributes struct {
	*mock.Call
}

type AdminServiceClient_UpdateWorkflowAttributes

type AdminServiceClient_UpdateWorkflowAttributes struct {
	*mock.Call
}

type AdminServiceServer

type AdminServiceServer struct {
	mock.Mock
}

AdminServiceServer is an autogenerated mock type for the AdminServiceServer type

func (*AdminServiceServer) CreateExecution

CreateExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) CreateLaunchPlan

CreateLaunchPlan provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) CreateNodeEvent

CreateNodeEvent provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) CreateTask

CreateTask provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) CreateTaskEvent

CreateTaskEvent provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) CreateWorkflow

CreateWorkflow provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) CreateWorkflowEvent

CreateWorkflowEvent provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) DeleteProjectAttributes

DeleteProjectAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) DeleteProjectDomainAttributes

DeleteProjectDomainAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) DeleteWorkflowAttributes

DeleteWorkflowAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetActiveLaunchPlan

func (_m *AdminServiceServer) GetActiveLaunchPlan(_a0 context.Context, _a1 *admin.ActiveLaunchPlanRequest) (*admin.LaunchPlan, error)

GetActiveLaunchPlan provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetDescriptionEntity

func (_m *AdminServiceServer) GetDescriptionEntity(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.DescriptionEntity, error)

GetDescriptionEntity provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetDynamicNodeWorkflow added in v1.10.7

GetDynamicNodeWorkflow provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetExecution

GetExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetExecutionData

GetExecutionData provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetExecutionMetrics

GetExecutionMetrics provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetLaunchPlan

func (_m *AdminServiceServer) GetLaunchPlan(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.LaunchPlan, error)

GetLaunchPlan provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetNamedEntity

GetNamedEntity provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetNodeExecution

GetNodeExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetNodeExecutionData

GetNodeExecutionData provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetProjectAttributes

GetProjectAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetProjectDomainAttributes

GetProjectDomainAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetTask

GetTask provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetTaskExecution

GetTaskExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetTaskExecutionData

GetTaskExecutionData provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetVersion

GetVersion provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetWorkflow

GetWorkflow provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) GetWorkflowAttributes

GetWorkflowAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListActiveLaunchPlans

ListActiveLaunchPlans provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListDescriptionEntities

ListDescriptionEntities provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListExecutions

ListExecutions provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListLaunchPlanIds

ListLaunchPlanIds provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListLaunchPlans

ListLaunchPlans provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListMatchableAttributes

ListMatchableAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListNamedEntities

ListNamedEntities provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListNodeExecutions

ListNodeExecutions provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListNodeExecutionsForTask

ListNodeExecutionsForTask provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListProjects

ListProjects provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListTaskExecutions

ListTaskExecutions provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListTaskIds

ListTaskIds provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListTasks

ListTasks provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListWorkflowIds

ListWorkflowIds provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) ListWorkflows

ListWorkflows provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) OnCreateExecution

func (*AdminServiceServer) OnCreateExecutionMatch

func (_m *AdminServiceServer) OnCreateExecutionMatch(matchers ...interface{}) *AdminServiceServer_CreateExecution

func (*AdminServiceServer) OnCreateLaunchPlan

func (*AdminServiceServer) OnCreateLaunchPlanMatch

func (_m *AdminServiceServer) OnCreateLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_CreateLaunchPlan

func (*AdminServiceServer) OnCreateNodeEvent

func (*AdminServiceServer) OnCreateNodeEventMatch

func (_m *AdminServiceServer) OnCreateNodeEventMatch(matchers ...interface{}) *AdminServiceServer_CreateNodeEvent

func (*AdminServiceServer) OnCreateTask

func (*AdminServiceServer) OnCreateTaskEvent

func (*AdminServiceServer) OnCreateTaskEventMatch

func (_m *AdminServiceServer) OnCreateTaskEventMatch(matchers ...interface{}) *AdminServiceServer_CreateTaskEvent

func (*AdminServiceServer) OnCreateTaskMatch

func (_m *AdminServiceServer) OnCreateTaskMatch(matchers ...interface{}) *AdminServiceServer_CreateTask

func (*AdminServiceServer) OnCreateWorkflow

func (*AdminServiceServer) OnCreateWorkflowEventMatch

func (_m *AdminServiceServer) OnCreateWorkflowEventMatch(matchers ...interface{}) *AdminServiceServer_CreateWorkflowEvent

func (*AdminServiceServer) OnCreateWorkflowMatch

func (_m *AdminServiceServer) OnCreateWorkflowMatch(matchers ...interface{}) *AdminServiceServer_CreateWorkflow

func (*AdminServiceServer) OnDeleteProjectAttributesMatch

func (_m *AdminServiceServer) OnDeleteProjectAttributesMatch(matchers ...interface{}) *AdminServiceServer_DeleteProjectAttributes

func (*AdminServiceServer) OnDeleteProjectDomainAttributesMatch

func (_m *AdminServiceServer) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_DeleteProjectDomainAttributes

func (*AdminServiceServer) OnDeleteWorkflowAttributesMatch

func (_m *AdminServiceServer) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_DeleteWorkflowAttributes

func (*AdminServiceServer) OnGetActiveLaunchPlan

func (*AdminServiceServer) OnGetActiveLaunchPlanMatch

func (_m *AdminServiceServer) OnGetActiveLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_GetActiveLaunchPlan

func (*AdminServiceServer) OnGetDescriptionEntity

func (*AdminServiceServer) OnGetDescriptionEntityMatch

func (_m *AdminServiceServer) OnGetDescriptionEntityMatch(matchers ...interface{}) *AdminServiceServer_GetDescriptionEntity

func (*AdminServiceServer) OnGetDynamicNodeWorkflow added in v1.10.7

func (*AdminServiceServer) OnGetDynamicNodeWorkflowMatch added in v1.10.7

func (_m *AdminServiceServer) OnGetDynamicNodeWorkflowMatch(matchers ...interface{}) *AdminServiceServer_GetDynamicNodeWorkflow

func (*AdminServiceServer) OnGetExecution

func (*AdminServiceServer) OnGetExecutionDataMatch

func (_m *AdminServiceServer) OnGetExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetExecutionData

func (*AdminServiceServer) OnGetExecutionMatch

func (_m *AdminServiceServer) OnGetExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetExecution

func (*AdminServiceServer) OnGetExecutionMetricsMatch

func (_m *AdminServiceServer) OnGetExecutionMetricsMatch(matchers ...interface{}) *AdminServiceServer_GetExecutionMetrics

func (*AdminServiceServer) OnGetLaunchPlan

func (*AdminServiceServer) OnGetLaunchPlanMatch

func (_m *AdminServiceServer) OnGetLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_GetLaunchPlan

func (*AdminServiceServer) OnGetNamedEntity

func (*AdminServiceServer) OnGetNamedEntityMatch

func (_m *AdminServiceServer) OnGetNamedEntityMatch(matchers ...interface{}) *AdminServiceServer_GetNamedEntity

func (*AdminServiceServer) OnGetNodeExecution

func (*AdminServiceServer) OnGetNodeExecutionDataMatch

func (_m *AdminServiceServer) OnGetNodeExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetNodeExecutionData

func (*AdminServiceServer) OnGetNodeExecutionMatch

func (_m *AdminServiceServer) OnGetNodeExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetNodeExecution

func (*AdminServiceServer) OnGetProjectAttributesMatch

func (_m *AdminServiceServer) OnGetProjectAttributesMatch(matchers ...interface{}) *AdminServiceServer_GetProjectAttributes

func (*AdminServiceServer) OnGetProjectDomainAttributesMatch

func (_m *AdminServiceServer) OnGetProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_GetProjectDomainAttributes

func (*AdminServiceServer) OnGetTask

func (*AdminServiceServer) OnGetTaskExecution

func (*AdminServiceServer) OnGetTaskExecutionDataMatch

func (_m *AdminServiceServer) OnGetTaskExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetTaskExecutionData

func (*AdminServiceServer) OnGetTaskExecutionMatch

func (_m *AdminServiceServer) OnGetTaskExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetTaskExecution

func (*AdminServiceServer) OnGetTaskMatch

func (_m *AdminServiceServer) OnGetTaskMatch(matchers ...interface{}) *AdminServiceServer_GetTask

func (*AdminServiceServer) OnGetVersion

func (*AdminServiceServer) OnGetVersionMatch

func (_m *AdminServiceServer) OnGetVersionMatch(matchers ...interface{}) *AdminServiceServer_GetVersion

func (*AdminServiceServer) OnGetWorkflow

func (*AdminServiceServer) OnGetWorkflowAttributesMatch

func (_m *AdminServiceServer) OnGetWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_GetWorkflowAttributes

func (*AdminServiceServer) OnGetWorkflowMatch

func (_m *AdminServiceServer) OnGetWorkflowMatch(matchers ...interface{}) *AdminServiceServer_GetWorkflow

func (*AdminServiceServer) OnListActiveLaunchPlansMatch

func (_m *AdminServiceServer) OnListActiveLaunchPlansMatch(matchers ...interface{}) *AdminServiceServer_ListActiveLaunchPlans

func (*AdminServiceServer) OnListDescriptionEntitiesMatch

func (_m *AdminServiceServer) OnListDescriptionEntitiesMatch(matchers ...interface{}) *AdminServiceServer_ListDescriptionEntities

func (*AdminServiceServer) OnListExecutions

func (*AdminServiceServer) OnListExecutionsMatch

func (_m *AdminServiceServer) OnListExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListExecutions

func (*AdminServiceServer) OnListLaunchPlanIdsMatch

func (_m *AdminServiceServer) OnListLaunchPlanIdsMatch(matchers ...interface{}) *AdminServiceServer_ListLaunchPlanIds

func (*AdminServiceServer) OnListLaunchPlans

func (*AdminServiceServer) OnListLaunchPlansMatch

func (_m *AdminServiceServer) OnListLaunchPlansMatch(matchers ...interface{}) *AdminServiceServer_ListLaunchPlans

func (*AdminServiceServer) OnListMatchableAttributesMatch

func (_m *AdminServiceServer) OnListMatchableAttributesMatch(matchers ...interface{}) *AdminServiceServer_ListMatchableAttributes

func (*AdminServiceServer) OnListNamedEntities

func (*AdminServiceServer) OnListNamedEntitiesMatch

func (_m *AdminServiceServer) OnListNamedEntitiesMatch(matchers ...interface{}) *AdminServiceServer_ListNamedEntities

func (*AdminServiceServer) OnListNodeExecutions

func (*AdminServiceServer) OnListNodeExecutionsForTaskMatch

func (_m *AdminServiceServer) OnListNodeExecutionsForTaskMatch(matchers ...interface{}) *AdminServiceServer_ListNodeExecutionsForTask

func (*AdminServiceServer) OnListNodeExecutionsMatch

func (_m *AdminServiceServer) OnListNodeExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListNodeExecutions

func (*AdminServiceServer) OnListProjects

func (*AdminServiceServer) OnListProjectsMatch

func (_m *AdminServiceServer) OnListProjectsMatch(matchers ...interface{}) *AdminServiceServer_ListProjects

func (*AdminServiceServer) OnListTaskExecutions

func (*AdminServiceServer) OnListTaskExecutionsMatch

func (_m *AdminServiceServer) OnListTaskExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListTaskExecutions

func (*AdminServiceServer) OnListTaskIdsMatch

func (_m *AdminServiceServer) OnListTaskIdsMatch(matchers ...interface{}) *AdminServiceServer_ListTaskIds

func (*AdminServiceServer) OnListTasks

func (*AdminServiceServer) OnListTasksMatch

func (_m *AdminServiceServer) OnListTasksMatch(matchers ...interface{}) *AdminServiceServer_ListTasks

func (*AdminServiceServer) OnListWorkflowIdsMatch

func (_m *AdminServiceServer) OnListWorkflowIdsMatch(matchers ...interface{}) *AdminServiceServer_ListWorkflowIds

func (*AdminServiceServer) OnListWorkflows

func (*AdminServiceServer) OnListWorkflowsMatch

func (_m *AdminServiceServer) OnListWorkflowsMatch(matchers ...interface{}) *AdminServiceServer_ListWorkflows

func (*AdminServiceServer) OnRecoverExecution

func (*AdminServiceServer) OnRecoverExecutionMatch

func (_m *AdminServiceServer) OnRecoverExecutionMatch(matchers ...interface{}) *AdminServiceServer_RecoverExecution

func (*AdminServiceServer) OnRegisterProject

func (*AdminServiceServer) OnRegisterProjectMatch

func (_m *AdminServiceServer) OnRegisterProjectMatch(matchers ...interface{}) *AdminServiceServer_RegisterProject

func (*AdminServiceServer) OnRelaunchExecution

func (*AdminServiceServer) OnRelaunchExecutionMatch

func (_m *AdminServiceServer) OnRelaunchExecutionMatch(matchers ...interface{}) *AdminServiceServer_RelaunchExecution

func (*AdminServiceServer) OnTerminateExecutionMatch

func (_m *AdminServiceServer) OnTerminateExecutionMatch(matchers ...interface{}) *AdminServiceServer_TerminateExecution

func (*AdminServiceServer) OnUpdateExecution

func (*AdminServiceServer) OnUpdateExecutionMatch

func (_m *AdminServiceServer) OnUpdateExecutionMatch(matchers ...interface{}) *AdminServiceServer_UpdateExecution

func (*AdminServiceServer) OnUpdateLaunchPlan

func (*AdminServiceServer) OnUpdateLaunchPlanMatch

func (_m *AdminServiceServer) OnUpdateLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_UpdateLaunchPlan

func (*AdminServiceServer) OnUpdateNamedEntity

func (*AdminServiceServer) OnUpdateNamedEntityMatch

func (_m *AdminServiceServer) OnUpdateNamedEntityMatch(matchers ...interface{}) *AdminServiceServer_UpdateNamedEntity

func (*AdminServiceServer) OnUpdateProject

func (*AdminServiceServer) OnUpdateProjectAttributesMatch

func (_m *AdminServiceServer) OnUpdateProjectAttributesMatch(matchers ...interface{}) *AdminServiceServer_UpdateProjectAttributes

func (*AdminServiceServer) OnUpdateProjectDomainAttributesMatch

func (_m *AdminServiceServer) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_UpdateProjectDomainAttributes

func (*AdminServiceServer) OnUpdateProjectMatch

func (_m *AdminServiceServer) OnUpdateProjectMatch(matchers ...interface{}) *AdminServiceServer_UpdateProject

func (*AdminServiceServer) OnUpdateWorkflowAttributesMatch

func (_m *AdminServiceServer) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_UpdateWorkflowAttributes

func (*AdminServiceServer) RecoverExecution

RecoverExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) RegisterProject

RegisterProject provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) RelaunchExecution

RelaunchExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) TerminateExecution

TerminateExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) UpdateExecution

UpdateExecution provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) UpdateLaunchPlan

UpdateLaunchPlan provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) UpdateNamedEntity

UpdateNamedEntity provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) UpdateProject

UpdateProject provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) UpdateProjectAttributes

UpdateProjectAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) UpdateProjectDomainAttributes

UpdateProjectDomainAttributes provides a mock function with given fields: _a0, _a1

func (*AdminServiceServer) UpdateWorkflowAttributes

UpdateWorkflowAttributes provides a mock function with given fields: _a0, _a1

type AdminServiceServer_CreateExecution

type AdminServiceServer_CreateExecution struct {
	*mock.Call
}

func (AdminServiceServer_CreateExecution) Return

type AdminServiceServer_CreateLaunchPlan

type AdminServiceServer_CreateLaunchPlan struct {
	*mock.Call
}

func (AdminServiceServer_CreateLaunchPlan) Return

type AdminServiceServer_CreateNodeEvent

type AdminServiceServer_CreateNodeEvent struct {
	*mock.Call
}

func (AdminServiceServer_CreateNodeEvent) Return

type AdminServiceServer_CreateTask

type AdminServiceServer_CreateTask struct {
	*mock.Call
}

func (AdminServiceServer_CreateTask) Return

type AdminServiceServer_CreateTaskEvent

type AdminServiceServer_CreateTaskEvent struct {
	*mock.Call
}

func (AdminServiceServer_CreateTaskEvent) Return

type AdminServiceServer_CreateWorkflow

type AdminServiceServer_CreateWorkflow struct {
	*mock.Call
}

func (AdminServiceServer_CreateWorkflow) Return

type AdminServiceServer_CreateWorkflowEvent

type AdminServiceServer_CreateWorkflowEvent struct {
	*mock.Call
}

func (AdminServiceServer_CreateWorkflowEvent) Return

type AdminServiceServer_DeleteProjectAttributes

type AdminServiceServer_DeleteProjectAttributes struct {
	*mock.Call
}

type AdminServiceServer_DeleteProjectDomainAttributes

type AdminServiceServer_DeleteProjectDomainAttributes struct {
	*mock.Call
}

type AdminServiceServer_DeleteWorkflowAttributes

type AdminServiceServer_DeleteWorkflowAttributes struct {
	*mock.Call
}

type AdminServiceServer_GetActiveLaunchPlan

type AdminServiceServer_GetActiveLaunchPlan struct {
	*mock.Call
}

func (AdminServiceServer_GetActiveLaunchPlan) Return

type AdminServiceServer_GetDescriptionEntity

type AdminServiceServer_GetDescriptionEntity struct {
	*mock.Call
}

func (AdminServiceServer_GetDescriptionEntity) Return

type AdminServiceServer_GetDynamicNodeWorkflow added in v1.10.7

type AdminServiceServer_GetDynamicNodeWorkflow struct {
	*mock.Call
}

func (AdminServiceServer_GetDynamicNodeWorkflow) Return added in v1.10.7

type AdminServiceServer_GetExecution

type AdminServiceServer_GetExecution struct {
	*mock.Call
}

func (AdminServiceServer_GetExecution) Return

type AdminServiceServer_GetExecutionData

type AdminServiceServer_GetExecutionData struct {
	*mock.Call
}

func (AdminServiceServer_GetExecutionData) Return

type AdminServiceServer_GetExecutionMetrics

type AdminServiceServer_GetExecutionMetrics struct {
	*mock.Call
}

type AdminServiceServer_GetLaunchPlan

type AdminServiceServer_GetLaunchPlan struct {
	*mock.Call
}

func (AdminServiceServer_GetLaunchPlan) Return

type AdminServiceServer_GetNamedEntity

type AdminServiceServer_GetNamedEntity struct {
	*mock.Call
}

func (AdminServiceServer_GetNamedEntity) Return

type AdminServiceServer_GetNodeExecution

type AdminServiceServer_GetNodeExecution struct {
	*mock.Call
}

func (AdminServiceServer_GetNodeExecution) Return

type AdminServiceServer_GetNodeExecutionData

type AdminServiceServer_GetNodeExecutionData struct {
	*mock.Call
}

func (AdminServiceServer_GetNodeExecutionData) Return

type AdminServiceServer_GetProjectAttributes

type AdminServiceServer_GetProjectAttributes struct {
	*mock.Call
}

func (AdminServiceServer_GetProjectAttributes) Return

type AdminServiceServer_GetProjectDomainAttributes

type AdminServiceServer_GetProjectDomainAttributes struct {
	*mock.Call
}

type AdminServiceServer_GetTask

type AdminServiceServer_GetTask struct {
	*mock.Call
}

func (AdminServiceServer_GetTask) Return

type AdminServiceServer_GetTaskExecution

type AdminServiceServer_GetTaskExecution struct {
	*mock.Call
}

func (AdminServiceServer_GetTaskExecution) Return

type AdminServiceServer_GetTaskExecutionData

type AdminServiceServer_GetTaskExecutionData struct {
	*mock.Call
}

func (AdminServiceServer_GetTaskExecutionData) Return

type AdminServiceServer_GetVersion

type AdminServiceServer_GetVersion struct {
	*mock.Call
}

func (AdminServiceServer_GetVersion) Return

type AdminServiceServer_GetWorkflow

type AdminServiceServer_GetWorkflow struct {
	*mock.Call
}

func (AdminServiceServer_GetWorkflow) Return

type AdminServiceServer_GetWorkflowAttributes

type AdminServiceServer_GetWorkflowAttributes struct {
	*mock.Call
}

func (AdminServiceServer_GetWorkflowAttributes) Return

type AdminServiceServer_ListActiveLaunchPlans

type AdminServiceServer_ListActiveLaunchPlans struct {
	*mock.Call
}

func (AdminServiceServer_ListActiveLaunchPlans) Return

type AdminServiceServer_ListDescriptionEntities

type AdminServiceServer_ListDescriptionEntities struct {
	*mock.Call
}

func (AdminServiceServer_ListDescriptionEntities) Return

type AdminServiceServer_ListExecutions

type AdminServiceServer_ListExecutions struct {
	*mock.Call
}

func (AdminServiceServer_ListExecutions) Return

type AdminServiceServer_ListLaunchPlanIds

type AdminServiceServer_ListLaunchPlanIds struct {
	*mock.Call
}

func (AdminServiceServer_ListLaunchPlanIds) Return

type AdminServiceServer_ListLaunchPlans

type AdminServiceServer_ListLaunchPlans struct {
	*mock.Call
}

func (AdminServiceServer_ListLaunchPlans) Return

type AdminServiceServer_ListMatchableAttributes

type AdminServiceServer_ListMatchableAttributes struct {
	*mock.Call
}

type AdminServiceServer_ListNamedEntities

type AdminServiceServer_ListNamedEntities struct {
	*mock.Call
}

func (AdminServiceServer_ListNamedEntities) Return

type AdminServiceServer_ListNodeExecutions

type AdminServiceServer_ListNodeExecutions struct {
	*mock.Call
}

func (AdminServiceServer_ListNodeExecutions) Return

type AdminServiceServer_ListNodeExecutionsForTask

type AdminServiceServer_ListNodeExecutionsForTask struct {
	*mock.Call
}

func (AdminServiceServer_ListNodeExecutionsForTask) Return

type AdminServiceServer_ListProjects

type AdminServiceServer_ListProjects struct {
	*mock.Call
}

func (AdminServiceServer_ListProjects) Return

type AdminServiceServer_ListTaskExecutions

type AdminServiceServer_ListTaskExecutions struct {
	*mock.Call
}

func (AdminServiceServer_ListTaskExecutions) Return

type AdminServiceServer_ListTaskIds

type AdminServiceServer_ListTaskIds struct {
	*mock.Call
}

func (AdminServiceServer_ListTaskIds) Return

type AdminServiceServer_ListTasks

type AdminServiceServer_ListTasks struct {
	*mock.Call
}

func (AdminServiceServer_ListTasks) Return

type AdminServiceServer_ListWorkflowIds

type AdminServiceServer_ListWorkflowIds struct {
	*mock.Call
}

func (AdminServiceServer_ListWorkflowIds) Return

type AdminServiceServer_ListWorkflows

type AdminServiceServer_ListWorkflows struct {
	*mock.Call
}

func (AdminServiceServer_ListWorkflows) Return

type AdminServiceServer_RecoverExecution

type AdminServiceServer_RecoverExecution struct {
	*mock.Call
}

func (AdminServiceServer_RecoverExecution) Return

type AdminServiceServer_RegisterProject

type AdminServiceServer_RegisterProject struct {
	*mock.Call
}

func (AdminServiceServer_RegisterProject) Return

type AdminServiceServer_RelaunchExecution

type AdminServiceServer_RelaunchExecution struct {
	*mock.Call
}

func (AdminServiceServer_RelaunchExecution) Return

type AdminServiceServer_TerminateExecution

type AdminServiceServer_TerminateExecution struct {
	*mock.Call
}

func (AdminServiceServer_TerminateExecution) Return

type AdminServiceServer_UpdateExecution

type AdminServiceServer_UpdateExecution struct {
	*mock.Call
}

func (AdminServiceServer_UpdateExecution) Return

type AdminServiceServer_UpdateLaunchPlan

type AdminServiceServer_UpdateLaunchPlan struct {
	*mock.Call
}

func (AdminServiceServer_UpdateLaunchPlan) Return

type AdminServiceServer_UpdateNamedEntity

type AdminServiceServer_UpdateNamedEntity struct {
	*mock.Call
}

func (AdminServiceServer_UpdateNamedEntity) Return

type AdminServiceServer_UpdateProject

type AdminServiceServer_UpdateProject struct {
	*mock.Call
}

func (AdminServiceServer_UpdateProject) Return

type AdminServiceServer_UpdateProjectAttributes

type AdminServiceServer_UpdateProjectAttributes struct {
	*mock.Call
}

type AdminServiceServer_UpdateProjectDomainAttributes

type AdminServiceServer_UpdateProjectDomainAttributes struct {
	*mock.Call
}

type AdminServiceServer_UpdateWorkflowAttributes

type AdminServiceServer_UpdateWorkflowAttributes struct {
	*mock.Call
}

type AgentMetadataServiceClient added in v1.10.7

type AgentMetadataServiceClient struct {
	mock.Mock
}

AgentMetadataServiceClient is an autogenerated mock type for the AgentMetadataServiceClient type

func (*AgentMetadataServiceClient) GetAgent added in v1.10.7

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

func (*AgentMetadataServiceClient) ListAgents added in v1.10.7

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

func (*AgentMetadataServiceClient) OnGetAgent added in v1.10.7

func (*AgentMetadataServiceClient) OnGetAgentMatch added in v1.10.7

func (_m *AgentMetadataServiceClient) OnGetAgentMatch(matchers ...interface{}) *AgentMetadataServiceClient_GetAgent

func (*AgentMetadataServiceClient) OnListAgents added in v1.10.7

func (*AgentMetadataServiceClient) OnListAgentsMatch added in v1.10.7

func (_m *AgentMetadataServiceClient) OnListAgentsMatch(matchers ...interface{}) *AgentMetadataServiceClient_ListAgents

type AgentMetadataServiceClient_GetAgent added in v1.10.7

type AgentMetadataServiceClient_GetAgent struct {
	*mock.Call
}

func (AgentMetadataServiceClient_GetAgent) Return added in v1.10.7

type AgentMetadataServiceClient_ListAgents added in v1.10.7

type AgentMetadataServiceClient_ListAgents struct {
	*mock.Call
}

func (AgentMetadataServiceClient_ListAgents) Return added in v1.10.7

type AgentMetadataServiceServer added in v1.10.7

type AgentMetadataServiceServer struct {
	mock.Mock
}

AgentMetadataServiceServer is an autogenerated mock type for the AgentMetadataServiceServer type

func (*AgentMetadataServiceServer) GetAgent added in v1.10.7

GetAgent provides a mock function with given fields: _a0, _a1

func (*AgentMetadataServiceServer) ListAgents added in v1.10.7

ListAgents provides a mock function with given fields: _a0, _a1

func (*AgentMetadataServiceServer) OnGetAgent added in v1.10.7

func (*AgentMetadataServiceServer) OnGetAgentMatch added in v1.10.7

func (_m *AgentMetadataServiceServer) OnGetAgentMatch(matchers ...interface{}) *AgentMetadataServiceServer_GetAgent

func (*AgentMetadataServiceServer) OnListAgents added in v1.10.7

func (*AgentMetadataServiceServer) OnListAgentsMatch added in v1.10.7

func (_m *AgentMetadataServiceServer) OnListAgentsMatch(matchers ...interface{}) *AgentMetadataServiceServer_ListAgents

type AgentMetadataServiceServer_GetAgent added in v1.10.7

type AgentMetadataServiceServer_GetAgent struct {
	*mock.Call
}

func (AgentMetadataServiceServer_GetAgent) Return added in v1.10.7

type AgentMetadataServiceServer_ListAgents added in v1.10.7

type AgentMetadataServiceServer_ListAgents struct {
	*mock.Call
}

func (AgentMetadataServiceServer_ListAgents) Return added in v1.10.7

type AgentServiceClient

type AgentServiceClient struct {
	mock.Mock
}

AgentServiceClient is an autogenerated mock type for the AgentServiceClient type

func (*AgentServiceClient) CreateTask

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

func (*AgentServiceClient) DeleteTask

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

func (*AgentServiceClient) GetTask

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

func (*AgentServiceClient) OnCreateTask

func (*AgentServiceClient) OnCreateTaskMatch

func (_m *AgentServiceClient) OnCreateTaskMatch(matchers ...interface{}) *AgentServiceClient_CreateTask

func (*AgentServiceClient) OnDeleteTask

func (*AgentServiceClient) OnDeleteTaskMatch

func (_m *AgentServiceClient) OnDeleteTaskMatch(matchers ...interface{}) *AgentServiceClient_DeleteTask

func (*AgentServiceClient) OnGetTask

func (*AgentServiceClient) OnGetTaskMatch

func (_m *AgentServiceClient) OnGetTaskMatch(matchers ...interface{}) *AgentServiceClient_GetTask

type AgentServiceClient_CreateTask

type AgentServiceClient_CreateTask struct {
	*mock.Call
}

func (AgentServiceClient_CreateTask) Return

type AgentServiceClient_DeleteTask

type AgentServiceClient_DeleteTask struct {
	*mock.Call
}

func (AgentServiceClient_DeleteTask) Return

type AgentServiceClient_GetTask

type AgentServiceClient_GetTask struct {
	*mock.Call
}

func (AgentServiceClient_GetTask) Return

type AgentServiceServer

type AgentServiceServer struct {
	mock.Mock
}

AgentServiceServer is an autogenerated mock type for the AgentServiceServer type

func (*AgentServiceServer) CreateTask

CreateTask provides a mock function with given fields: _a0, _a1

func (*AgentServiceServer) DeleteTask

DeleteTask provides a mock function with given fields: _a0, _a1

func (*AgentServiceServer) GetTask

GetTask provides a mock function with given fields: _a0, _a1

func (*AgentServiceServer) OnCreateTask

func (*AgentServiceServer) OnCreateTaskMatch

func (_m *AgentServiceServer) OnCreateTaskMatch(matchers ...interface{}) *AgentServiceServer_CreateTask

func (*AgentServiceServer) OnDeleteTask

func (*AgentServiceServer) OnDeleteTaskMatch

func (_m *AgentServiceServer) OnDeleteTaskMatch(matchers ...interface{}) *AgentServiceServer_DeleteTask

func (*AgentServiceServer) OnGetTask

func (*AgentServiceServer) OnGetTaskMatch

func (_m *AgentServiceServer) OnGetTaskMatch(matchers ...interface{}) *AgentServiceServer_GetTask

type AgentServiceServer_CreateTask

type AgentServiceServer_CreateTask struct {
	*mock.Call
}

func (AgentServiceServer_CreateTask) Return

type AgentServiceServer_DeleteTask

type AgentServiceServer_DeleteTask struct {
	*mock.Call
}

func (AgentServiceServer_DeleteTask) Return

type AgentServiceServer_GetTask

type AgentServiceServer_GetTask struct {
	*mock.Call
}

func (AgentServiceServer_GetTask) Return

type AsyncAgentServiceClient

type AsyncAgentServiceClient struct {
	mock.Mock
}

AsyncAgentServiceClient is an autogenerated mock type for the AsyncAgentServiceClient type

func (*AsyncAgentServiceClient) CreateTask

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

func (*AsyncAgentServiceClient) DeleteTask

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

func (*AsyncAgentServiceClient) GetTask

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

func (*AsyncAgentServiceClient) GetTaskLogs added in v1.10.7

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

func (*AsyncAgentServiceClient) GetTaskMetrics added in v1.10.7

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

func (*AsyncAgentServiceClient) OnCreateTask

func (*AsyncAgentServiceClient) OnCreateTaskMatch

func (_m *AsyncAgentServiceClient) OnCreateTaskMatch(matchers ...interface{}) *AsyncAgentServiceClient_CreateTask

func (*AsyncAgentServiceClient) OnDeleteTask

func (*AsyncAgentServiceClient) OnDeleteTaskMatch

func (_m *AsyncAgentServiceClient) OnDeleteTaskMatch(matchers ...interface{}) *AsyncAgentServiceClient_DeleteTask

func (*AsyncAgentServiceClient) OnGetTask

func (*AsyncAgentServiceClient) OnGetTaskLogs added in v1.10.7

func (*AsyncAgentServiceClient) OnGetTaskLogsMatch added in v1.10.7

func (_m *AsyncAgentServiceClient) OnGetTaskLogsMatch(matchers ...interface{}) *AsyncAgentServiceClient_GetTaskLogs

func (*AsyncAgentServiceClient) OnGetTaskMatch

func (_m *AsyncAgentServiceClient) OnGetTaskMatch(matchers ...interface{}) *AsyncAgentServiceClient_GetTask

func (*AsyncAgentServiceClient) OnGetTaskMetrics added in v1.10.7

func (*AsyncAgentServiceClient) OnGetTaskMetricsMatch added in v1.10.7

func (_m *AsyncAgentServiceClient) OnGetTaskMetricsMatch(matchers ...interface{}) *AsyncAgentServiceClient_GetTaskMetrics

type AsyncAgentServiceClient_CreateTask

type AsyncAgentServiceClient_CreateTask struct {
	*mock.Call
}

func (AsyncAgentServiceClient_CreateTask) Return

type AsyncAgentServiceClient_DeleteTask

type AsyncAgentServiceClient_DeleteTask struct {
	*mock.Call
}

func (AsyncAgentServiceClient_DeleteTask) Return

type AsyncAgentServiceClient_GetTask

type AsyncAgentServiceClient_GetTask struct {
	*mock.Call
}

func (AsyncAgentServiceClient_GetTask) Return

type AsyncAgentServiceClient_GetTaskLogs added in v1.10.7

type AsyncAgentServiceClient_GetTaskLogs struct {
	*mock.Call
}

func (AsyncAgentServiceClient_GetTaskLogs) Return added in v1.10.7

type AsyncAgentServiceClient_GetTaskMetrics added in v1.10.7

type AsyncAgentServiceClient_GetTaskMetrics struct {
	*mock.Call
}

func (AsyncAgentServiceClient_GetTaskMetrics) Return added in v1.10.7

type AsyncAgentServiceServer

type AsyncAgentServiceServer struct {
	mock.Mock
}

AsyncAgentServiceServer is an autogenerated mock type for the AsyncAgentServiceServer type

func (*AsyncAgentServiceServer) CreateTask

CreateTask provides a mock function with given fields: _a0, _a1

func (*AsyncAgentServiceServer) DeleteTask

DeleteTask provides a mock function with given fields: _a0, _a1

func (*AsyncAgentServiceServer) GetTask

GetTask provides a mock function with given fields: _a0, _a1

func (*AsyncAgentServiceServer) GetTaskLogs added in v1.10.7

GetTaskLogs provides a mock function with given fields: _a0, _a1

func (*AsyncAgentServiceServer) GetTaskMetrics added in v1.10.7

GetTaskMetrics provides a mock function with given fields: _a0, _a1

func (*AsyncAgentServiceServer) OnCreateTask

func (*AsyncAgentServiceServer) OnCreateTaskMatch

func (_m *AsyncAgentServiceServer) OnCreateTaskMatch(matchers ...interface{}) *AsyncAgentServiceServer_CreateTask

func (*AsyncAgentServiceServer) OnDeleteTask

func (*AsyncAgentServiceServer) OnDeleteTaskMatch

func (_m *AsyncAgentServiceServer) OnDeleteTaskMatch(matchers ...interface{}) *AsyncAgentServiceServer_DeleteTask

func (*AsyncAgentServiceServer) OnGetTask

func (*AsyncAgentServiceServer) OnGetTaskLogs added in v1.10.7

func (*AsyncAgentServiceServer) OnGetTaskLogsMatch added in v1.10.7

func (_m *AsyncAgentServiceServer) OnGetTaskLogsMatch(matchers ...interface{}) *AsyncAgentServiceServer_GetTaskLogs

func (*AsyncAgentServiceServer) OnGetTaskMatch

func (_m *AsyncAgentServiceServer) OnGetTaskMatch(matchers ...interface{}) *AsyncAgentServiceServer_GetTask

func (*AsyncAgentServiceServer) OnGetTaskMetrics added in v1.10.7

func (*AsyncAgentServiceServer) OnGetTaskMetricsMatch added in v1.10.7

func (_m *AsyncAgentServiceServer) OnGetTaskMetricsMatch(matchers ...interface{}) *AsyncAgentServiceServer_GetTaskMetrics

type AsyncAgentServiceServer_CreateTask

type AsyncAgentServiceServer_CreateTask struct {
	*mock.Call
}

func (AsyncAgentServiceServer_CreateTask) Return

type AsyncAgentServiceServer_DeleteTask

type AsyncAgentServiceServer_DeleteTask struct {
	*mock.Call
}

func (AsyncAgentServiceServer_DeleteTask) Return

type AsyncAgentServiceServer_GetTask

type AsyncAgentServiceServer_GetTask struct {
	*mock.Call
}

func (AsyncAgentServiceServer_GetTask) Return

type AsyncAgentServiceServer_GetTaskLogs added in v1.10.7

type AsyncAgentServiceServer_GetTaskLogs struct {
	*mock.Call
}

func (AsyncAgentServiceServer_GetTaskLogs) Return added in v1.10.7

type AsyncAgentServiceServer_GetTaskMetrics added in v1.10.7

type AsyncAgentServiceServer_GetTaskMetrics struct {
	*mock.Call
}

func (AsyncAgentServiceServer_GetTaskMetrics) Return added in v1.10.7

type AsyncAgentService_CreateTaskClient added in v1.11.0

type AsyncAgentService_CreateTaskClient struct {
	mock.Mock
}

AsyncAgentService_CreateTaskClient is an autogenerated mock type for the AsyncAgentService_CreateTaskClient type

func (*AsyncAgentService_CreateTaskClient) CloseAndRecv added in v1.11.0

CloseAndRecv provides a mock function with given fields:

func (*AsyncAgentService_CreateTaskClient) CloseSend added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*AsyncAgentService_CreateTaskClient) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_CreateTaskClient) Header added in v1.11.0

Header provides a mock function with given fields:

func (*AsyncAgentService_CreateTaskClient) OnCloseAndRecv added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnCloseAndRecvMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnCloseAndRecvMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_CloseAndRecv

func (*AsyncAgentService_CreateTaskClient) OnCloseSend added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnCloseSendMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnCloseSendMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_CloseSend

func (*AsyncAgentService_CreateTaskClient) OnContext added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnContextMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnContextMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_Context

func (*AsyncAgentService_CreateTaskClient) OnHeader added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnHeaderMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_Header

func (*AsyncAgentService_CreateTaskClient) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnRecvMsgMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnRecvMsgMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_RecvMsg

func (*AsyncAgentService_CreateTaskClient) OnSend added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnSendMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnSendMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_Send

func (*AsyncAgentService_CreateTaskClient) OnSendMsg added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnSendMsgMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnSendMsgMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_SendMsg

func (*AsyncAgentService_CreateTaskClient) OnTrailer added in v1.11.0

func (*AsyncAgentService_CreateTaskClient) OnTrailerMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) OnTrailerMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskClient_Trailer

func (*AsyncAgentService_CreateTaskClient) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_CreateTaskClient) Send added in v1.11.0

Send provides a mock function with given fields: _a0

func (*AsyncAgentService_CreateTaskClient) SendMsg added in v1.11.0

func (_m *AsyncAgentService_CreateTaskClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_CreateTaskClient) Trailer added in v1.11.0

Trailer provides a mock function with given fields:

type AsyncAgentService_CreateTaskClient_CloseAndRecv added in v1.11.0

type AsyncAgentService_CreateTaskClient_CloseAndRecv struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_CloseAndRecv) Return added in v1.11.0

type AsyncAgentService_CreateTaskClient_CloseSend added in v1.11.0

type AsyncAgentService_CreateTaskClient_CloseSend struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_CloseSend) Return added in v1.11.0

type AsyncAgentService_CreateTaskClient_Context added in v1.11.0

type AsyncAgentService_CreateTaskClient_Context struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_Context) Return added in v1.11.0

type AsyncAgentService_CreateTaskClient_Header added in v1.11.0

type AsyncAgentService_CreateTaskClient_Header struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_Header) Return added in v1.11.0

type AsyncAgentService_CreateTaskClient_RecvMsg added in v1.11.0

type AsyncAgentService_CreateTaskClient_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_RecvMsg) Return added in v1.11.0

type AsyncAgentService_CreateTaskClient_Send added in v1.11.0

type AsyncAgentService_CreateTaskClient_Send struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_Send) Return added in v1.11.0

type AsyncAgentService_CreateTaskClient_SendMsg added in v1.11.0

type AsyncAgentService_CreateTaskClient_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_SendMsg) Return added in v1.11.0

type AsyncAgentService_CreateTaskClient_Trailer added in v1.11.0

type AsyncAgentService_CreateTaskClient_Trailer struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskClient_Trailer) Return added in v1.11.0

type AsyncAgentService_CreateTaskServer added in v1.11.0

type AsyncAgentService_CreateTaskServer struct {
	mock.Mock
}

AsyncAgentService_CreateTaskServer is an autogenerated mock type for the AsyncAgentService_CreateTaskServer type

func (*AsyncAgentService_CreateTaskServer) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_CreateTaskServer) OnContext added in v1.11.0

func (*AsyncAgentService_CreateTaskServer) OnContextMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) OnContextMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskServer_Context

func (*AsyncAgentService_CreateTaskServer) OnRecv added in v1.11.0

func (*AsyncAgentService_CreateTaskServer) OnRecvMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) OnRecvMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskServer_Recv

func (*AsyncAgentService_CreateTaskServer) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_CreateTaskServer) OnRecvMsgMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) OnRecvMsgMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskServer_RecvMsg

func (*AsyncAgentService_CreateTaskServer) OnSendAndClose added in v1.11.0

func (*AsyncAgentService_CreateTaskServer) OnSendAndCloseMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) OnSendAndCloseMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskServer_SendAndClose

func (*AsyncAgentService_CreateTaskServer) OnSendHeader added in v1.11.0

func (*AsyncAgentService_CreateTaskServer) OnSendHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) OnSendHeaderMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskServer_SendHeader

func (*AsyncAgentService_CreateTaskServer) OnSendMsg added in v1.11.0

func (*AsyncAgentService_CreateTaskServer) OnSendMsgMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) OnSendMsgMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskServer_SendMsg

func (*AsyncAgentService_CreateTaskServer) OnSetHeader added in v1.11.0

func (*AsyncAgentService_CreateTaskServer) OnSetHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) OnSetHeaderMatch(matchers ...interface{}) *AsyncAgentService_CreateTaskServer_SetHeader

func (*AsyncAgentService_CreateTaskServer) Recv added in v1.11.0

Recv provides a mock function with given fields:

func (*AsyncAgentService_CreateTaskServer) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_CreateTaskServer) SendAndClose added in v1.11.0

SendAndClose provides a mock function with given fields: _a0

func (*AsyncAgentService_CreateTaskServer) SendHeader added in v1.11.0

SendHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_CreateTaskServer) SendMsg added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_CreateTaskServer) SetHeader added in v1.11.0

SetHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_CreateTaskServer) SetTrailer added in v1.11.0

func (_m *AsyncAgentService_CreateTaskServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type AsyncAgentService_CreateTaskServer_Context added in v1.11.0

type AsyncAgentService_CreateTaskServer_Context struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskServer_Context) Return added in v1.11.0

type AsyncAgentService_CreateTaskServer_Recv added in v1.11.0

type AsyncAgentService_CreateTaskServer_Recv struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskServer_Recv) Return added in v1.11.0

type AsyncAgentService_CreateTaskServer_RecvMsg added in v1.11.0

type AsyncAgentService_CreateTaskServer_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskServer_RecvMsg) Return added in v1.11.0

type AsyncAgentService_CreateTaskServer_SendAndClose added in v1.11.0

type AsyncAgentService_CreateTaskServer_SendAndClose struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskServer_SendAndClose) Return added in v1.11.0

type AsyncAgentService_CreateTaskServer_SendHeader added in v1.11.0

type AsyncAgentService_CreateTaskServer_SendHeader struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskServer_SendHeader) Return added in v1.11.0

type AsyncAgentService_CreateTaskServer_SendMsg added in v1.11.0

type AsyncAgentService_CreateTaskServer_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskServer_SendMsg) Return added in v1.11.0

type AsyncAgentService_CreateTaskServer_SetHeader added in v1.11.0

type AsyncAgentService_CreateTaskServer_SetHeader struct {
	*mock.Call
}

func (AsyncAgentService_CreateTaskServer_SetHeader) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient struct {
	mock.Mock
}

AsyncAgentService_ExecuteTaskSyncClient is an autogenerated mock type for the AsyncAgentService_ExecuteTaskSyncClient type

func (*AsyncAgentService_ExecuteTaskSyncClient) CloseSend added in v1.11.0

CloseSend provides a mock function with given fields:

func (*AsyncAgentService_ExecuteTaskSyncClient) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_ExecuteTaskSyncClient) Header added in v1.11.0

Header provides a mock function with given fields:

func (*AsyncAgentService_ExecuteTaskSyncClient) OnCloseSend added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnCloseSendMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnContext added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnContextMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnHeader added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnHeaderMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnRecv added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnRecvMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnRecvMsgMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnSend added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnSendMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnSendMsg added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnSendMsgMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnTrailer added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) OnTrailerMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncClient) Recv added in v1.11.0

Recv provides a mock function with given fields:

func (*AsyncAgentService_ExecuteTaskSyncClient) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_ExecuteTaskSyncClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_ExecuteTaskSyncClient) Send added in v1.11.0

Send provides a mock function with given fields: _a0

func (*AsyncAgentService_ExecuteTaskSyncClient) SendMsg added in v1.11.0

func (_m *AsyncAgentService_ExecuteTaskSyncClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_ExecuteTaskSyncClient) Trailer added in v1.11.0

Trailer provides a mock function with given fields:

type AsyncAgentService_ExecuteTaskSyncClient_CloseSend added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_CloseSend struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_CloseSend) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Context added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Context struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_Context) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Header added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Header struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_Header) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Recv added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Recv struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_Recv) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_RecvMsg added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_RecvMsg) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Send added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Send struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_Send) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_SendMsg added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_SendMsg) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Trailer added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncClient_Trailer struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncClient_Trailer) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer struct {
	mock.Mock
}

AsyncAgentService_ExecuteTaskSyncServer is an autogenerated mock type for the AsyncAgentService_ExecuteTaskSyncServer type

func (*AsyncAgentService_ExecuteTaskSyncServer) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_ExecuteTaskSyncServer) OnContext added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnContextMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnRecv added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnRecvMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnRecvMsgMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSend added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSendHeader added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSendHeaderMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSendMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSendMsg added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSendMsgMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSetHeader added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) OnSetHeaderMatch added in v1.11.0

func (*AsyncAgentService_ExecuteTaskSyncServer) Recv added in v1.11.0

Recv provides a mock function with given fields:

func (*AsyncAgentService_ExecuteTaskSyncServer) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_ExecuteTaskSyncServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_ExecuteTaskSyncServer) Send added in v1.11.0

Send provides a mock function with given fields: _a0

func (*AsyncAgentService_ExecuteTaskSyncServer) SendHeader added in v1.11.0

SendHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_ExecuteTaskSyncServer) SendMsg added in v1.11.0

func (_m *AsyncAgentService_ExecuteTaskSyncServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_ExecuteTaskSyncServer) SetHeader added in v1.11.0

SetHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_ExecuteTaskSyncServer) SetTrailer added in v1.11.0

SetTrailer provides a mock function with given fields: _a0

type AsyncAgentService_ExecuteTaskSyncServer_Context added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_Context struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncServer_Context) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_Recv added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_Recv struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncServer_Recv) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_RecvMsg added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncServer_RecvMsg) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_Send added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_Send struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncServer_Send) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_SendHeader added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_SendHeader struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncServer_SendHeader) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_SendMsg added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncServer_SendMsg) Return added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_SetHeader added in v1.11.0

type AsyncAgentService_ExecuteTaskSyncServer_SetHeader struct {
	*mock.Call
}

func (AsyncAgentService_ExecuteTaskSyncServer_SetHeader) Return added in v1.11.0

type AsyncAgentService_GetTaskClient added in v1.11.0

type AsyncAgentService_GetTaskClient struct {
	mock.Mock
}

AsyncAgentService_GetTaskClient is an autogenerated mock type for the AsyncAgentService_GetTaskClient type

func (*AsyncAgentService_GetTaskClient) CloseSend added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) CloseSend() error

CloseSend provides a mock function with given fields:

func (*AsyncAgentService_GetTaskClient) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_GetTaskClient) Header added in v1.11.0

Header provides a mock function with given fields:

func (*AsyncAgentService_GetTaskClient) OnCloseSend added in v1.11.0

func (*AsyncAgentService_GetTaskClient) OnCloseSendMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) OnCloseSendMatch(matchers ...interface{}) *AsyncAgentService_GetTaskClient_CloseSend

func (*AsyncAgentService_GetTaskClient) OnContext added in v1.11.0

func (*AsyncAgentService_GetTaskClient) OnContextMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) OnContextMatch(matchers ...interface{}) *AsyncAgentService_GetTaskClient_Context

func (*AsyncAgentService_GetTaskClient) OnHeader added in v1.11.0

func (*AsyncAgentService_GetTaskClient) OnHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) OnHeaderMatch(matchers ...interface{}) *AsyncAgentService_GetTaskClient_Header

func (*AsyncAgentService_GetTaskClient) OnRecv added in v1.11.0

func (*AsyncAgentService_GetTaskClient) OnRecvMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) OnRecvMatch(matchers ...interface{}) *AsyncAgentService_GetTaskClient_Recv

func (*AsyncAgentService_GetTaskClient) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_GetTaskClient) OnRecvMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) OnRecvMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskClient_RecvMsg

func (*AsyncAgentService_GetTaskClient) OnSendMsg added in v1.11.0

func (*AsyncAgentService_GetTaskClient) OnSendMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) OnSendMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskClient_SendMsg

func (*AsyncAgentService_GetTaskClient) OnTrailer added in v1.11.0

func (*AsyncAgentService_GetTaskClient) OnTrailerMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) OnTrailerMatch(matchers ...interface{}) *AsyncAgentService_GetTaskClient_Trailer

func (*AsyncAgentService_GetTaskClient) Recv added in v1.11.0

Recv provides a mock function with given fields:

func (*AsyncAgentService_GetTaskClient) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskClient) SendMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskClient) Trailer added in v1.11.0

Trailer provides a mock function with given fields:

type AsyncAgentService_GetTaskClient_CloseSend added in v1.11.0

type AsyncAgentService_GetTaskClient_CloseSend struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskClient_CloseSend) Return added in v1.11.0

type AsyncAgentService_GetTaskClient_Context added in v1.11.0

type AsyncAgentService_GetTaskClient_Context struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskClient_Context) Return added in v1.11.0

type AsyncAgentService_GetTaskClient_Header added in v1.11.0

type AsyncAgentService_GetTaskClient_Header struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskClient_Header) Return added in v1.11.0

type AsyncAgentService_GetTaskClient_Recv added in v1.11.0

type AsyncAgentService_GetTaskClient_Recv struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskClient_Recv) Return added in v1.11.0

type AsyncAgentService_GetTaskClient_RecvMsg added in v1.11.0

type AsyncAgentService_GetTaskClient_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskClient_RecvMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskClient_SendMsg added in v1.11.0

type AsyncAgentService_GetTaskClient_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskClient_SendMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskClient_Trailer added in v1.11.0

type AsyncAgentService_GetTaskClient_Trailer struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskClient_Trailer) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsClient added in v1.11.0

type AsyncAgentService_GetTaskLogsClient struct {
	mock.Mock
}

AsyncAgentService_GetTaskLogsClient is an autogenerated mock type for the AsyncAgentService_GetTaskLogsClient type

func (*AsyncAgentService_GetTaskLogsClient) CloseSend added in v1.11.0

CloseSend provides a mock function with given fields:

func (*AsyncAgentService_GetTaskLogsClient) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_GetTaskLogsClient) Header added in v1.11.0

Header provides a mock function with given fields:

func (*AsyncAgentService_GetTaskLogsClient) OnCloseSend added in v1.11.0

func (*AsyncAgentService_GetTaskLogsClient) OnCloseSendMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) OnCloseSendMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsClient_CloseSend

func (*AsyncAgentService_GetTaskLogsClient) OnContext added in v1.11.0

func (*AsyncAgentService_GetTaskLogsClient) OnContextMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) OnContextMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsClient_Context

func (*AsyncAgentService_GetTaskLogsClient) OnHeader added in v1.11.0

func (*AsyncAgentService_GetTaskLogsClient) OnHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) OnHeaderMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsClient_Header

func (*AsyncAgentService_GetTaskLogsClient) OnRecv added in v1.11.0

func (*AsyncAgentService_GetTaskLogsClient) OnRecvMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) OnRecvMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsClient_Recv

func (*AsyncAgentService_GetTaskLogsClient) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_GetTaskLogsClient) OnRecvMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) OnRecvMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsClient_RecvMsg

func (*AsyncAgentService_GetTaskLogsClient) OnSendMsg added in v1.11.0

func (*AsyncAgentService_GetTaskLogsClient) OnSendMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) OnSendMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsClient_SendMsg

func (*AsyncAgentService_GetTaskLogsClient) OnTrailer added in v1.11.0

func (*AsyncAgentService_GetTaskLogsClient) OnTrailerMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) OnTrailerMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsClient_Trailer

func (*AsyncAgentService_GetTaskLogsClient) Recv added in v1.11.0

Recv provides a mock function with given fields:

func (*AsyncAgentService_GetTaskLogsClient) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskLogsClient) SendMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskLogsClient) Trailer added in v1.11.0

Trailer provides a mock function with given fields:

type AsyncAgentService_GetTaskLogsClient_CloseSend added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_CloseSend struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsClient_CloseSend) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Context added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Context struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsClient_Context) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Header added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Header struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsClient_Header) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Recv added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Recv struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsClient_Recv) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_RecvMsg added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsClient_RecvMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_SendMsg added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsClient_SendMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Trailer added in v1.11.0

type AsyncAgentService_GetTaskLogsClient_Trailer struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsClient_Trailer) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsServer added in v1.11.0

type AsyncAgentService_GetTaskLogsServer struct {
	mock.Mock
}

AsyncAgentService_GetTaskLogsServer is an autogenerated mock type for the AsyncAgentService_GetTaskLogsServer type

func (*AsyncAgentService_GetTaskLogsServer) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_GetTaskLogsServer) OnContext added in v1.11.0

func (*AsyncAgentService_GetTaskLogsServer) OnContextMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) OnContextMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsServer_Context

func (*AsyncAgentService_GetTaskLogsServer) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_GetTaskLogsServer) OnRecvMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) OnRecvMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsServer_RecvMsg

func (*AsyncAgentService_GetTaskLogsServer) OnSend added in v1.11.0

func (*AsyncAgentService_GetTaskLogsServer) OnSendHeader added in v1.11.0

func (*AsyncAgentService_GetTaskLogsServer) OnSendHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) OnSendHeaderMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsServer_SendHeader

func (*AsyncAgentService_GetTaskLogsServer) OnSendMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) OnSendMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsServer_Send

func (*AsyncAgentService_GetTaskLogsServer) OnSendMsg added in v1.11.0

func (*AsyncAgentService_GetTaskLogsServer) OnSendMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) OnSendMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsServer_SendMsg

func (*AsyncAgentService_GetTaskLogsServer) OnSetHeader added in v1.11.0

func (*AsyncAgentService_GetTaskLogsServer) OnSetHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) OnSetHeaderMatch(matchers ...interface{}) *AsyncAgentService_GetTaskLogsServer_SetHeader

func (*AsyncAgentService_GetTaskLogsServer) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskLogsServer) Send added in v1.11.0

Send provides a mock function with given fields: _a0

func (*AsyncAgentService_GetTaskLogsServer) SendHeader added in v1.11.0

SendHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_GetTaskLogsServer) SendMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskLogsServer) SetHeader added in v1.11.0

SetHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_GetTaskLogsServer) SetTrailer added in v1.11.0

func (_m *AsyncAgentService_GetTaskLogsServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type AsyncAgentService_GetTaskLogsServer_Context added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_Context struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsServer_Context) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_RecvMsg added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsServer_RecvMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_Send added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_Send struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsServer_Send) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_SendHeader added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_SendHeader struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsServer_SendHeader) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_SendMsg added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsServer_SendMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_SetHeader added in v1.11.0

type AsyncAgentService_GetTaskLogsServer_SetHeader struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskLogsServer_SetHeader) Return added in v1.11.0

type AsyncAgentService_GetTaskServer added in v1.11.0

type AsyncAgentService_GetTaskServer struct {
	mock.Mock
}

AsyncAgentService_GetTaskServer is an autogenerated mock type for the AsyncAgentService_GetTaskServer type

func (*AsyncAgentService_GetTaskServer) Context added in v1.11.0

Context provides a mock function with given fields:

func (*AsyncAgentService_GetTaskServer) OnContext added in v1.11.0

func (*AsyncAgentService_GetTaskServer) OnContextMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) OnContextMatch(matchers ...interface{}) *AsyncAgentService_GetTaskServer_Context

func (*AsyncAgentService_GetTaskServer) OnRecvMsg added in v1.11.0

func (*AsyncAgentService_GetTaskServer) OnRecvMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) OnRecvMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskServer_RecvMsg

func (*AsyncAgentService_GetTaskServer) OnSend added in v1.11.0

func (*AsyncAgentService_GetTaskServer) OnSendHeader added in v1.11.0

func (*AsyncAgentService_GetTaskServer) OnSendHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) OnSendHeaderMatch(matchers ...interface{}) *AsyncAgentService_GetTaskServer_SendHeader

func (*AsyncAgentService_GetTaskServer) OnSendMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) OnSendMatch(matchers ...interface{}) *AsyncAgentService_GetTaskServer_Send

func (*AsyncAgentService_GetTaskServer) OnSendMsg added in v1.11.0

func (*AsyncAgentService_GetTaskServer) OnSendMsgMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) OnSendMsgMatch(matchers ...interface{}) *AsyncAgentService_GetTaskServer_SendMsg

func (*AsyncAgentService_GetTaskServer) OnSetHeader added in v1.11.0

func (*AsyncAgentService_GetTaskServer) OnSetHeaderMatch added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) OnSetHeaderMatch(matchers ...interface{}) *AsyncAgentService_GetTaskServer_SetHeader

func (*AsyncAgentService_GetTaskServer) RecvMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskServer) Send added in v1.11.0

Send provides a mock function with given fields: _a0

func (*AsyncAgentService_GetTaskServer) SendHeader added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) SendHeader(_a0 metadata.MD) error

SendHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_GetTaskServer) SendMsg added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*AsyncAgentService_GetTaskServer) SetHeader added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) SetHeader(_a0 metadata.MD) error

SetHeader provides a mock function with given fields: _a0

func (*AsyncAgentService_GetTaskServer) SetTrailer added in v1.11.0

func (_m *AsyncAgentService_GetTaskServer) SetTrailer(_a0 metadata.MD)

SetTrailer provides a mock function with given fields: _a0

type AsyncAgentService_GetTaskServer_Context added in v1.11.0

type AsyncAgentService_GetTaskServer_Context struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskServer_Context) Return added in v1.11.0

type AsyncAgentService_GetTaskServer_RecvMsg added in v1.11.0

type AsyncAgentService_GetTaskServer_RecvMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskServer_RecvMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskServer_Send added in v1.11.0

type AsyncAgentService_GetTaskServer_Send struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskServer_Send) Return added in v1.11.0

type AsyncAgentService_GetTaskServer_SendHeader added in v1.11.0

type AsyncAgentService_GetTaskServer_SendHeader struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskServer_SendHeader) Return added in v1.11.0

type AsyncAgentService_GetTaskServer_SendMsg added in v1.11.0

type AsyncAgentService_GetTaskServer_SendMsg struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskServer_SendMsg) Return added in v1.11.0

type AsyncAgentService_GetTaskServer_SetHeader added in v1.11.0

type AsyncAgentService_GetTaskServer_SetHeader struct {
	*mock.Call
}

func (AsyncAgentService_GetTaskServer_SetHeader) Return added in v1.11.0

type AuthMetadataServiceClient

type AuthMetadataServiceClient struct {
	mock.Mock
}

AuthMetadataServiceClient is an autogenerated mock type for the AuthMetadataServiceClient type

func (*AuthMetadataServiceClient) GetOAuth2Metadata

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

func (*AuthMetadataServiceClient) GetPublicClientConfig

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

func (*AuthMetadataServiceClient) OnGetOAuth2MetadataMatch

func (_m *AuthMetadataServiceClient) OnGetOAuth2MetadataMatch(matchers ...interface{}) *AuthMetadataServiceClient_GetOAuth2Metadata

func (*AuthMetadataServiceClient) OnGetPublicClientConfigMatch

func (_m *AuthMetadataServiceClient) OnGetPublicClientConfigMatch(matchers ...interface{}) *AuthMetadataServiceClient_GetPublicClientConfig

type AuthMetadataServiceClient_GetOAuth2Metadata

type AuthMetadataServiceClient_GetOAuth2Metadata struct {
	*mock.Call
}

func (AuthMetadataServiceClient_GetOAuth2Metadata) Return

type AuthMetadataServiceClient_GetPublicClientConfig

type AuthMetadataServiceClient_GetPublicClientConfig struct {
	*mock.Call
}

type AuthMetadataServiceServer

type AuthMetadataServiceServer struct {
	mock.Mock
}

AuthMetadataServiceServer is an autogenerated mock type for the AuthMetadataServiceServer type

func (*AuthMetadataServiceServer) GetOAuth2Metadata

GetOAuth2Metadata provides a mock function with given fields: _a0, _a1

func (*AuthMetadataServiceServer) GetPublicClientConfig

GetPublicClientConfig provides a mock function with given fields: _a0, _a1

func (*AuthMetadataServiceServer) OnGetOAuth2MetadataMatch

func (_m *AuthMetadataServiceServer) OnGetOAuth2MetadataMatch(matchers ...interface{}) *AuthMetadataServiceServer_GetOAuth2Metadata

func (*AuthMetadataServiceServer) OnGetPublicClientConfigMatch

func (_m *AuthMetadataServiceServer) OnGetPublicClientConfigMatch(matchers ...interface{}) *AuthMetadataServiceServer_GetPublicClientConfig

type AuthMetadataServiceServer_GetOAuth2Metadata

type AuthMetadataServiceServer_GetOAuth2Metadata struct {
	*mock.Call
}

func (AuthMetadataServiceServer_GetOAuth2Metadata) Return

type AuthMetadataServiceServer_GetPublicClientConfig

type AuthMetadataServiceServer_GetPublicClientConfig struct {
	*mock.Call
}

type DataProxyServiceClient

type DataProxyServiceClient struct {
	mock.Mock
}

DataProxyServiceClient is an autogenerated mock type for the DataProxyServiceClient type

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

func (*DataProxyServiceClient) CreateDownloadLocation

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

func (*DataProxyServiceClient) CreateUploadLocation

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

func (*DataProxyServiceClient) GetData

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

func (*DataProxyServiceClient) OnCreateDownloadLinkMatch

func (_m *DataProxyServiceClient) OnCreateDownloadLinkMatch(matchers ...interface{}) *DataProxyServiceClient_CreateDownloadLink

func (*DataProxyServiceClient) OnCreateDownloadLocationMatch

func (_m *DataProxyServiceClient) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceClient_CreateDownloadLocation

func (*DataProxyServiceClient) OnCreateUploadLocationMatch

func (_m *DataProxyServiceClient) OnCreateUploadLocationMatch(matchers ...interface{}) *DataProxyServiceClient_CreateUploadLocation

func (*DataProxyServiceClient) OnGetData

func (*DataProxyServiceClient) OnGetDataMatch

func (_m *DataProxyServiceClient) OnGetDataMatch(matchers ...interface{}) *DataProxyServiceClient_GetData
type DataProxyServiceClient_CreateDownloadLink struct {
	*mock.Call
}

func (DataProxyServiceClient_CreateDownloadLink) Return

type DataProxyServiceClient_CreateDownloadLocation

type DataProxyServiceClient_CreateDownloadLocation struct {
	*mock.Call
}

type DataProxyServiceClient_CreateUploadLocation

type DataProxyServiceClient_CreateUploadLocation struct {
	*mock.Call
}

type DataProxyServiceClient_GetData

type DataProxyServiceClient_GetData struct {
	*mock.Call
}

func (DataProxyServiceClient_GetData) Return

type DataProxyServiceServer

type DataProxyServiceServer struct {
	mock.Mock
}

DataProxyServiceServer is an autogenerated mock type for the DataProxyServiceServer type

CreateDownloadLink provides a mock function with given fields: _a0, _a1

func (*DataProxyServiceServer) CreateDownloadLocation

CreateDownloadLocation provides a mock function with given fields: _a0, _a1

func (*DataProxyServiceServer) CreateUploadLocation

CreateUploadLocation provides a mock function with given fields: _a0, _a1

func (*DataProxyServiceServer) GetData

GetData provides a mock function with given fields: _a0, _a1

func (*DataProxyServiceServer) OnCreateDownloadLinkMatch

func (_m *DataProxyServiceServer) OnCreateDownloadLinkMatch(matchers ...interface{}) *DataProxyServiceServer_CreateDownloadLink

func (*DataProxyServiceServer) OnCreateDownloadLocationMatch

func (_m *DataProxyServiceServer) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceServer_CreateDownloadLocation

func (*DataProxyServiceServer) OnCreateUploadLocationMatch

func (_m *DataProxyServiceServer) OnCreateUploadLocationMatch(matchers ...interface{}) *DataProxyServiceServer_CreateUploadLocation

func (*DataProxyServiceServer) OnGetData

func (*DataProxyServiceServer) OnGetDataMatch

func (_m *DataProxyServiceServer) OnGetDataMatch(matchers ...interface{}) *DataProxyServiceServer_GetData
type DataProxyServiceServer_CreateDownloadLink struct {
	*mock.Call
}

func (DataProxyServiceServer_CreateDownloadLink) Return

type DataProxyServiceServer_CreateDownloadLocation

type DataProxyServiceServer_CreateDownloadLocation struct {
	*mock.Call
}

type DataProxyServiceServer_CreateUploadLocation

type DataProxyServiceServer_CreateUploadLocation struct {
	*mock.Call
}

type DataProxyServiceServer_GetData

type DataProxyServiceServer_GetData struct {
	*mock.Call
}

func (DataProxyServiceServer_GetData) Return

type ExternalPluginServiceClient

type ExternalPluginServiceClient struct {
	mock.Mock
}

ExternalPluginServiceClient is an autogenerated mock type for the ExternalPluginServiceClient type

func (*ExternalPluginServiceClient) CreateTask

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

func (*ExternalPluginServiceClient) DeleteTask

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

func (*ExternalPluginServiceClient) GetTask

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

func (*ExternalPluginServiceClient) OnCreateTask

func (*ExternalPluginServiceClient) OnCreateTaskMatch

func (_m *ExternalPluginServiceClient) OnCreateTaskMatch(matchers ...interface{}) *ExternalPluginServiceClient_CreateTask

func (*ExternalPluginServiceClient) OnDeleteTask

func (*ExternalPluginServiceClient) OnDeleteTaskMatch

func (_m *ExternalPluginServiceClient) OnDeleteTaskMatch(matchers ...interface{}) *ExternalPluginServiceClient_DeleteTask

func (*ExternalPluginServiceClient) OnGetTask

func (*ExternalPluginServiceClient) OnGetTaskMatch

func (_m *ExternalPluginServiceClient) OnGetTaskMatch(matchers ...interface{}) *ExternalPluginServiceClient_GetTask

type ExternalPluginServiceClient_CreateTask

type ExternalPluginServiceClient_CreateTask struct {
	*mock.Call
}

func (ExternalPluginServiceClient_CreateTask) Return

type ExternalPluginServiceClient_DeleteTask

type ExternalPluginServiceClient_DeleteTask struct {
	*mock.Call
}

func (ExternalPluginServiceClient_DeleteTask) Return

type ExternalPluginServiceClient_GetTask

type ExternalPluginServiceClient_GetTask struct {
	*mock.Call
}

func (ExternalPluginServiceClient_GetTask) Return

type ExternalPluginServiceServer

type ExternalPluginServiceServer struct {
	mock.Mock
}

ExternalPluginServiceServer is an autogenerated mock type for the ExternalPluginServiceServer type

func (*ExternalPluginServiceServer) CreateTask

CreateTask provides a mock function with given fields: _a0, _a1

func (*ExternalPluginServiceServer) DeleteTask

DeleteTask provides a mock function with given fields: _a0, _a1

func (*ExternalPluginServiceServer) GetTask

GetTask provides a mock function with given fields: _a0, _a1

func (*ExternalPluginServiceServer) OnCreateTask

func (*ExternalPluginServiceServer) OnCreateTaskMatch

func (_m *ExternalPluginServiceServer) OnCreateTaskMatch(matchers ...interface{}) *ExternalPluginServiceServer_CreateTask

func (*ExternalPluginServiceServer) OnDeleteTask

func (*ExternalPluginServiceServer) OnDeleteTaskMatch

func (_m *ExternalPluginServiceServer) OnDeleteTaskMatch(matchers ...interface{}) *ExternalPluginServiceServer_DeleteTask

func (*ExternalPluginServiceServer) OnGetTask

func (*ExternalPluginServiceServer) OnGetTaskMatch

func (_m *ExternalPluginServiceServer) OnGetTaskMatch(matchers ...interface{}) *ExternalPluginServiceServer_GetTask

type ExternalPluginServiceServer_CreateTask

type ExternalPluginServiceServer_CreateTask struct {
	*mock.Call
}

func (ExternalPluginServiceServer_CreateTask) Return

type ExternalPluginServiceServer_DeleteTask

type ExternalPluginServiceServer_DeleteTask struct {
	*mock.Call
}

func (ExternalPluginServiceServer_DeleteTask) Return

type ExternalPluginServiceServer_GetTask

type ExternalPluginServiceServer_GetTask struct {
	*mock.Call
}

func (ExternalPluginServiceServer_GetTask) Return

type IdentityServiceClient

type IdentityServiceClient struct {
	mock.Mock
}

IdentityServiceClient is an autogenerated mock type for the IdentityServiceClient type

func (*IdentityServiceClient) OnUserInfo

func (*IdentityServiceClient) OnUserInfoMatch

func (_m *IdentityServiceClient) OnUserInfoMatch(matchers ...interface{}) *IdentityServiceClient_UserInfo

func (*IdentityServiceClient) UserInfo

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

type IdentityServiceClient_UserInfo

type IdentityServiceClient_UserInfo struct {
	*mock.Call
}

func (IdentityServiceClient_UserInfo) Return

type IdentityServiceServer

type IdentityServiceServer struct {
	mock.Mock
}

IdentityServiceServer is an autogenerated mock type for the IdentityServiceServer type

func (*IdentityServiceServer) OnUserInfo

func (*IdentityServiceServer) OnUserInfoMatch

func (_m *IdentityServiceServer) OnUserInfoMatch(matchers ...interface{}) *IdentityServiceServer_UserInfo

func (*IdentityServiceServer) UserInfo

UserInfo provides a mock function with given fields: _a0, _a1

type IdentityServiceServer_UserInfo

type IdentityServiceServer_UserInfo struct {
	*mock.Call
}

func (IdentityServiceServer_UserInfo) Return

type SignalServiceClient

type SignalServiceClient struct {
	mock.Mock
}

SignalServiceClient is an autogenerated mock type for the SignalServiceClient type

func (*SignalServiceClient) GetOrCreateSignal

func (_m *SignalServiceClient) GetOrCreateSignal(ctx context.Context, in *admin.SignalGetOrCreateRequest, opts ...grpc.CallOption) (*admin.Signal, error)

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

func (*SignalServiceClient) ListSignals

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

func (*SignalServiceClient) OnGetOrCreateSignal

func (*SignalServiceClient) OnGetOrCreateSignalMatch

func (_m *SignalServiceClient) OnGetOrCreateSignalMatch(matchers ...interface{}) *SignalServiceClient_GetOrCreateSignal

func (*SignalServiceClient) OnListSignals

func (*SignalServiceClient) OnListSignalsMatch

func (_m *SignalServiceClient) OnListSignalsMatch(matchers ...interface{}) *SignalServiceClient_ListSignals

func (*SignalServiceClient) OnSetSignal

func (*SignalServiceClient) OnSetSignalMatch

func (_m *SignalServiceClient) OnSetSignalMatch(matchers ...interface{}) *SignalServiceClient_SetSignal

func (*SignalServiceClient) SetSignal

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

type SignalServiceClient_GetOrCreateSignal

type SignalServiceClient_GetOrCreateSignal struct {
	*mock.Call
}

func (SignalServiceClient_GetOrCreateSignal) Return

type SignalServiceClient_ListSignals

type SignalServiceClient_ListSignals struct {
	*mock.Call
}

func (SignalServiceClient_ListSignals) Return

type SignalServiceClient_SetSignal

type SignalServiceClient_SetSignal struct {
	*mock.Call
}

func (SignalServiceClient_SetSignal) Return

type SignalServiceServer

type SignalServiceServer struct {
	mock.Mock
}

SignalServiceServer is an autogenerated mock type for the SignalServiceServer type

func (*SignalServiceServer) GetOrCreateSignal

func (_m *SignalServiceServer) GetOrCreateSignal(_a0 context.Context, _a1 *admin.SignalGetOrCreateRequest) (*admin.Signal, error)

GetOrCreateSignal provides a mock function with given fields: _a0, _a1

func (*SignalServiceServer) ListSignals

ListSignals provides a mock function with given fields: _a0, _a1

func (*SignalServiceServer) OnGetOrCreateSignal

func (*SignalServiceServer) OnGetOrCreateSignalMatch

func (_m *SignalServiceServer) OnGetOrCreateSignalMatch(matchers ...interface{}) *SignalServiceServer_GetOrCreateSignal

func (*SignalServiceServer) OnListSignals

func (*SignalServiceServer) OnListSignalsMatch

func (_m *SignalServiceServer) OnListSignalsMatch(matchers ...interface{}) *SignalServiceServer_ListSignals

func (*SignalServiceServer) OnSetSignal

func (*SignalServiceServer) OnSetSignalMatch

func (_m *SignalServiceServer) OnSetSignalMatch(matchers ...interface{}) *SignalServiceServer_SetSignal

func (*SignalServiceServer) SetSignal

SetSignal provides a mock function with given fields: _a0, _a1

type SignalServiceServer_GetOrCreateSignal

type SignalServiceServer_GetOrCreateSignal struct {
	*mock.Call
}

func (SignalServiceServer_GetOrCreateSignal) Return

type SignalServiceServer_ListSignals

type SignalServiceServer_ListSignals struct {
	*mock.Call
}

func (SignalServiceServer_ListSignals) Return

type SignalServiceServer_SetSignal

type SignalServiceServer_SetSignal struct {
	*mock.Call
}

func (SignalServiceServer_SetSignal) Return

type SyncAgentServiceClient added in v1.11.0

type SyncAgentServiceClient struct {
	mock.Mock
}

SyncAgentServiceClient is an autogenerated mock type for the SyncAgentServiceClient type

func (*SyncAgentServiceClient) ExecuteTaskSync added in v1.11.0

ExecuteTaskSync provides a mock function with given fields: ctx, opts

func (*SyncAgentServiceClient) OnExecuteTaskSync added in v1.11.0

func (*SyncAgentServiceClient) OnExecuteTaskSyncMatch added in v1.11.0

func (_m *SyncAgentServiceClient) OnExecuteTaskSyncMatch(matchers ...interface{}) *SyncAgentServiceClient_ExecuteTaskSync

type SyncAgentServiceClient_ExecuteTaskSync added in v1.11.0

type SyncAgentServiceClient_ExecuteTaskSync struct {
	*mock.Call
}

func (SyncAgentServiceClient_ExecuteTaskSync) Return added in v1.11.0

type SyncAgentServiceServer added in v1.11.0

type SyncAgentServiceServer struct {
	mock.Mock
}

SyncAgentServiceServer is an autogenerated mock type for the SyncAgentServiceServer type

func (*SyncAgentServiceServer) ExecuteTaskSync added in v1.11.0

ExecuteTaskSync provides a mock function with given fields: _a0

func (*SyncAgentServiceServer) OnExecuteTaskSync added in v1.11.0

func (*SyncAgentServiceServer) OnExecuteTaskSyncMatch added in v1.11.0

func (_m *SyncAgentServiceServer) OnExecuteTaskSyncMatch(matchers ...interface{}) *SyncAgentServiceServer_ExecuteTaskSync

type SyncAgentServiceServer_ExecuteTaskSync added in v1.11.0

type SyncAgentServiceServer_ExecuteTaskSync struct {
	*mock.Call
}

func (SyncAgentServiceServer_ExecuteTaskSync) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient struct {
	mock.Mock
}

SyncAgentService_ExecuteTaskSyncClient is an autogenerated mock type for the SyncAgentService_ExecuteTaskSyncClient type

func (*SyncAgentService_ExecuteTaskSyncClient) CloseSend added in v1.11.0

CloseSend provides a mock function with given fields:

func (*SyncAgentService_ExecuteTaskSyncClient) Context added in v1.11.0

Context provides a mock function with given fields:

func (*SyncAgentService_ExecuteTaskSyncClient) Header added in v1.11.0

Header provides a mock function with given fields:

func (*SyncAgentService_ExecuteTaskSyncClient) OnCloseSend added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnCloseSendMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnContext added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnContextMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnHeader added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnHeaderMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnRecv added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnRecvMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnRecvMsg added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnRecvMsgMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnSend added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnSendMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnSendMsg added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnSendMsgMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnTrailer added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) OnTrailerMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncClient) Recv added in v1.11.0

Recv provides a mock function with given fields:

func (*SyncAgentService_ExecuteTaskSyncClient) RecvMsg added in v1.11.0

func (_m *SyncAgentService_ExecuteTaskSyncClient) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*SyncAgentService_ExecuteTaskSyncClient) Send added in v1.11.0

Send provides a mock function with given fields: _a0

func (*SyncAgentService_ExecuteTaskSyncClient) SendMsg added in v1.11.0

func (_m *SyncAgentService_ExecuteTaskSyncClient) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*SyncAgentService_ExecuteTaskSyncClient) Trailer added in v1.11.0

Trailer provides a mock function with given fields:

type SyncAgentService_ExecuteTaskSyncClient_CloseSend added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_CloseSend struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_CloseSend) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Context added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Context struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_Context) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Header added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Header struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_Header) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Recv added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Recv struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_Recv) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_RecvMsg added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_RecvMsg struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_RecvMsg) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Send added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Send struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_Send) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_SendMsg added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_SendMsg struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_SendMsg) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Trailer added in v1.11.0

type SyncAgentService_ExecuteTaskSyncClient_Trailer struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncClient_Trailer) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer struct {
	mock.Mock
}

SyncAgentService_ExecuteTaskSyncServer is an autogenerated mock type for the SyncAgentService_ExecuteTaskSyncServer type

func (*SyncAgentService_ExecuteTaskSyncServer) Context added in v1.11.0

Context provides a mock function with given fields:

func (*SyncAgentService_ExecuteTaskSyncServer) OnContext added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnContextMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnRecv added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnRecvMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnRecvMsg added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnRecvMsgMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnSend added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnSendHeader added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnSendHeaderMatch added in v1.11.0

func (_m *SyncAgentService_ExecuteTaskSyncServer) OnSendHeaderMatch(matchers ...interface{}) *SyncAgentService_ExecuteTaskSyncServer_SendHeader

func (*SyncAgentService_ExecuteTaskSyncServer) OnSendMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnSendMsg added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnSendMsgMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnSetHeader added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) OnSetHeaderMatch added in v1.11.0

func (*SyncAgentService_ExecuteTaskSyncServer) Recv added in v1.11.0

Recv provides a mock function with given fields:

func (*SyncAgentService_ExecuteTaskSyncServer) RecvMsg added in v1.11.0

func (_m *SyncAgentService_ExecuteTaskSyncServer) RecvMsg(m interface{}) error

RecvMsg provides a mock function with given fields: m

func (*SyncAgentService_ExecuteTaskSyncServer) Send added in v1.11.0

Send provides a mock function with given fields: _a0

func (*SyncAgentService_ExecuteTaskSyncServer) SendHeader added in v1.11.0

SendHeader provides a mock function with given fields: _a0

func (*SyncAgentService_ExecuteTaskSyncServer) SendMsg added in v1.11.0

func (_m *SyncAgentService_ExecuteTaskSyncServer) SendMsg(m interface{}) error

SendMsg provides a mock function with given fields: m

func (*SyncAgentService_ExecuteTaskSyncServer) SetHeader added in v1.11.0

SetHeader provides a mock function with given fields: _a0

func (*SyncAgentService_ExecuteTaskSyncServer) SetTrailer added in v1.11.0

SetTrailer provides a mock function with given fields: _a0

type SyncAgentService_ExecuteTaskSyncServer_Context added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_Context struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncServer_Context) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_Recv added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_Recv struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncServer_Recv) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_RecvMsg added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_RecvMsg struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncServer_RecvMsg) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_Send added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_Send struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncServer_Send) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_SendHeader added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_SendHeader struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncServer_SendHeader) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_SendMsg added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_SendMsg struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncServer_SendMsg) Return added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_SetHeader added in v1.11.0

type SyncAgentService_ExecuteTaskSyncServer_SetHeader struct {
	*mock.Call
}

func (SyncAgentService_ExecuteTaskSyncServer_SetHeader) Return added in v1.11.0

type TokenSource

type TokenSource struct {
	mock.Mock
}

TokenSource is an autogenerated mock type for the TokenSource type

func (*TokenSource) OnToken

func (_m *TokenSource) OnToken() *TokenSource_Token

func (*TokenSource) OnTokenMatch

func (_m *TokenSource) OnTokenMatch(matchers ...interface{}) *TokenSource_Token

func (*TokenSource) Token

func (_m *TokenSource) Token() (*oauth2.Token, error)

Token provides a mock function with given fields:

type TokenSource_Token

type TokenSource_Token struct {
	*mock.Call
}

func (TokenSource_Token) Return

func (_m TokenSource_Token) Return(_a0 *oauth2.Token, _a1 error) *TokenSource_Token

type UnsafeAdminServiceServer added in v1.10.7

type UnsafeAdminServiceServer struct {
	mock.Mock
}

UnsafeAdminServiceServer is an autogenerated mock type for the UnsafeAdminServiceServer type

type UnsafeAgentMetadataServiceServer added in v1.10.7

type UnsafeAgentMetadataServiceServer struct {
	mock.Mock
}

UnsafeAgentMetadataServiceServer is an autogenerated mock type for the UnsafeAgentMetadataServiceServer type

type UnsafeAsyncAgentServiceServer added in v1.10.7

type UnsafeAsyncAgentServiceServer struct {
	mock.Mock
}

UnsafeAsyncAgentServiceServer is an autogenerated mock type for the UnsafeAsyncAgentServiceServer type

type UnsafeAuthMetadataServiceServer added in v1.10.7

type UnsafeAuthMetadataServiceServer struct {
	mock.Mock
}

UnsafeAuthMetadataServiceServer is an autogenerated mock type for the UnsafeAuthMetadataServiceServer type

type UnsafeDataProxyServiceServer added in v1.10.7

type UnsafeDataProxyServiceServer struct {
	mock.Mock
}

UnsafeDataProxyServiceServer is an autogenerated mock type for the UnsafeDataProxyServiceServer type

type UnsafeExternalPluginServiceServer added in v1.10.7

type UnsafeExternalPluginServiceServer struct {
	mock.Mock
}

UnsafeExternalPluginServiceServer is an autogenerated mock type for the UnsafeExternalPluginServiceServer type

type UnsafeIdentityServiceServer added in v1.10.7

type UnsafeIdentityServiceServer struct {
	mock.Mock
}

UnsafeIdentityServiceServer is an autogenerated mock type for the UnsafeIdentityServiceServer type

type UnsafeSignalServiceServer added in v1.10.7

type UnsafeSignalServiceServer struct {
	mock.Mock
}

UnsafeSignalServiceServer is an autogenerated mock type for the UnsafeSignalServiceServer type

type UnsafeSyncAgentServiceServer added in v1.11.0

type UnsafeSyncAgentServiceServer struct {
	mock.Mock
}

UnsafeSyncAgentServiceServer is an autogenerated mock type for the UnsafeSyncAgentServiceServer type

Jump to

Keyboard shortcuts

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