examplev1

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCreateFooRun

type MockCreateFooRun struct {
	mock.Mock
}

MockCreateFooRun is an autogenerated mock type for the CreateFooRun type

func NewMockCreateFooRun

func NewMockCreateFooRun(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockCreateFooRun

NewMockCreateFooRun creates a new instance of MockCreateFooRun. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockCreateFooRun) Cancel

func (_m *MockCreateFooRun) Cancel(ctx context.Context) error

Cancel provides a mock function with given fields: ctx

func (*MockCreateFooRun) EXPECT

func (*MockCreateFooRun) Get

Get provides a mock function with given fields: ctx

func (*MockCreateFooRun) GetFooProgress

GetFooProgress provides a mock function with given fields: ctx

func (*MockCreateFooRun) ID

func (_m *MockCreateFooRun) ID() string

ID provides a mock function with given fields:

func (*MockCreateFooRun) Run

Run provides a mock function with given fields:

func (*MockCreateFooRun) RunID

func (_m *MockCreateFooRun) RunID() string

RunID provides a mock function with given fields:

func (*MockCreateFooRun) SetFooProgress

func (_m *MockCreateFooRun) SetFooProgress(ctx context.Context, req *examplev1.SetFooProgressRequest) error

SetFooProgress provides a mock function with given fields: ctx, req

func (*MockCreateFooRun) Terminate

func (_m *MockCreateFooRun) Terminate(ctx context.Context, reason string, details ...interface{}) error

Terminate provides a mock function with given fields: ctx, reason, details

func (*MockCreateFooRun) UpdateFooProgress

UpdateFooProgress provides a mock function with given fields: ctx, req, opts

func (*MockCreateFooRun) UpdateFooProgressAsync

UpdateFooProgressAsync provides a mock function with given fields: ctx, req, opts

type MockCreateFooRun_Cancel_Call

type MockCreateFooRun_Cancel_Call struct {
	*mock.Call
}

MockCreateFooRun_Cancel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Cancel'

func (*MockCreateFooRun_Cancel_Call) Return

func (*MockCreateFooRun_Cancel_Call) Run

func (*MockCreateFooRun_Cancel_Call) RunAndReturn

type MockCreateFooRun_Expecter

type MockCreateFooRun_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockCreateFooRun_Expecter) Cancel

func (_e *MockCreateFooRun_Expecter) Cancel(ctx interface{}) *MockCreateFooRun_Cancel_Call

Cancel is a helper method to define mock.On call

  • ctx context.Context

func (*MockCreateFooRun_Expecter) Get

func (_e *MockCreateFooRun_Expecter) Get(ctx interface{}) *MockCreateFooRun_Get_Call

Get is a helper method to define mock.On call

  • ctx context.Context

func (*MockCreateFooRun_Expecter) GetFooProgress

func (_e *MockCreateFooRun_Expecter) GetFooProgress(ctx interface{}) *MockCreateFooRun_GetFooProgress_Call

GetFooProgress is a helper method to define mock.On call

  • ctx context.Context

func (*MockCreateFooRun_Expecter) ID

ID is a helper method to define mock.On call

func (*MockCreateFooRun_Expecter) Run

Run is a helper method to define mock.On call

func (*MockCreateFooRun_Expecter) RunID

RunID is a helper method to define mock.On call

func (*MockCreateFooRun_Expecter) SetFooProgress

func (_e *MockCreateFooRun_Expecter) SetFooProgress(ctx interface{}, req interface{}) *MockCreateFooRun_SetFooProgress_Call

SetFooProgress is a helper method to define mock.On call

  • ctx context.Context
  • req *examplev1.SetFooProgressRequest

func (*MockCreateFooRun_Expecter) Terminate

func (_e *MockCreateFooRun_Expecter) Terminate(ctx interface{}, reason interface{}, details ...interface{}) *MockCreateFooRun_Terminate_Call

Terminate is a helper method to define mock.On call

  • ctx context.Context
  • reason string
  • details ...interface{}

func (*MockCreateFooRun_Expecter) UpdateFooProgress

