mock

package
v0.0.0-...-b0c7fd6 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMembershipClient

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

MockMembershipClient is a mock of MembershipClient interface.

func NewMockMembershipClient

func NewMockMembershipClient(ctrl *gomock.Controller) *MockMembershipClient

NewMockMembershipClient creates a new mock instance.

func (*MockMembershipClient) EXPECT

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

func (*MockMembershipClient) ListNodes

ListNodes mocks base method.

func (*MockMembershipClient) Ping

Ping mocks base method.

func (*MockMembershipClient) PingIndirect

PingIndirect mocks base method.

func (*MockMembershipClient) PullPushState

PullPushState mocks base method.

type MockMembershipClientMockRecorder

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

MockMembershipClientMockRecorder is the mock recorder for MockMembershipClient.

func (*MockMembershipClientMockRecorder) ListNodes

func (mr *MockMembershipClientMockRecorder) ListNodes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNodes indicates an expected call of ListNodes.

func (*MockMembershipClientMockRecorder) Ping

func (mr *MockMembershipClientMockRecorder) Ping(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Ping indicates an expected call of Ping.

func (*MockMembershipClientMockRecorder) PingIndirect

func (mr *MockMembershipClientMockRecorder) PingIndirect(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PingIndirect indicates an expected call of PingIndirect.

func (*MockMembershipClientMockRecorder) PullPushState

func (mr *MockMembershipClientMockRecorder) PullPushState(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PullPushState indicates an expected call of PullPushState.

type MockReplicationClient

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

MockReplicationClient is a mock of ReplicationClient interface.

func NewMockReplicationClient

func NewMockReplicationClient(ctrl *gomock.Controller) *MockReplicationClient

NewMockReplicationClient creates a new mock instance.

func (*MockReplicationClient) CounterDecrement

CounterDecrement mocks base method.

func (*MockReplicationClient) CounterGet

CounterGet mocks base method.

func (*MockReplicationClient) CounterIncrement

CounterIncrement mocks base method.

func (*MockReplicationClient) Delete

Delete mocks base method.

func (*MockReplicationClient) EXPECT

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

func (*MockReplicationClient) Get

Get mocks base method.

func (*MockReplicationClient) Put

Put mocks base method.

func (*MockReplicationClient) RegisterGet

RegisterGet mocks base method.

func (*MockReplicationClient) RegisterPut

RegisterPut mocks base method.

func (*MockReplicationClient) SetAdd

SetAdd mocks base method.

func (*MockReplicationClient) SetContains

SetContains mocks base method.

func (*MockReplicationClient) SetGetAll

SetGetAll mocks base method.

func (*MockReplicationClient) SetIntersect

SetIntersect mocks base method.

func (*MockReplicationClient) SetRemove

SetRemove mocks base method.

type MockReplicationClientMockRecorder

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

MockReplicationClientMockRecorder is the mock recorder for MockReplicationClient.

func (*MockReplicationClientMockRecorder) CounterDecrement

func (mr *MockReplicationClientMockRecorder) CounterDecrement(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CounterDecrement indicates an expected call of CounterDecrement.

func (*MockReplicationClientMockRecorder) CounterGet

func (mr *MockReplicationClientMockRecorder) CounterGet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CounterGet indicates an expected call of CounterGet.

func (*MockReplicationClientMockRecorder) CounterIncrement

func (mr *MockReplicationClientMockRecorder) CounterIncrement(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CounterIncrement indicates an expected call of CounterIncrement.

func (*MockReplicationClientMockRecorder) Delete

func (mr *MockReplicationClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockReplicationClientMockRecorder) Get

func (mr *MockReplicationClientMockRecorder) Get(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockReplicationClientMockRecorder) Put

func (mr *MockReplicationClientMockRecorder) Put(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Put indicates an expected call of Put.

func (*MockReplicationClientMockRecorder) RegisterGet

func (mr *MockReplicationClientMockRecorder) RegisterGet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterGet indicates an expected call of RegisterGet.

func (*MockReplicationClientMockRecorder) RegisterPut

func (mr *MockReplicationClientMockRecorder) RegisterPut(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterPut indicates an expected call of RegisterPut.

func (*MockReplicationClientMockRecorder) SetAdd

func (mr *MockReplicationClientMockRecorder) SetAdd(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetAdd indicates an expected call of SetAdd.

func (*MockReplicationClientMockRecorder) SetContains

func (mr *MockReplicationClientMockRecorder) SetContains(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetContains indicates an expected call of SetContains.

func (*MockReplicationClientMockRecorder) SetGetAll

func (mr *MockReplicationClientMockRecorder) SetGetAll(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetGetAll indicates an expected call of SetGetAll.

func (*MockReplicationClientMockRecorder) SetIntersect

func (mr *MockReplicationClientMockRecorder) SetIntersect(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIntersect indicates an expected call of SetIntersect.

func (*MockReplicationClientMockRecorder) SetRemove

func (mr *MockReplicationClientMockRecorder) SetRemove(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetRemove indicates an expected call of SetRemove.

type MockStorageServiceClient

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

MockStorageServiceClient is a mock of StorageServiceClient interface.

func NewMockStorageServiceClient

func NewMockStorageServiceClient(ctrl *gomock.Controller) *MockStorageServiceClient

NewMockStorageServiceClient creates a new mock instance.

func (*MockStorageServiceClient) EXPECT

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

func (*MockStorageServiceClient) Get

Get mocks base method.

func (*MockStorageServiceClient) Put

Put mocks base method.

func (*MockStorageServiceClient) Scan

Scan mocks base method.

type MockStorageServiceClientMockRecorder

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

MockStorageServiceClientMockRecorder is the mock recorder for MockStorageServiceClient.

func (*MockStorageServiceClientMockRecorder) Get

func (mr *MockStorageServiceClientMockRecorder) Get(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockStorageServiceClientMockRecorder) Put

func (mr *MockStorageServiceClientMockRecorder) Put(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Put indicates an expected call of Put.

func (*MockStorageServiceClientMockRecorder) Scan

func (mr *MockStorageServiceClientMockRecorder) Scan(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Scan indicates an expected call of Scan.

Jump to

Keyboard shortcuts

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