mock_s3

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_s3 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockObjectStorageServiceClient

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

MockObjectStorageServiceClient is a mock of ObjectStorageServiceClient interface.

func NewMockObjectStorageServiceClient

func NewMockObjectStorageServiceClient(ctrl *gomock.Controller) *MockObjectStorageServiceClient

NewMockObjectStorageServiceClient creates a new mock instance.

func (*MockObjectStorageServiceClient) AbortMultipartUpload

AbortMultipartUpload mocks base method.

func (*MockObjectStorageServiceClient) AppendObject

AppendObject mocks base method.

func (*MockObjectStorageServiceClient) CompleteMultipartUpload

CompleteMultipartUpload mocks base method.

func (*MockObjectStorageServiceClient) CopyObject

CopyObject mocks base method.

func (*MockObjectStorageServiceClient) CreateMultipartUpload

CreateMultipartUpload mocks base method.

func (*MockObjectStorageServiceClient) DeleteObject

DeleteObject mocks base method.

func (*MockObjectStorageServiceClient) DeleteObjectTagging

DeleteObjectTagging mocks base method.

func (*MockObjectStorageServiceClient) DeleteObjects

DeleteObjects mocks base method.

func (*MockObjectStorageServiceClient) EXPECT

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

func (*MockObjectStorageServiceClient) GetObject

GetObject mocks base method.

func (*MockObjectStorageServiceClient) GetObjectCannedAcl

GetObjectCannedAcl mocks base method.

func (*MockObjectStorageServiceClient) GetObjectTagging

GetObjectTagging mocks base method.

func (*MockObjectStorageServiceClient) HeadObject

HeadObject mocks base method.

func (*MockObjectStorageServiceClient) IsObjectExist

IsObjectExist mocks base method.

func (*MockObjectStorageServiceClient) ListMultipartUploads

ListMultipartUploads mocks base method.

func (*MockObjectStorageServiceClient) ListObjectVersions

ListObjectVersions mocks base method.

func (*MockObjectStorageServiceClient) ListObjects

ListObjects mocks base method.

func (*MockObjectStorageServiceClient) ListParts

ListParts mocks base method.

func (*MockObjectStorageServiceClient) PutObject

PutObject mocks base method.

func (*MockObjectStorageServiceClient) PutObjectCannedAcl

PutObjectCannedAcl mocks base method.

func (*MockObjectStorageServiceClient) PutObjectTagging

PutObjectTagging mocks base method.

func (*MockObjectStorageServiceClient) RestoreObject

RestoreObject mocks base method.

func (*MockObjectStorageServiceClient) SignURL

SignURL mocks base method.

func (*MockObjectStorageServiceClient) UpdateDownloadBandwidthRateLimit

func (m *MockObjectStorageServiceClient) UpdateDownloadBandwidthRateLimit(ctx context.Context, in *s3.UpdateBandwidthRateLimitInput, opts ...grpc.CallOption) (*emptypb.Empty, error)

UpdateDownloadBandwidthRateLimit mocks base method.

func (*MockObjectStorageServiceClient) UpdateUploadBandwidthRateLimit

func (m *MockObjectStorageServiceClient) UpdateUploadBandwidthRateLimit(ctx context.Context, in *s3.UpdateBandwidthRateLimitInput, opts ...grpc.CallOption) (*emptypb.Empty, error)

UpdateUploadBandwidthRateLimit mocks base method.

func (*MockObjectStorageServiceClient) UploadPart

UploadPart mocks base method.

func (*MockObjectStorageServiceClient) UploadPartCopy

UploadPartCopy mocks base method.

type MockObjectStorageServiceClientMockRecorder

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

MockObjectStorageServiceClientMockRecorder is the mock recorder for MockObjectStorageServiceClient.

func (*MockObjectStorageServiceClientMockRecorder) AbortMultipartUpload

func (mr *MockObjectStorageServiceClientMockRecorder) AbortMultipartUpload(ctx, in interface{}, opts ...interface{}) *gomock.Call

AbortMultipartUpload indicates an expected call of AbortMultipartUpload.

func (*MockObjectStorageServiceClientMockRecorder) AppendObject

func (mr *MockObjectStorageServiceClientMockRecorder) AppendObject(ctx interface{}, opts ...interface{}) *gomock.Call

AppendObject indicates an expected call of AppendObject.

func (*MockObjectStorageServiceClientMockRecorder) CompleteMultipartUpload

func (mr *MockObjectStorageServiceClientMockRecorder) CompleteMultipartUpload(ctx, in interface{}, opts ...interface{}) *gomock.Call

