mock_pb

package
v1.0.0-alpha6 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_pb is a generated GoMock package.

Package mock_pb is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockGatewayClient

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

MockGatewayClient is a mock of GatewayClient interface

func NewMockGatewayClient

func NewMockGatewayClient(ctrl *gomock.Controller) *MockGatewayClient

NewMockGatewayClient creates a new mock instance

func (*MockGatewayClient) ActivateJobs

ActivateJobs mocks base method

func (*MockGatewayClient) CancelProcessInstance

CancelProcessInstance mocks base method

func (*MockGatewayClient) CompleteJob

CompleteJob mocks base method

func (*MockGatewayClient) CreateProcessInstance

CreateProcessInstance mocks base method

func (*MockGatewayClient) CreateProcessInstanceWithResult

CreateProcessInstanceWithResult mocks base method

func (*MockGatewayClient) DeployProcess

DeployProcess mocks base method

func (*MockGatewayClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockGatewayClient) FailJob

FailJob mocks base method

func (*MockGatewayClient) PublishMessage

PublishMessage mocks base method

func (*MockGatewayClient) ResolveIncident

ResolveIncident mocks base method

func (*MockGatewayClient) SetVariables

SetVariables mocks base method

func (*MockGatewayClient) ThrowError

ThrowError mocks base method

func (*MockGatewayClient) Topology

Topology mocks base method

func (*MockGatewayClient) UpdateJobRetries

UpdateJobRetries mocks base method

type MockGatewayClientMockRecorder

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

MockGatewayClientMockRecorder is the mock recorder for MockGatewayClient

func (*MockGatewayClientMockRecorder) ActivateJobs

func (mr *MockGatewayClientMockRecorder) ActivateJobs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ActivateJobs indicates an expected call of ActivateJobs

func (*MockGatewayClientMockRecorder) CancelProcessInstance

func (mr *MockGatewayClientMockRecorder) CancelProcessInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelProcessInstance indicates an expected call of CancelProcessInstance

func (*MockGatewayClientMockRecorder) CompleteJob

func (mr *MockGatewayClientMockRecorder) CompleteJob(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CompleteJob indicates an expected call of CompleteJob

func (*MockGatewayClientMockRecorder) CreateProcessInstance

func (mr *MockGatewayClientMockRecorder) CreateProcessInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProcessInstance indicates an expected call of CreateProcessInstance

func (*MockGatewayClientMockRecorder) CreateProcessInstanceWithResult

func (mr *MockGatewayClientMockRecorder) CreateProcessInstanceWithResult(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateProcessInstanceWithResult indicates an expected call of CreateProcessInstanceWithResult

func (*MockGatewayClientMockRecorder) DeployProcess

func (mr *MockGatewayClientMockRecorder) DeployProcess(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeployProcess indicates an expected call of DeployProcess

func (*MockGatewayClientMockRecorder) FailJob

func (mr *MockGatewayClientMockRecorder) FailJob(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FailJob indicates an expected call of FailJob

func (*MockGatewayClientMockRecorder) PublishMessage

func (mr *MockGatewayClientMockRecorder) PublishMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PublishMessage indicates an expected call of PublishMessage

func (*MockGatewayClientMockRecorder) ResolveIncident

func (mr *MockGatewayClientMockRecorder) ResolveIncident(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResolveIncident indicates an expected call of ResolveIncident

func (*MockGatewayClientMockRecorder) SetVariables

func (mr *MockGatewayClientMockRecorder) SetVariables(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetVariables indicates an expected call of SetVariables

func (*MockGatewayClientMockRecorder) ThrowError

func (mr *MockGatewayClientMockRecorder) ThrowError(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ThrowError indicates an expected call of ThrowError

func (*MockGatewayClientMockRecorder) Topology

func (mr *MockGatewayClientMockRecorder) Topology(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Topology indicates an expected call of Topology

func (*MockGatewayClientMockRecorder) UpdateJobRetries

func (mr *MockGatewayClientMockRecorder) UpdateJobRetries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateJobRetries indicates an expected call of UpdateJobRetries

type MockGateway_ActivateJobsClient

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

MockGateway_ActivateJobsClient is a mock of Gateway_ActivateJobsClient interface

func NewMockGateway_ActivateJobsClient

func NewMockGateway_ActivateJobsClient(ctrl *gomock.Controller) *MockGateway_ActivateJobsClient

NewMockGateway_ActivateJobsClient creates a new mock instance

func (*MockGateway_ActivateJobsClient) CloseSend

func (m *MockGateway_ActivateJobsClient) CloseSend() error

CloseSend mocks base method

func (*MockGateway_ActivateJobsClient) Context

Context mocks base method

func (*MockGateway_ActivateJobsClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockGateway_ActivateJobsClient) Header

Header mocks base method

func (*MockGateway_ActivateJobsClient) Recv

Recv mocks base method

func (*MockGateway_ActivateJobsClient) RecvMsg

func (m *MockGateway_ActivateJobsClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method

func (*MockGateway_ActivateJobsClient) SendMsg

func (m *MockGateway_ActivateJobsClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method

func (*MockGateway_ActivateJobsClient) Trailer

Trailer mocks base method

type MockGateway_ActivateJobsClientMockRecorder

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

MockGateway_ActivateJobsClientMockRecorder is the mock recorder for MockGateway_ActivateJobsClient

func (*MockGateway_ActivateJobsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend

func (*MockGateway_ActivateJobsClientMockRecorder) Context

Context indicates an expected call of Context

func (*MockGateway_ActivateJobsClientMockRecorder) Header

Header indicates an expected call of Header

func (*MockGateway_ActivateJobsClientMockRecorder) Recv

Recv indicates an expected call of Recv

func (*MockGateway_ActivateJobsClientMockRecorder) RecvMsg

func (mr *MockGateway_ActivateJobsClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg

func (*MockGateway_ActivateJobsClientMockRecorder) SendMsg

func (mr *MockGateway_ActivateJobsClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg

func (*MockGateway_ActivateJobsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer

type MockJobWorkerMetrics

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

MockJobWorkerMetrics is a mock of JobWorkerMetrics interface

func NewMockJobWorkerMetrics

func NewMockJobWorkerMetrics(ctrl *gomock.Controller) *MockJobWorkerMetrics

NewMockJobWorkerMetrics creates a new mock instance

func (*MockJobWorkerMetrics) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockJobWorkerMetrics) SetJobsRemainingCount

func (m *MockJobWorkerMetrics) SetJobsRemainingCount(arg0 string, arg1 int)

SetJobsRemainingCount mocks base method

type MockJobWorkerMetricsMockRecorder

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

MockJobWorkerMetricsMockRecorder is the mock recorder for MockJobWorkerMetrics

func (*MockJobWorkerMetricsMockRecorder) SetJobsRemainingCount

func (mr *MockJobWorkerMetricsMockRecorder) SetJobsRemainingCount(arg0, arg1 interface{}) *gomock.Call

SetJobsRemainingCount indicates an expected call of SetJobsRemainingCount

Jump to

Keyboard shortcuts

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