func (_e *MockCreateFooRun_Expecter) UpdateFooProgress(ctx interface{}, req interface{}, opts ...interface{}) *MockCreateFooRun_UpdateFooProgress_Call

UpdateFooProgress is a helper method to define mock.On call

  • ctx context.Context
  • req *examplev1.SetFooProgressRequest
  • opts ...*examplev1.UpdateFooProgressOptions

func (*MockCreateFooRun_Expecter) UpdateFooProgressAsync

func (_e *MockCreateFooRun_Expecter) UpdateFooProgressAsync(ctx interface{}, req interface{}, opts ...interface{}) *MockCreateFooRun_UpdateFooProgressAsync_Call

UpdateFooProgressAsync is a helper method to define mock.On call

  • ctx context.Context
  • req *examplev1.SetFooProgressRequest
  • opts ...*examplev1.UpdateFooProgressOptions

type MockCreateFooRun_GetFooProgress_Call

type MockCreateFooRun_GetFooProgress_Call struct {
	*mock.Call
}

MockCreateFooRun_GetFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFooProgress'

func (*MockCreateFooRun_GetFooProgress_Call) Return

func (*MockCreateFooRun_GetFooProgress_Call) Run

func (*MockCreateFooRun_GetFooProgress_Call) RunAndReturn

type MockCreateFooRun_Get_Call

type MockCreateFooRun_Get_Call struct {
	*mock.Call
}

MockCreateFooRun_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockCreateFooRun_Get_Call) Return

func (*MockCreateFooRun_Get_Call) Run

func (*MockCreateFooRun_Get_Call) RunAndReturn

type MockCreateFooRun_ID_Call

type MockCreateFooRun_ID_Call struct {
	*mock.Call
}

MockCreateFooRun_ID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ID'

func (*MockCreateFooRun_ID_Call) Return

func (*MockCreateFooRun_ID_Call) Run

func (*MockCreateFooRun_ID_Call) RunAndReturn

func (_c *MockCreateFooRun_ID_Call) RunAndReturn(run func() string) *MockCreateFooRun_ID_Call

type MockCreateFooRun_RunID_Call

type MockCreateFooRun_RunID_Call struct {
	*mock.Call
}

MockCreateFooRun_RunID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunID'

func (*MockCreateFooRun_RunID_Call) Return

func (*MockCreateFooRun_RunID_Call) Run

func (*MockCreateFooRun_RunID_Call) RunAndReturn

func (_c *MockCreateFooRun_RunID_Call) RunAndReturn(run func() string) *MockCreateFooRun_RunID_Call

type MockCreateFooRun_Run_Call

type MockCreateFooRun_Run_Call struct {
	*mock.Call
}

MockCreateFooRun_Run_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Run'

func (*MockCreateFooRun_Run_Call) Return

func (*MockCreateFooRun_Run_Call) Run

func (*MockCreateFooRun_Run_Call) RunAndReturn

type MockCreateFooRun_SetFooProgress_Call

type MockCreateFooRun_SetFooProgress_Call struct {
	*mock.Call
}

MockCreateFooRun_SetFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetFooProgress'

func (*MockCreateFooRun_SetFooProgress_Call) Return

func (*MockCreateFooRun_SetFooProgress_Call) Run

func (*MockCreateFooRun_SetFooProgress_Call) RunAndReturn

type MockCreateFooRun_Terminate_Call

type MockCreateFooRun_Terminate_Call struct {
	*mock.Call
}

MockCreateFooRun_Terminate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Terminate'

func (*MockCreateFooRun_Terminate_Call) Return

func (*MockCreateFooRun_Terminate_Call) Run

func (_c *MockCreateFooRun_Terminate_Call) Run(run func(ctx context.Context, reason string, details ...interface{})) *MockCreateFooRun_Terminate_Call

func (*MockCreateFooRun_Terminate_Call) RunAndReturn

func (_c *MockCreateFooRun_Terminate_Call) RunAndReturn(run func(context.Context, string, ...interface{}) error) *MockCreateFooRun_Terminate_Call

type MockCreateFooRun_UpdateFooProgressAsync_Call

type MockCreateFooRun_UpdateFooProgressAsync_Call struct {
	*mock.Call
}

