mock_Ydb_KeyValue_V1

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_Ydb_KeyValue_V1 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockKeyValueServiceClient

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

MockKeyValueServiceClient is a mock of KeyValueServiceClient interface

func NewMockKeyValueServiceClient

func NewMockKeyValueServiceClient(ctrl *gomock.Controller) *MockKeyValueServiceClient

NewMockKeyValueServiceClient creates a new mock instance

func (*MockKeyValueServiceClient) AcquireLock

AcquireLock mocks base method

func (*MockKeyValueServiceClient) AlterVolume

AlterVolume mocks base method

func (*MockKeyValueServiceClient) CreateVolume

CreateVolume mocks base method

func (*MockKeyValueServiceClient) DescribeVolume

DescribeVolume mocks base method

func (*MockKeyValueServiceClient) DropVolume

DropVolume mocks base method

func (*MockKeyValueServiceClient) EXPECT

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

func (*MockKeyValueServiceClient) ExecuteTransaction

ExecuteTransaction mocks base method

func (*MockKeyValueServiceClient) GetStorageChannelStatus

GetStorageChannelStatus mocks base method

func (*MockKeyValueServiceClient) ListLocalPartitions

ListLocalPartitions mocks base method

func (*MockKeyValueServiceClient) ListRange

ListRange mocks base method

func (*MockKeyValueServiceClient) Read

Read mocks base method

func (*MockKeyValueServiceClient) ReadRange

ReadRange mocks base method

type MockKeyValueServiceClientMockRecorder

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

MockKeyValueServiceClientMockRecorder is the mock recorder for MockKeyValueServiceClient

func (*MockKeyValueServiceClientMockRecorder) AcquireLock

func (mr *MockKeyValueServiceClientMockRecorder) AcquireLock(ctx, in interface{}, opts ...interface{}) *gomock.Call

AcquireLock indicates an expected call of AcquireLock

func (*MockKeyValueServiceClientMockRecorder) AlterVolume

func (mr *MockKeyValueServiceClientMockRecorder) AlterVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

AlterVolume indicates an expected call of AlterVolume

func (*MockKeyValueServiceClientMockRecorder) CreateVolume

func (mr *MockKeyValueServiceClientMockRecorder) CreateVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume

func (*MockKeyValueServiceClientMockRecorder) DescribeVolume

func (mr *MockKeyValueServiceClientMockRecorder) DescribeVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeVolume indicates an expected call of DescribeVolume

func (*MockKeyValueServiceClientMockRecorder) DropVolume

func (mr *MockKeyValueServiceClientMockRecorder) DropVolume(ctx, in interface{}, opts ...interface{}) *gomock.Call

DropVolume indicates an expected call of DropVolume

func (*MockKeyValueServiceClientMockRecorder) ExecuteTransaction

func (mr *MockKeyValueServiceClientMockRecorder) ExecuteTransaction(ctx, in interface{}, opts ...interface{}) *gomock.Call

ExecuteTransaction indicates an expected call of ExecuteTransaction

func (*MockKeyValueServiceClientMockRecorder) GetStorageChannelStatus

func (mr *MockKeyValueServiceClientMockRecorder) GetStorageChannelStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetStorageChannelStatus indicates an expected call of GetStorageChannelStatus

func (*MockKeyValueServiceClientMockRecorder) ListLocalPartitions

func (mr *MockKeyValueServiceClientMockRecorder) ListLocalPartitions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListLocalPartitions indicates an expected call of ListLocalPartitions

func (*MockKeyValueServiceClientMockRecorder) ListRange