CompleteMultipartUpload indicates an expected call of CompleteMultipartUpload.

func (*MockObjectStorageServiceClientMockRecorder) CopyObject

func (mr *MockObjectStorageServiceClientMockRecorder) CopyObject(ctx, in interface{}, opts ...interface{}) *gomock.Call

CopyObject indicates an expected call of CopyObject.

func (*MockObjectStorageServiceClientMockRecorder) CreateMultipartUpload

func (mr *MockObjectStorageServiceClientMockRecorder) CreateMultipartUpload(ctx, in interface{}, opts ...interface{}) *gomock.Call

CreateMultipartUpload indicates an expected call of CreateMultipartUpload.

func (*MockObjectStorageServiceClientMockRecorder) DeleteObject

func (mr *MockObjectStorageServiceClientMockRecorder) DeleteObject(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject.

func (*MockObjectStorageServiceClientMockRecorder) DeleteObjectTagging

func (mr *MockObjectStorageServiceClientMockRecorder) DeleteObjectTagging(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteObjectTagging indicates an expected call of DeleteObjectTagging.

func (*MockObjectStorageServiceClientMockRecorder) DeleteObjects

func (mr *MockObjectStorageServiceClientMockRecorder) DeleteObjects(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteObjects indicates an expected call of DeleteObjects.

func (*MockObjectStorageServiceClientMockRecorder) GetObject

func (mr *MockObjectStorageServiceClientMockRecorder) GetObject(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetObject indicates an expected call of GetObject.

func (*MockObjectStorageServiceClientMockRecorder) GetObjectCannedAcl

func (mr *MockObjectStorageServiceClientMockRecorder) GetObjectCannedAcl(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetObjectCannedAcl indicates an expected call of GetObjectCannedAcl.

func (*MockObjectStorageServiceClientMockRecorder) GetObjectTagging

func (mr *MockObjectStorageServiceClientMockRecorder) GetObjectTagging(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetObjectTagging indicates an expected call of GetObjectTagging.

func (*MockObjectStorageServiceClientMockRecorder) HeadObject

func (mr *MockObjectStorageServiceClientMockRecorder) HeadObject(ctx, in interface{}, opts ...interface{}) *gomock.Call

HeadObject indicates an expected call of HeadObject.

func (*MockObjectStorageServiceClientMockRecorder) IsObjectExist

func (mr *MockObjectStorageServiceClientMockRecorder) IsObjectExist(ctx, in interface{}, opts ...interface{}) *gomock.Call

IsObjectExist indicates an expected call of IsObjectExist.

func (*MockObjectStorageServiceClientMockRecorder) ListMultipartUploads

func (mr *MockObjectStorageServiceClientMockRecorder) ListMultipartUploads(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListMultipartUploads indicates an expected call of ListMultipartUploads.

func (*MockObjectStorageServiceClientMockRecorder) ListObjectVersions

func (mr *MockObjectStorageServiceClientMockRecorder) ListObjectVersions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListObjectVersions indicates an expected call of ListObjectVersions.

func (*MockObjectStorageServiceClientMockRecorder) ListObjects

func (mr *MockObjectStorageServiceClientMockRecorder) ListObjects(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListObjects indicates an expected call of ListObjects.

func (*MockObjectStorageServiceClientMockRecorder) ListParts

func (mr *MockObjectStorageServiceClientMockRecorder) ListParts(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListParts indicates an expected call of ListParts.

func (*MockObjectStorageServiceClientMockRecorder) PutObject

func (mr *MockObjectStorageServiceClientMockRecorder) PutObject(ctx interface{}, opts ...interface{}) *gomock.Call

PutObject indicates an expected call of PutObject.

func (*MockObjectStorageServiceClientMockRecorder) PutObjectCannedAcl

func (mr *MockObjectStorageServiceClientMockRecorder) PutObjectCannedAcl(ctx, in interface{}, opts ...interface{}) *gomock.Call

PutObjectCannedAcl indicates an expected call of PutObjectCannedAcl.

func (*MockObjectStorageServiceClientMockRecorder) PutObjectTagging

func (mr *MockObjectStorageServiceClientMockRecorder) PutObjectTagging(ctx, in interface{}, opts ...interface{}) *gomock.Call

PutObjectTagging indicates an expected call of PutObjectTagging.

func (*MockObjectStorageServiceClientMockRecorder) RestoreObject

func (mr *MockObjectStorageServiceClientMockRecorder) RestoreObject(ctx, in interface{}, opts ...interface{}) *gomock.Call

RestoreObject indicates an expected call of RestoreObject.

func (*MockObjectStorageServiceClientMockRecorder) SignURL

func (mr *MockObjectStorageServiceClientMockRecorder) SignURL(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignURL indicates an expected call of SignURL.

func (*MockObjectStorageServiceClientMockRecorder) UpdateDownloadBandwidthRateLimit

func (mr *MockObjectStorageServiceClientMockRecorder) UpdateDownloadBandwidthRateLimit(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateDownloadBandwidthRateLimit indicates an expected call of UpdateDownloadBandwidthRateLimit.

func (*MockObjectStorageServiceClientMockRecorder) UpdateUploadBandwidthRateLimit

func (mr *MockObjectStorageServiceClientMockRecorder) UpdateUploadBandwidthRateLimit(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateUploadBandwidthRateLimit indicates an expected call of UpdateUploadBandwidthRateLimit.

func (*MockObjectStorageServiceClientMockRecorder) UploadPart

func (mr *MockObjectStorageServiceClientMockRecorder) UploadPart(ctx interface{}, opts ...interface{}) *gomock.Call

UploadPart indicates an expected call of UploadPart.

func (*MockObjectStorageServiceClientMockRecorder) UploadPartCopy

func (mr *MockObjectStorageServiceClientMockRecorder) UploadPartCopy(ctx, in interface{}, opts ...interface{}) *gomock.Call

UploadPartCopy indicates an expected call of UploadPartCopy.

type MockObjectStorageServiceServer

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

MockObjectStorageServiceServer is a mock of ObjectStorageServiceServer interface.

func NewMockObjectStorageServiceServer

func NewMockObjectStorageServiceServer(ctrl *gomock.Controller) *MockObjectStorageServiceServer

NewMockObjectStorageServiceServer creates a new mock instance.

func (*MockObjectStorageServiceServer) AbortMultipartUpload

AbortMultipartUpload mocks base method.

func (*MockObjectStorageServiceServer) AppendObject

AppendObject mocks base method.

func (*MockObjectStorageServiceServer) CompleteMultipartUpload

CompleteMultipartUpload mocks base method.

func (*MockObjectStorageServiceServer) CopyObject

CopyObject mocks base method.

func (*MockObjectStorageServiceServer) CreateMultipartUpload

CreateMultipartUpload mocks base method.

func (*MockObjectStorageServiceServer) DeleteObject

DeleteObject mocks base method.

func (*MockObjectStorageServiceServer) DeleteObjectTagging

DeleteObjectTagging mocks base method.

func (*MockObjectStorageServiceServer) DeleteObjects

DeleteObjects mocks base method.

func (*MockObjectStorageServiceServer) EXPECT

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

func (*MockObjectStorageServiceServer) GetObject

GetObject mocks base method.

func (*MockObjectStorageServiceServer) GetObjectCannedAcl

GetObjectCannedAcl mocks base method.

func (*MockObjectStorageServiceServer) GetObjectTagging

GetObjectTagging mocks base method.

func (*MockObjectStorageServiceServer) HeadObject

HeadObject mocks base method.

func (*MockObjectStorageServiceServer) IsObjectExist

IsObjectExist mocks base method.

func (*MockObjectStorageServiceServer) ListMultipartUploads

ListMultipartUploads mocks base method.

func (*MockObjectStorageServiceServer) ListObjectVersions

ListObjectVersions mocks base method.

func (*MockObjectStorageServiceServer) ListObjects

ListObjects mocks base method.

func (*MockObjectStorageServiceServer) ListParts

ListParts mocks base method.

func (*MockObjectStorageServiceServer) PutObject

PutObject mocks base method.

func (*MockObjectStorageServiceServer) PutObjectCannedAcl

PutObjectCannedAcl mocks base method.

func (*MockObjectStorageServiceServer) PutObjectTagging

PutObjectTagging mocks base method.

func (*MockObjectStorageServiceServer) RestoreObject

RestoreObject mocks base method.

func (*MockObjectStorageServiceServer) SignURL

SignURL mocks base method.

func (*MockObjectStorageServiceServer) UpdateDownloadBandwidthRateLimit

func (m *MockObjectStorageServiceServer) UpdateDownloadBandwidthRateLimit(arg0 context.Context, arg1 *s3.UpdateBandwidthRateLimitInput) (*emptypb.Empty, error)

UpdateDownloadBandwidthRateLimit mocks base method.

func (*MockObjectStorageServiceServer) UpdateUploadBandwidthRateLimit

func (m *MockObjectStorageServiceServer) UpdateUploadBandwidthRateLimit(arg0 context.Context, arg1 *s3.UpdateBandwidthRateLimitInput) (*emptypb.Empty, error)

UpdateUploadBandwidthRateLimit mocks base method.

func (*MockObjectStorageServiceServer) UploadPart

UploadPart mocks base method.

func (*MockObjectStorageServiceServer) UploadPartCopy

UploadPartCopy mocks base method.

type MockObjectStorageServiceServerMockRecorder

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

MockObjectStorageServiceServerMockRecorder is the mock recorder for MockObjectStorageServiceServer.

func (*MockObjectStorageServiceServerMockRecorder) AbortMultipartUpload

func (mr *MockObjectStorageServiceServerMockRecorder) AbortMultipartUpload(arg0, arg1 interface{}) *gomock.Call

AbortMultipartUpload indicates an expected call of AbortMultipartUpload.

func (*MockObjectStorageServiceServerMockRecorder) AppendObject

func (mr *MockObjectStorageServiceServerMockRecorder) AppendObject(arg0 interface{}) *gomock.Call

AppendObject indicates an expected call of AppendObject.

func (*MockObjectStorageServiceServerMockRecorder) CompleteMultipartUpload

func (mr *MockObjectStorageServiceServerMockRecorder) CompleteMultipartUpload(arg0, arg1 interface{}) *gomock.Call

CompleteMultipartUpload indicates an expected call of CompleteMultipartUpload.

func (*MockObjectStorageServiceServerMockRecorder) CopyObject

func (mr *MockObjectStorageServiceServerMockRecorder) CopyObject(arg0, arg1 interface{}) *gomock.Call

CopyObject indicates an expected call of CopyObject.

func (*MockObjectStorageServiceServerMockRecorder) CreateMultipartUpload

func (mr *MockObjectStorageServiceServerMockRecorder) CreateMultipartUpload(arg0, arg1 interface{}) *gomock.Call

CreateMultipartUpload indicates an expected call of CreateMultipartUpload.

func (*MockObjectStorageServiceServerMockRecorder) DeleteObject

func (mr *MockObjectStorageServiceServerMockRecorder) DeleteObject(arg0, arg1 interface{}) *gomock.Call

DeleteObject indicates an expected call of DeleteObject.

func (*MockObjectStorageServiceServerMockRecorder) DeleteObjectTagging

func (mr *MockObjectStorageServiceServerMockRecorder) DeleteObjectTagging(arg0, arg1 interface{}) *gomock.Call

DeleteObjectTagging indicates an expected call of DeleteObjectTagging.

func (*MockObjectStorageServiceServerMockRecorder) DeleteObjects

func (mr *MockObjectStorageServiceServerMockRecorder) DeleteObjects(arg0, arg1 interface{}) *gomock.Call

DeleteObjects indicates an expected call of DeleteObjects.

func (*MockObjectStorageServiceServerMockRecorder) GetObject

func (mr *MockObjectStorageServiceServerMockRecorder) GetObject(arg0, arg1 interface{}) *gomock.Call

GetObject indicates an expected call of GetObject.

func (*MockObjectStorageServiceServerMockRecorder) GetObjectCannedAcl

func (mr *MockObjectStorageServiceServerMockRecorder) GetObjectCannedAcl(arg0, arg1 interface{}) *gomock.Call

GetObjectCannedAcl indicates an expected call of GetObjectCannedAcl.

func (*MockObjectStorageServiceServerMockRecorder) GetObjectTagging

func (mr *MockObjectStorageServiceServerMockRecorder) GetObjectTagging(arg0, arg1 interface{}) *gomock.Call

GetObjectTagging indicates an expected call of GetObjectTagging.

func (*MockObjectStorageServiceServerMockRecorder) HeadObject

func (mr *MockObjectStorageServiceServerMockRecorder) HeadObject(arg0, arg1 interface{}) *gomock.Call

HeadObject indicates an expected call of HeadObject.

func (*MockObjectStorageServiceServerMockRecorder) IsObjectExist

func (mr *MockObjectStorageServiceServerMockRecorder) IsObjectExist(arg0, arg1 interface{}) *gomock.Call

IsObjectExist indicates an expected call of IsObjectExist.

func (*MockObjectStorageServiceServerMockRecorder) ListMultipartUploads

func (mr *MockObjectStorageServiceServerMockRecorder) ListMultipartUploads(arg0, arg1 interface{}) *gomock.Call

ListMultipartUploads indicates an expected call of ListMultipartUploads.

func (*MockObjectStorageServiceServerMockRecorder) ListObjectVersions

func (mr *MockObjectStorageServiceServerMockRecorder) ListObjectVersions(arg0, arg1 interface{}) *gomock.Call

ListObjectVersions indicates an expected call of ListObjectVersions.

func (*MockObjectStorageServiceServerMockRecorder) ListObjects

func (mr *MockObjectStorageServiceServerMockRecorder) ListObjects(arg0, arg1 interface{}) *gomock.Call

ListObjects indicates an expected call of ListObjects.

func (*MockObjectStorageServiceServerMockRecorder) ListParts

func (mr *MockObjectStorageServiceServerMockRecorder) ListParts(arg0, arg1 interface{}) *gomock.Call

ListParts indicates an expected call of ListParts.

func (*MockObjectStorageServiceServerMockRecorder) PutObject

func (mr *MockObjectStorageServiceServerMockRecorder) PutObject(arg0 interface{}) *gomock.Call

PutObject indicates an expected call of PutObject.

func (*MockObjectStorageServiceServerMockRecorder) PutObjectCannedAcl

func (mr *MockObjectStorageServiceServerMockRecorder) PutObjectCannedAcl(arg0, arg1 interface{}) *gomock.Call

PutObjectCannedAcl indicates an expected call of PutObjectCannedAcl.

func (*MockObjectStorageServiceServerMockRecorder) PutObjectTagging

func (mr *MockObjectStorageServiceServerMockRecorder) PutObjectTagging(arg0, arg1 interface{}) *gomock.Call

PutObjectTagging indicates an expected call of PutObjectTagging.

func (*MockObjectStorageServiceServerMockRecorder) RestoreObject

func (mr *MockObjectStorageServiceServerMockRecorder) RestoreObject(arg0, arg1 interface{}) *gomock.Call

RestoreObject indicates an expected call of RestoreObject.

func (*MockObjectStorageServiceServerMockRecorder) SignURL

func (mr *MockObjectStorageServiceServerMockRecorder) SignURL(arg0, arg1 interface{}) *gomock.Call

SignURL indicates an expected call of SignURL.

func (*MockObjectStorageServiceServerMockRecorder) UpdateDownloadBandwidthRateLimit

func (mr *MockObjectStorageServiceServerMockRecorder) UpdateDownloadBandwidthRateLimit(arg0, arg1 interface{}) *gomock.Call

UpdateDownloadBandwidthRateLimit indicates an expected call of UpdateDownloadBandwidthRateLimit.

func (*MockObjectStorageServiceServerMockRecorder) UpdateUploadBandwidthRateLimit

func (mr *MockObjectStorageServiceServerMockRecorder) UpdateUploadBandwidthRateLimit(arg0, arg1 interface{}) *gomock.Call

UpdateUploadBandwidthRateLimit indicates an expected call of UpdateUploadBandwidthRateLimit.

func (*MockObjectStorageServiceServerMockRecorder) UploadPart

func (mr *MockObjectStorageServiceServerMockRecorder) UploadPart(arg0 interface{}) *gomock.Call

UploadPart indicates an expected call of UploadPart.

func (*MockObjectStorageServiceServerMockRecorder) UploadPartCopy

func (mr *MockObjectStorageServiceServerMockRecorder) UploadPartCopy(arg0, arg1 interface{}) *gomock.Call

UploadPartCopy indicates an expected call of UploadPartCopy.

type MockObjectStorageService_AppendObjectClient

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

MockObjectStorageService_AppendObjectClient is a mock of ObjectStorageService_AppendObjectClient interface.

func NewMockObjectStorageService_AppendObjectClient

func NewMockObjectStorageService_AppendObjectClient(ctrl *gomock.Controller) *MockObjectStorageService_AppendObjectClient

NewMockObjectStorageService_AppendObjectClient creates a new mock instance.

func (*MockObjectStorageService_AppendObjectClient) CloseAndRecv

CloseAndRecv mocks base method.

func (*MockObjectStorageService_AppendObjectClient) CloseSend

CloseSend mocks base method.

func (*MockObjectStorageService_AppendObjectClient) Context

Context mocks base method.

func (*MockObjectStorageService_AppendObjectClient) EXPECT

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

func (*MockObjectStorageService_AppendObjectClient) Header

Header mocks base method.

func (*MockObjectStorageService_AppendObjectClient) RecvMsg

func (m_2 *MockObjectStorageService_AppendObjectClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_AppendObjectClient) Send

Send mocks base method.

func (*MockObjectStorageService_AppendObjectClient) SendMsg

func (m_2 *MockObjectStorageService_AppendObjectClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_AppendObjectClient) Trailer

Trailer mocks base method.

type MockObjectStorageService_AppendObjectClientMockRecorder

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

MockObjectStorageService_AppendObjectClientMockRecorder is the mock recorder for MockObjectStorageService_AppendObjectClient.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) Send

Send indicates an expected call of Send.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_AppendObjectClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockObjectStorageService_AppendObjectServer

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

MockObjectStorageService_AppendObjectServer is a mock of ObjectStorageService_AppendObjectServer interface.

func NewMockObjectStorageService_AppendObjectServer

func NewMockObjectStorageService_AppendObjectServer(ctrl *gomock.Controller) *MockObjectStorageService_AppendObjectServer

NewMockObjectStorageService_AppendObjectServer creates a new mock instance.

func (*MockObjectStorageService_AppendObjectServer) Context

Context mocks base method.

func (*MockObjectStorageService_AppendObjectServer) EXPECT

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

func (*MockObjectStorageService_AppendObjectServer) Recv

Recv mocks base method.

func (*MockObjectStorageService_AppendObjectServer) RecvMsg

func (m_2 *MockObjectStorageService_AppendObjectServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_AppendObjectServer) SendAndClose

SendAndClose mocks base method.

func (*MockObjectStorageService_AppendObjectServer) SendHeader

SendHeader mocks base method.

func (*MockObjectStorageService_AppendObjectServer) SendMsg

func (m_2 *MockObjectStorageService_AppendObjectServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_AppendObjectServer) SetHeader

SetHeader mocks base method.

func (*MockObjectStorageService_AppendObjectServer) SetTrailer

SetTrailer mocks base method.

type MockObjectStorageService_AppendObjectServerMockRecorder

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

MockObjectStorageService_AppendObjectServerMockRecorder is the mock recorder for MockObjectStorageService_AppendObjectServer.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) SendAndClose

func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call

SendAndClose indicates an expected call of SendAndClose.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) SendHeader

func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) SetHeader

func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockObjectStorageService_AppendObjectServerMockRecorder) SetTrailer

func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockObjectStorageService_GetObjectClient

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

MockObjectStorageService_GetObjectClient is a mock of ObjectStorageService_GetObjectClient interface.

func NewMockObjectStorageService_GetObjectClient

func NewMockObjectStorageService_GetObjectClient(ctrl *gomock.Controller) *MockObjectStorageService_GetObjectClient

NewMockObjectStorageService_GetObjectClient creates a new mock instance.

func (*MockObjectStorageService_GetObjectClient) CloseSend

CloseSend mocks base method.

func (*MockObjectStorageService_GetObjectClient) Context

Context mocks base method.

func (*MockObjectStorageService_GetObjectClient) EXPECT

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

func (*MockObjectStorageService_GetObjectClient) Header

Header mocks base method.

func (*MockObjectStorageService_GetObjectClient) Recv

Recv mocks base method.

func (*MockObjectStorageService_GetObjectClient) RecvMsg

func (m_2 *MockObjectStorageService_GetObjectClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_GetObjectClient) SendMsg

func (m_2 *MockObjectStorageService_GetObjectClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_GetObjectClient) Trailer

Trailer mocks base method.

type MockObjectStorageService_GetObjectClientMockRecorder

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

MockObjectStorageService_GetObjectClientMockRecorder is the mock recorder for MockObjectStorageService_GetObjectClient.

func (*MockObjectStorageService_GetObjectClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockObjectStorageService_GetObjectClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_GetObjectClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockObjectStorageService_GetObjectClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockObjectStorageService_GetObjectClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_GetObjectClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_GetObjectClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockObjectStorageService_GetObjectServer

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

MockObjectStorageService_GetObjectServer is a mock of ObjectStorageService_GetObjectServer interface.

func NewMockObjectStorageService_GetObjectServer

func NewMockObjectStorageService_GetObjectServer(ctrl *gomock.Controller) *MockObjectStorageService_GetObjectServer

NewMockObjectStorageService_GetObjectServer creates a new mock instance.

func (*MockObjectStorageService_GetObjectServer) Context

Context mocks base method.

func (*MockObjectStorageService_GetObjectServer) EXPECT

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

func (*MockObjectStorageService_GetObjectServer) RecvMsg

func (m_2 *MockObjectStorageService_GetObjectServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_GetObjectServer) Send

Send mocks base method.

func (*MockObjectStorageService_GetObjectServer) SendHeader

SendHeader mocks base method.

func (*MockObjectStorageService_GetObjectServer) SendMsg

func (m_2 *MockObjectStorageService_GetObjectServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_GetObjectServer) SetHeader

SetHeader mocks base method.

func (*MockObjectStorageService_GetObjectServer) SetTrailer

SetTrailer mocks base method.

type MockObjectStorageService_GetObjectServerMockRecorder

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

MockObjectStorageService_GetObjectServerMockRecorder is the mock recorder for MockObjectStorageService_GetObjectServer.

func (*MockObjectStorageService_GetObjectServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_GetObjectServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_GetObjectServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockObjectStorageService_GetObjectServerMockRecorder) SendHeader

func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockObjectStorageService_GetObjectServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_GetObjectServerMockRecorder) SetHeader

func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockObjectStorageService_GetObjectServerMockRecorder) SetTrailer

func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockObjectStorageService_PutObjectClient

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

MockObjectStorageService_PutObjectClient is a mock of ObjectStorageService_PutObjectClient interface.

func NewMockObjectStorageService_PutObjectClient

func NewMockObjectStorageService_PutObjectClient(ctrl *gomock.Controller) *MockObjectStorageService_PutObjectClient

NewMockObjectStorageService_PutObjectClient creates a new mock instance.

func (*MockObjectStorageService_PutObjectClient) CloseAndRecv

CloseAndRecv mocks base method.

func (*MockObjectStorageService_PutObjectClient) CloseSend

CloseSend mocks base method.

func (*MockObjectStorageService_PutObjectClient) Context

Context mocks base method.

func (*MockObjectStorageService_PutObjectClient) EXPECT

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

func (*MockObjectStorageService_PutObjectClient) Header

Header mocks base method.

func (*MockObjectStorageService_PutObjectClient) RecvMsg

func (m_2 *MockObjectStorageService_PutObjectClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_PutObjectClient) Send

Send mocks base method.

func (*MockObjectStorageService_PutObjectClient) SendMsg

func (m_2 *MockObjectStorageService_PutObjectClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_PutObjectClient) Trailer

Trailer mocks base method.

type MockObjectStorageService_PutObjectClientMockRecorder

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

MockObjectStorageService_PutObjectClientMockRecorder is the mock recorder for MockObjectStorageService_PutObjectClient.

func (*MockObjectStorageService_PutObjectClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockObjectStorageService_PutObjectClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockObjectStorageService_PutObjectClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_PutObjectClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockObjectStorageService_PutObjectClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_PutObjectClientMockRecorder) Send

Send indicates an expected call of Send.

func (*MockObjectStorageService_PutObjectClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_PutObjectClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockObjectStorageService_PutObjectServer

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

MockObjectStorageService_PutObjectServer is a mock of ObjectStorageService_PutObjectServer interface.

func NewMockObjectStorageService_PutObjectServer

func NewMockObjectStorageService_PutObjectServer(ctrl *gomock.Controller) *MockObjectStorageService_PutObjectServer

NewMockObjectStorageService_PutObjectServer creates a new mock instance.

func (*MockObjectStorageService_PutObjectServer) Context

Context mocks base method.

func (*MockObjectStorageService_PutObjectServer) EXPECT

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

func (*MockObjectStorageService_PutObjectServer) Recv

Recv mocks base method.

func (*MockObjectStorageService_PutObjectServer) RecvMsg

func (m_2 *MockObjectStorageService_PutObjectServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_PutObjectServer) SendAndClose

SendAndClose mocks base method.

func (*MockObjectStorageService_PutObjectServer) SendHeader

SendHeader mocks base method.

func (*MockObjectStorageService_PutObjectServer) SendMsg

func (m_2 *MockObjectStorageService_PutObjectServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_PutObjectServer) SetHeader

SetHeader mocks base method.

func (*MockObjectStorageService_PutObjectServer) SetTrailer

SetTrailer mocks base method.

type MockObjectStorageService_PutObjectServerMockRecorder

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

MockObjectStorageService_PutObjectServerMockRecorder is the mock recorder for MockObjectStorageService_PutObjectServer.

func (*MockObjectStorageService_PutObjectServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_PutObjectServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockObjectStorageService_PutObjectServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_PutObjectServerMockRecorder) SendAndClose

func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call

SendAndClose indicates an expected call of SendAndClose.

func (*MockObjectStorageService_PutObjectServerMockRecorder) SendHeader

func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockObjectStorageService_PutObjectServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_PutObjectServerMockRecorder) SetHeader

func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockObjectStorageService_PutObjectServerMockRecorder) SetTrailer

func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockObjectStorageService_UploadPartClient

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

MockObjectStorageService_UploadPartClient is a mock of ObjectStorageService_UploadPartClient interface.

func NewMockObjectStorageService_UploadPartClient

func NewMockObjectStorageService_UploadPartClient(ctrl *gomock.Controller) *MockObjectStorageService_UploadPartClient

NewMockObjectStorageService_UploadPartClient creates a new mock instance.

func (*MockObjectStorageService_UploadPartClient) CloseAndRecv

CloseAndRecv mocks base method.

func (*MockObjectStorageService_UploadPartClient) CloseSend

CloseSend mocks base method.

func (*MockObjectStorageService_UploadPartClient) Context

Context mocks base method.

func (*MockObjectStorageService_UploadPartClient) EXPECT

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

func (*MockObjectStorageService_UploadPartClient) Header

Header mocks base method.

func (*MockObjectStorageService_UploadPartClient) RecvMsg

func (m_2 *MockObjectStorageService_UploadPartClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_UploadPartClient) Send

Send mocks base method.

func (*MockObjectStorageService_UploadPartClient) SendMsg

func (m_2 *MockObjectStorageService_UploadPartClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_UploadPartClient) Trailer

Trailer mocks base method.

type MockObjectStorageService_UploadPartClientMockRecorder

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

MockObjectStorageService_UploadPartClientMockRecorder is the mock recorder for MockObjectStorageService_UploadPartClient.

func (*MockObjectStorageService_UploadPartClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockObjectStorageService_UploadPartClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockObjectStorageService_UploadPartClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_UploadPartClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockObjectStorageService_UploadPartClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_UploadPartClientMockRecorder) Send

Send indicates an expected call of Send.

func (*MockObjectStorageService_UploadPartClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_UploadPartClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockObjectStorageService_UploadPartServer

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

MockObjectStorageService_UploadPartServer is a mock of ObjectStorageService_UploadPartServer interface.

func NewMockObjectStorageService_UploadPartServer

func NewMockObjectStorageService_UploadPartServer(ctrl *gomock.Controller) *MockObjectStorageService_UploadPartServer

NewMockObjectStorageService_UploadPartServer creates a new mock instance.

func (*MockObjectStorageService_UploadPartServer) Context

Context mocks base method.

func (*MockObjectStorageService_UploadPartServer) EXPECT

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

func (*MockObjectStorageService_UploadPartServer) Recv

Recv mocks base method.

func (*MockObjectStorageService_UploadPartServer) RecvMsg

func (m_2 *MockObjectStorageService_UploadPartServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockObjectStorageService_UploadPartServer) SendAndClose

SendAndClose mocks base method.

func (*MockObjectStorageService_UploadPartServer) SendHeader

SendHeader mocks base method.

func (*MockObjectStorageService_UploadPartServer) SendMsg

func (m_2 *MockObjectStorageService_UploadPartServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockObjectStorageService_UploadPartServer) SetHeader

SetHeader mocks base method.

func (*MockObjectStorageService_UploadPartServer) SetTrailer

SetTrailer mocks base method.

type MockObjectStorageService_UploadPartServerMockRecorder

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

MockObjectStorageService_UploadPartServerMockRecorder is the mock recorder for MockObjectStorageService_UploadPartServer.

func (*MockObjectStorageService_UploadPartServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockObjectStorageService_UploadPartServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockObjectStorageService_UploadPartServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockObjectStorageService_UploadPartServerMockRecorder) SendAndClose

func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call

SendAndClose indicates an expected call of SendAndClose.

func (*MockObjectStorageService_UploadPartServerMockRecorder) SendHeader

func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockObjectStorageService_UploadPartServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockObjectStorageService_UploadPartServerMockRecorder) SetHeader

func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockObjectStorageService_UploadPartServerMockRecorder) SetTrailer

func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockUnsafeObjectStorageServiceServer

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

MockUnsafeObjectStorageServiceServer is a mock of UnsafeObjectStorageServiceServer interface.

func NewMockUnsafeObjectStorageServiceServer

func NewMockUnsafeObjectStorageServiceServer(ctrl *gomock.Controller) *MockUnsafeObjectStorageServiceServer

NewMockUnsafeObjectStorageServiceServer creates a new mock instance.

func (*MockUnsafeObjectStorageServiceServer) EXPECT

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

type MockUnsafeObjectStorageServiceServerMockRecorder

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

MockUnsafeObjectStorageServiceServerMockRecorder is the mock recorder for MockUnsafeObjectStorageServiceServer.

Jump to

Keyboard shortcuts

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