MockCreateFooRun_UpdateFooProgressAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFooProgressAsync'

func (*MockCreateFooRun_UpdateFooProgressAsync_Call) Return

type MockCreateFooRun_UpdateFooProgress_Call

type MockCreateFooRun_UpdateFooProgress_Call struct {
	*mock.Call
}

MockCreateFooRun_UpdateFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFooProgress'

func (*MockCreateFooRun_UpdateFooProgress_Call) Return

type MockExampleClient

type MockExampleClient struct {
	mock.Mock
}

MockExampleClient is an autogenerated mock type for the ExampleClient type

func NewMockExampleClient

func NewMockExampleClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockExampleClient

NewMockExampleClient creates a new instance of MockExampleClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockExampleClient) CancelWorkflow

func (_m *MockExampleClient) CancelWorkflow(ctx context.Context, workflowID string, runID string) error

CancelWorkflow provides a mock function with given fields: ctx, workflowID, runID

func (*MockExampleClient) CreateFoo

CreateFoo provides a mock function with given fields: ctx, req, opts

func (*MockExampleClient) CreateFooAsync

CreateFooAsync provides a mock function with given fields: ctx, req, opts

func (*MockExampleClient) CreateFooWithSetFooProgress

CreateFooWithSetFooProgress provides a mock function with given fields: ctx, req, signal, opts

func (*MockExampleClient) CreateFooWithSetFooProgressAsync

CreateFooWithSetFooProgressAsync provides a mock function with given fields: ctx, req, signal, opts

func (*MockExampleClient) EXPECT

func (*MockExampleClient) GetCreateFoo

func (_m *MockExampleClient) GetCreateFoo(ctx context.Context, workflowID string, runID string) examplev1.CreateFooRun

GetCreateFoo provides a mock function with given fields: ctx, workflowID, runID

func (*MockExampleClient) GetFooProgress

func (_m *MockExampleClient) GetFooProgress(ctx context.Context, workflowID string, runID string) (*examplev1.GetFooProgressResponse, error)

GetFooProgress provides a mock function with given fields: ctx, workflowID, runID

func (*MockExampleClient) GetUpdateFooProgress

GetUpdateFooProgress provides a mock function with given fields: ctx, req

func (*MockExampleClient) SetFooProgress

func (_m *MockExampleClient) SetFooProgress(ctx context.Context, workflowID string, runID string, signal *examplev1.SetFooProgressRequest) error

SetFooProgress provides a mock function with given fields: ctx, workflowID, runID, signal

func (*MockExampleClient) TerminateWorkflow

func (_m *MockExampleClient) TerminateWorkflow(ctx context.Context, workflowID string, runID string, reason string, details ...interface{}) error

TerminateWorkflow provides a mock function with given fields: ctx, workflowID, runID, reason, details

func (*MockExampleClient) UpdateFooProgress

UpdateFooProgress provides a mock function with given fields: ctx, workflowID, runID, req, opts

func (*MockExampleClient) UpdateFooProgressAsync

UpdateFooProgressAsync provides a mock function with given fields: ctx, workflowID, runID, req, opts

type MockExampleClient_CancelWorkflow_Call

type MockExampleClient_CancelWorkflow_Call struct {
	*mock.Call
}

MockExampleClient_CancelWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CancelWorkflow'

func (*MockExampleClient_CancelWorkflow_Call) Return

func (*MockExampleClient_CancelWorkflow_Call) Run

func (*MockExampleClient_CancelWorkflow_Call) RunAndReturn

type MockExampleClient_CreateFooAsync_Call

type MockExampleClient_CreateFooAsync_Call struct {
	*mock.Call
}

MockExampleClient_CreateFooAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFooAsync'

func (*MockExampleClient_CreateFooAsync_Call) Return

func (*MockExampleClient_CreateFooAsync_Call) Run

type MockExampleClient_CreateFooWithSetFooProgressAsync_Call

type MockExampleClient_CreateFooWithSetFooProgressAsync_Call struct {
	*mock.Call
}

MockExampleClient_CreateFooWithSetFooProgressAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFooWithSetFooProgressAsync'

func (*MockExampleClient_CreateFooWithSetFooProgressAsync_Call) Return

type MockExampleClient_CreateFooWithSetFooProgress_Call

type MockExampleClient_CreateFooWithSetFooProgress_Call struct {
	*mock.Call
}

MockExampleClient_CreateFooWithSetFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFooWithSetFooProgress'

func (*MockExampleClient_CreateFooWithSetFooProgress_Call) Return

type MockExampleClient_CreateFoo_Call

type MockExampleClient_CreateFoo_Call struct {
	*mock.Call
}

MockExampleClient_CreateFoo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFoo'

func (*MockExampleClient_CreateFoo_Call) Return

func (*MockExampleClient_CreateFoo_Call) Run

type MockExampleClient_Expecter

type MockExampleClient_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockExampleClient_Expecter) CancelWorkflow

func (_e *MockExampleClient_Expecter) CancelWorkflow(ctx interface{}, workflowID interface{}, runID interface{}) *MockExampleClient_CancelWorkflow_Call

CancelWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • workflowID string
  • runID string

func (*MockExampleClient_Expecter) CreateFoo

func (_e *MockExampleClient_Expecter) CreateFoo(ctx interface{}, req interface{}, opts ...interface{}) *MockExampleClient_CreateFoo_Call

CreateFoo is a helper method to define mock.On call

  • ctx context.Context
  • req *examplev1.CreateFooRequest
  • opts ...*examplev1.CreateFooOptions

func (*MockExampleClient_Expecter) CreateFooAsync

func (_e *MockExampleClient_Expecter) CreateFooAsync(ctx interface{}, req interface{}, opts ...interface{}) *MockExampleClient_CreateFooAsync_Call

CreateFooAsync is a helper method to define mock.On call

  • ctx context.Context
  • req *examplev1.CreateFooRequest
  • opts ...*examplev1.CreateFooOptions

func (*MockExampleClient_Expecter) CreateFooWithSetFooProgress

func (_e *MockExampleClient_Expecter) CreateFooWithSetFooProgress(ctx interface{}, req interface{}, signal interface{}, opts ...interface{}) *MockExampleClient_CreateFooWithSetFooProgress_Call

CreateFooWithSetFooProgress is a helper method to define mock.On call

  • ctx context.Context
  • req *examplev1.CreateFooRequest
  • signal *examplev1.SetFooProgressRequest
  • opts ...*examplev1.CreateFooOptions

func (*MockExampleClient_Expecter) CreateFooWithSetFooProgressAsync

func (_e *MockExampleClient_Expecter) CreateFooWithSetFooProgressAsync(ctx interface{}, req interface{}, signal interface{}, opts ...interface{}) *MockExampleClient_CreateFooWithSetFooProgressAsync_Call

CreateFooWithSetFooProgressAsync is a helper method to define mock.On call

  • ctx context.Context
  • req *examplev1.CreateFooRequest
  • signal *examplev1.SetFooProgressRequest
  • opts ...*examplev1.CreateFooOptions

func (*MockExampleClient_Expecter) GetCreateFoo

func (_e *MockExampleClient_Expecter) GetCreateFoo(ctx interface{}, workflowID interface{}, runID interface{}) *MockExampleClient_GetCreateFoo_Call

GetCreateFoo is a helper method to define mock.On call

  • ctx context.Context
  • workflowID string
  • runID string

func (*MockExampleClient_Expecter) GetFooProgress

func (_e *MockExampleClient_Expecter) GetFooProgress(ctx interface{}, workflowID interface{}, runID interface{}) *MockExampleClient_GetFooProgress_Call

GetFooProgress is a helper method to define mock.On call

  • ctx context.Context
  • workflowID string
  • runID string

func (*MockExampleClient_Expecter) GetUpdateFooProgress

func (_e *MockExampleClient_Expecter) GetUpdateFooProgress(ctx interface{}, req interface{}) *MockExampleClient_GetUpdateFooProgress_Call

GetUpdateFooProgress is a helper method to define mock.On call

  • ctx context.Context
  • req internal.GetWorkflowUpdateHandleOptions

func (*MockExampleClient_Expecter) SetFooProgress