func (mr *MockKeyValueServiceClientMockRecorder) ListRange(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListRange indicates an expected call of ListRange

func (*MockKeyValueServiceClientMockRecorder) Read

func (mr *MockKeyValueServiceClientMockRecorder) Read(ctx, in interface{}, opts ...interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockKeyValueServiceClientMockRecorder) ReadRange

func (mr *MockKeyValueServiceClientMockRecorder) ReadRange(ctx, in interface{}, opts ...interface{}) *gomock.Call

ReadRange indicates an expected call of ReadRange

type MockKeyValueServiceServer

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

MockKeyValueServiceServer is a mock of KeyValueServiceServer interface

func NewMockKeyValueServiceServer

func NewMockKeyValueServiceServer(ctrl *gomock.Controller) *MockKeyValueServiceServer

NewMockKeyValueServiceServer creates a new mock instance

func (*MockKeyValueServiceServer) AcquireLock

AcquireLock mocks base method

func (*MockKeyValueServiceServer) AlterVolume

AlterVolume mocks base method

func (*MockKeyValueServiceServer) CreateVolume

CreateVolume mocks base method

func (*MockKeyValueServiceServer) DescribeVolume

DescribeVolume mocks base method

func (*MockKeyValueServiceServer) DropVolume

DropVolume mocks base method

func (*MockKeyValueServiceServer) EXPECT

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

func (*MockKeyValueServiceServer) ExecuteTransaction

ExecuteTransaction mocks base method

func (*MockKeyValueServiceServer) GetStorageChannelStatus

GetStorageChannelStatus mocks base method

func (*MockKeyValueServiceServer) ListLocalPartitions

ListLocalPartitions mocks base method

func (*MockKeyValueServiceServer) ListRange

ListRange mocks base method

func (*MockKeyValueServiceServer) Read

Read mocks base method

func (*MockKeyValueServiceServer) ReadRange

ReadRange mocks base method

type MockKeyValueServiceServerMockRecorder

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

MockKeyValueServiceServerMockRecorder is the mock recorder for MockKeyValueServiceServer

func (*MockKeyValueServiceServerMockRecorder) AcquireLock

func (mr *MockKeyValueServiceServerMockRecorder) AcquireLock(arg0, arg1 interface{}) *gomock.Call

AcquireLock indicates an expected call of AcquireLock

func (*MockKeyValueServiceServerMockRecorder) AlterVolume

func (mr *MockKeyValueServiceServerMockRecorder) AlterVolume(arg0, arg1 interface{}) *gomock.Call

AlterVolume indicates an expected call of AlterVolume

func (*MockKeyValueServiceServerMockRecorder) CreateVolume

func (mr *MockKeyValueServiceServerMockRecorder) CreateVolume(arg0, arg1 interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume

func (*MockKeyValueServiceServerMockRecorder) DescribeVolume

func (mr *MockKeyValueServiceServerMockRecorder) DescribeVolume(arg0, arg1 interface{}) *gomock.Call

DescribeVolume indicates an expected call of DescribeVolume

func (*MockKeyValueServiceServerMockRecorder) DropVolume

func (mr *MockKeyValueServiceServerMockRecorder) DropVolume(arg0, arg1 interface{}) *gomock.Call

DropVolume indicates an expected call of DropVolume

func (*MockKeyValueServiceServerMockRecorder) ExecuteTransaction

func (mr *MockKeyValueServiceServerMockRecorder) ExecuteTransaction(arg0, arg1 interface{}) *gomock.Call

ExecuteTransaction indicates an expected call of ExecuteTransaction

func (*MockKeyValueServiceServerMockRecorder) GetStorageChannelStatus

func (mr *MockKeyValueServiceServerMockRecorder) GetStorageChannelStatus(arg0, arg1 interface{}) *gomock.Call

GetStorageChannelStatus indicates an expected call of GetStorageChannelStatus

func (*MockKeyValueServiceServerMockRecorder) ListLocalPartitions

func (mr *MockKeyValueServiceServerMockRecorder) ListLocalPartitions(arg0, arg1 interface{}) *gomock.Call

ListLocalPartitions indicates an expected call of ListLocalPartitions

func (*MockKeyValueServiceServerMockRecorder) ListRange

func (mr *MockKeyValueServiceServerMockRecorder) ListRange(arg0, arg1 interface{}) *gomock.Call

ListRange indicates an expected call of ListRange

func (*MockKeyValueServiceServerMockRecorder) Read

func (mr *MockKeyValueServiceServerMockRecorder) Read(arg0, arg1 interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockKeyValueServiceServerMockRecorder) ReadRange

func (mr *MockKeyValueServiceServerMockRecorder) ReadRange(arg0, arg1 interface{}) *gomock.Call

ReadRange indicates an expected call of ReadRange

type MockUnsafeKeyValueServiceServer

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

MockUnsafeKeyValueServiceServer is a mock of UnsafeKeyValueServiceServer interface

func NewMockUnsafeKeyValueServiceServer

func NewMockUnsafeKeyValueServiceServer(ctrl *gomock.Controller) *MockUnsafeKeyValueServiceServer

NewMockUnsafeKeyValueServiceServer creates a new mock instance

func (*MockUnsafeKeyValueServiceServer) EXPECT

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

type MockUnsafeKeyValueServiceServerMockRecorder

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

MockUnsafeKeyValueServiceServerMockRecorder is the mock recorder for MockUnsafeKeyValueServiceServer

Jump to

Keyboard shortcuts

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