func (_e *MockExampleClient_Expecter) SetFooProgress(ctx interface{}, workflowID interface{}, runID interface{}, signal interface{}) *MockExampleClient_SetFooProgress_Call

SetFooProgress is a helper method to define mock.On call

  • ctx context.Context
  • workflowID string
  • runID string
  • signal *examplev1.SetFooProgressRequest

func (*MockExampleClient_Expecter) TerminateWorkflow

func (_e *MockExampleClient_Expecter) TerminateWorkflow(ctx interface{}, workflowID interface{}, runID interface{}, reason interface{}, details ...interface{}) *MockExampleClient_TerminateWorkflow_Call

TerminateWorkflow is a helper method to define mock.On call

  • ctx context.Context
  • workflowID string
  • runID string
  • reason string
  • details ...interface{}

func (*MockExampleClient_Expecter) UpdateFooProgress

func (_e *MockExampleClient_Expecter) UpdateFooProgress(ctx interface{}, workflowID interface{}, runID interface{}, req interface{}, opts ...interface{}) *MockExampleClient_UpdateFooProgress_Call

UpdateFooProgress is a helper method to define mock.On call

  • ctx context.Context
  • workflowID string
  • runID string
  • req *examplev1.SetFooProgressRequest
  • opts ...*examplev1.UpdateFooProgressOptions

func (*MockExampleClient_Expecter) UpdateFooProgressAsync

func (_e *MockExampleClient_Expecter) UpdateFooProgressAsync(ctx interface{}, workflowID interface{}, runID interface{}, req interface{}, opts ...interface{}) *MockExampleClient_UpdateFooProgressAsync_Call

UpdateFooProgressAsync is a helper method to define mock.On call

  • ctx context.Context
  • workflowID string
  • runID string
  • req *examplev1.SetFooProgressRequest
  • opts ...*examplev1.UpdateFooProgressOptions

type MockExampleClient_GetCreateFoo_Call

type MockExampleClient_GetCreateFoo_Call struct {
	*mock.Call
}

MockExampleClient_GetCreateFoo_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCreateFoo'

func (*MockExampleClient_GetCreateFoo_Call) Return

func (*MockExampleClient_GetCreateFoo_Call) Run

func (*MockExampleClient_GetCreateFoo_Call) RunAndReturn

type MockExampleClient_GetFooProgress_Call

type MockExampleClient_GetFooProgress_Call struct {
	*mock.Call
}

MockExampleClient_GetFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFooProgress'

func (*MockExampleClient_GetFooProgress_Call) Return

func (*MockExampleClient_GetFooProgress_Call) Run

func (*MockExampleClient_GetFooProgress_Call) RunAndReturn

type MockExampleClient_GetUpdateFooProgress_Call

type MockExampleClient_GetUpdateFooProgress_Call struct {
	*mock.Call
}

MockExampleClient_GetUpdateFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUpdateFooProgress'

func (*MockExampleClient_GetUpdateFooProgress_Call) Return

func (*MockExampleClient_GetUpdateFooProgress_Call) Run

type MockExampleClient_SetFooProgress_Call

type MockExampleClient_SetFooProgress_Call struct {
	*mock.Call
}

MockExampleClient_SetFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetFooProgress'

func (*MockExampleClient_SetFooProgress_Call) Return

func (*MockExampleClient_SetFooProgress_Call) Run

type MockExampleClient_TerminateWorkflow_Call

type MockExampleClient_TerminateWorkflow_Call struct {
	*mock.Call
}

MockExampleClient_TerminateWorkflow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TerminateWorkflow'

func (*MockExampleClient_TerminateWorkflow_Call) Return

func (*MockExampleClient_TerminateWorkflow_Call) Run

func (_c *MockExampleClient_TerminateWorkflow_Call) Run(run func(ctx context.Context, workflowID string, runID string, reason string, details ...interface{})) *MockExampleClient_TerminateWorkflow_Call

func (*MockExampleClient_TerminateWorkflow_Call) RunAndReturn

type MockExampleClient_UpdateFooProgressAsync_Call

type MockExampleClient_UpdateFooProgressAsync_Call struct {
	*mock.Call
}

MockExampleClient_UpdateFooProgressAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFooProgressAsync'

func (*MockExampleClient_UpdateFooProgressAsync_Call) Return

func (*MockExampleClient_UpdateFooProgressAsync_Call) Run

type MockExampleClient_UpdateFooProgress_Call

type MockExampleClient_UpdateFooProgress_Call struct {
	*mock.Call
}

MockExampleClient_UpdateFooProgress_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFooProgress'

func (*MockExampleClient_UpdateFooProgress_Call) Return

func (*MockExampleClient_UpdateFooProgress_Call) Run

type MockUpdateFooProgressHandle

type MockUpdateFooProgressHandle struct {
	mock.Mock
}

MockUpdateFooProgressHandle is an autogenerated mock type for the UpdateFooProgressHandle type

func NewMockUpdateFooProgressHandle

func NewMockUpdateFooProgressHandle(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockUpdateFooProgressHandle

NewMockUpdateFooProgressHandle creates a new instance of MockUpdateFooProgressHandle. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockUpdateFooProgressHandle) EXPECT

func (*MockUpdateFooProgressHandle) Get

Get provides a mock function with given fields: ctx

func (*MockUpdateFooProgressHandle) RunID

func (_m *MockUpdateFooProgressHandle) RunID() string

RunID provides a mock function with given fields:

func (*MockUpdateFooProgressHandle) UpdateID

func (_m *MockUpdateFooProgressHandle) UpdateID() string

UpdateID provides a mock function with given fields:

func (*MockUpdateFooProgressHandle) WorkflowID

func (_m *MockUpdateFooProgressHandle) WorkflowID() string

WorkflowID provides a mock function with given fields:

type MockUpdateFooProgressHandle_Expecter

type MockUpdateFooProgressHandle_Expecter struct {
	// contains filtered or unexported fields
}

func (*MockUpdateFooProgressHandle_Expecter) Get

Get is a helper method to define mock.On call

  • ctx context.Context

func (*MockUpdateFooProgressHandle_Expecter) RunID

RunID is a helper method to define mock.On call

func (*MockUpdateFooProgressHandle_Expecter) UpdateID

UpdateID is a helper method to define mock.On call

func (*MockUpdateFooProgressHandle_Expecter) WorkflowID

WorkflowID is a helper method to define mock.On call

type MockUpdateFooProgressHandle_Get_Call

type MockUpdateFooProgressHandle_Get_Call struct {
	*mock.Call
}

MockUpdateFooProgressHandle_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'

func (*MockUpdateFooProgressHandle_Get_Call) Return

func (*MockUpdateFooProgressHandle_Get_Call) Run

func (*MockUpdateFooProgressHandle_Get_Call) RunAndReturn

type MockUpdateFooProgressHandle_RunID_Call

type MockUpdateFooProgressHandle_RunID_Call struct {
	*mock.Call
}

MockUpdateFooProgressHandle_RunID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunID'

func (*MockUpdateFooProgressHandle_RunID_Call) Return

func (*MockUpdateFooProgressHandle_RunID_Call) Run

func (*MockUpdateFooProgressHandle_RunID_Call) RunAndReturn

type MockUpdateFooProgressHandle_UpdateID_Call

type MockUpdateFooProgressHandle_UpdateID_Call struct {
	*mock.Call
}

MockUpdateFooProgressHandle_UpdateID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateID'

func (*MockUpdateFooProgressHandle_UpdateID_Call) Return

func (*MockUpdateFooProgressHandle_UpdateID_Call) Run

func (*MockUpdateFooProgressHandle_UpdateID_Call) RunAndReturn

type MockUpdateFooProgressHandle_WorkflowID_Call

type MockUpdateFooProgressHandle_WorkflowID_Call struct {
	*mock.Call
}

MockUpdateFooProgressHandle_WorkflowID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WorkflowID'

func (*MockUpdateFooProgressHandle_WorkflowID_Call) Return

func (*MockUpdateFooProgressHandle_WorkflowID_Call) Run

func (*MockUpdateFooProgressHandle_WorkflowID_Call) RunAndReturn

Jump to

Keyboard shortcuts

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