Documentation ¶
Overview ¶
Package mock_s3 is a generated GoMock package.
Index ¶
- type MockObjectStorageServiceClient
- func (m *MockObjectStorageServiceClient) AbortMultipartUpload(ctx context.Context, in *s3.AbortMultipartUploadInput, opts ...grpc.CallOption) (*s3.AbortMultipartUploadOutput, error)
- func (m *MockObjectStorageServiceClient) AppendObject(ctx context.Context, opts ...grpc.CallOption) (s3.ObjectStorageService_AppendObjectClient, error)
- func (m *MockObjectStorageServiceClient) CompleteMultipartUpload(ctx context.Context, in *s3.CompleteMultipartUploadInput, ...) (*s3.CompleteMultipartUploadOutput, error)
- func (m *MockObjectStorageServiceClient) CopyObject(ctx context.Context, in *s3.CopyObjectInput, opts ...grpc.CallOption) (*s3.CopyObjectOutput, error)
- func (m *MockObjectStorageServiceClient) CreateMultipartUpload(ctx context.Context, in *s3.CreateMultipartUploadInput, ...) (*s3.CreateMultipartUploadOutput, error)
- func (m *MockObjectStorageServiceClient) DeleteObject(ctx context.Context, in *s3.DeleteObjectInput, opts ...grpc.CallOption) (*s3.DeleteObjectOutput, error)
- func (m *MockObjectStorageServiceClient) DeleteObjectTagging(ctx context.Context, in *s3.DeleteObjectTaggingInput, opts ...grpc.CallOption) (*s3.DeleteObjectTaggingOutput, error)
- func (m *MockObjectStorageServiceClient) DeleteObjects(ctx context.Context, in *s3.DeleteObjectsInput, opts ...grpc.CallOption) (*s3.DeleteObjectsOutput, error)
- func (m *MockObjectStorageServiceClient) EXPECT() *MockObjectStorageServiceClientMockRecorder
- func (m *MockObjectStorageServiceClient) GetObject(ctx context.Context, in *s3.GetObjectInput, opts ...grpc.CallOption) (s3.ObjectStorageService_GetObjectClient, error)
- func (m *MockObjectStorageServiceClient) GetObjectCannedAcl(ctx context.Context, in *s3.GetObjectCannedAclInput, opts ...grpc.CallOption) (*s3.GetObjectCannedAclOutput, error)
- func (m *MockObjectStorageServiceClient) GetObjectTagging(ctx context.Context, in *s3.GetObjectTaggingInput, opts ...grpc.CallOption) (*s3.GetObjectTaggingOutput, error)
- func (m *MockObjectStorageServiceClient) HeadObject(ctx context.Context, in *s3.HeadObjectInput, opts ...grpc.CallOption) (*s3.HeadObjectOutput, error)
- func (m *MockObjectStorageServiceClient) IsObjectExist(ctx context.Context, in *s3.IsObjectExistInput, opts ...grpc.CallOption) (*s3.IsObjectExistOutput, error)
- func (m *MockObjectStorageServiceClient) ListMultipartUploads(ctx context.Context, in *s3.ListMultipartUploadsInput, opts ...grpc.CallOption) (*s3.ListMultipartUploadsOutput, error)
- func (m *MockObjectStorageServiceClient) ListObjectVersions(ctx context.Context, in *s3.ListObjectVersionsInput, opts ...grpc.CallOption) (*s3.ListObjectVersionsOutput, error)
- func (m *MockObjectStorageServiceClient) ListObjects(ctx context.Context, in *s3.ListObjectsInput, opts ...grpc.CallOption) (*s3.ListObjectsOutput, error)
- func (m *MockObjectStorageServiceClient) ListParts(ctx context.Context, in *s3.ListPartsInput, opts ...grpc.CallOption) (*s3.ListPartsOutput, error)
- func (m *MockObjectStorageServiceClient) PutObject(ctx context.Context, opts ...grpc.CallOption) (s3.ObjectStorageService_PutObjectClient, error)
- func (m *MockObjectStorageServiceClient) PutObjectCannedAcl(ctx context.Context, in *s3.PutObjectCannedAclInput, opts ...grpc.CallOption) (*s3.PutObjectCannedAclOutput, error)
- func (m *MockObjectStorageServiceClient) PutObjectTagging(ctx context.Context, in *s3.PutObjectTaggingInput, opts ...grpc.CallOption) (*s3.PutObjectTaggingOutput, error)
- func (m *MockObjectStorageServiceClient) RestoreObject(ctx context.Context, in *s3.RestoreObjectInput, opts ...grpc.CallOption) (*s3.RestoreObjectOutput, error)
- func (m *MockObjectStorageServiceClient) SignURL(ctx context.Context, in *s3.SignURLInput, opts ...grpc.CallOption) (*s3.SignURLOutput, error)
- func (m *MockObjectStorageServiceClient) UpdateDownloadBandwidthRateLimit(ctx context.Context, in *s3.UpdateBandwidthRateLimitInput, ...) (*emptypb.Empty, error)
- func (m *MockObjectStorageServiceClient) UpdateUploadBandwidthRateLimit(ctx context.Context, in *s3.UpdateBandwidthRateLimitInput, ...) (*emptypb.Empty, error)
- func (m *MockObjectStorageServiceClient) UploadPart(ctx context.Context, opts ...grpc.CallOption) (s3.ObjectStorageService_UploadPartClient, error)
- func (m *MockObjectStorageServiceClient) UploadPartCopy(ctx context.Context, in *s3.UploadPartCopyInput, opts ...grpc.CallOption) (*s3.UploadPartCopyOutput, error)
- type MockObjectStorageServiceClientMockRecorder
- func (mr *MockObjectStorageServiceClientMockRecorder) AbortMultipartUpload(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) AppendObject(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) CompleteMultipartUpload(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) CopyObject(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) CreateMultipartUpload(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) DeleteObject(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) DeleteObjectTagging(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) DeleteObjects(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) GetObject(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) GetObjectCannedAcl(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) GetObjectTagging(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) HeadObject(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) IsObjectExist(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) ListMultipartUploads(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) ListObjectVersions(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) ListObjects(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) ListParts(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) PutObject(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) PutObjectCannedAcl(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) PutObjectTagging(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) RestoreObject(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) SignURL(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) UpdateDownloadBandwidthRateLimit(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) UpdateUploadBandwidthRateLimit(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) UploadPart(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceClientMockRecorder) UploadPartCopy(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockObjectStorageServiceServer
- func (m *MockObjectStorageServiceServer) AbortMultipartUpload(arg0 context.Context, arg1 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)
- func (m *MockObjectStorageServiceServer) AppendObject(arg0 s3.ObjectStorageService_AppendObjectServer) error
- func (m *MockObjectStorageServiceServer) CompleteMultipartUpload(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)
- func (m *MockObjectStorageServiceServer) CopyObject(arg0 context.Context, arg1 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)
- func (m *MockObjectStorageServiceServer) CreateMultipartUpload(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)
- func (m *MockObjectStorageServiceServer) DeleteObject(arg0 context.Context, arg1 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)
- func (m *MockObjectStorageServiceServer) DeleteObjectTagging(arg0 context.Context, arg1 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)
- func (m *MockObjectStorageServiceServer) DeleteObjects(arg0 context.Context, arg1 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)
- func (m *MockObjectStorageServiceServer) EXPECT() *MockObjectStorageServiceServerMockRecorder
- func (m *MockObjectStorageServiceServer) GetObject(arg0 *s3.GetObjectInput, arg1 s3.ObjectStorageService_GetObjectServer) error
- func (m *MockObjectStorageServiceServer) GetObjectCannedAcl(arg0 context.Context, arg1 *s3.GetObjectCannedAclInput) (*s3.GetObjectCannedAclOutput, error)
- func (m *MockObjectStorageServiceServer) GetObjectTagging(arg0 context.Context, arg1 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)
- func (m *MockObjectStorageServiceServer) HeadObject(arg0 context.Context, arg1 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)
- func (m *MockObjectStorageServiceServer) IsObjectExist(arg0 context.Context, arg1 *s3.IsObjectExistInput) (*s3.IsObjectExistOutput, error)
- func (m *MockObjectStorageServiceServer) ListMultipartUploads(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)
- func (m *MockObjectStorageServiceServer) ListObjectVersions(arg0 context.Context, arg1 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)
- func (m *MockObjectStorageServiceServer) ListObjects(arg0 context.Context, arg1 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
- func (m *MockObjectStorageServiceServer) ListParts(arg0 context.Context, arg1 *s3.ListPartsInput) (*s3.ListPartsOutput, error)
- func (m *MockObjectStorageServiceServer) PutObject(arg0 s3.ObjectStorageService_PutObjectServer) error
- func (m *MockObjectStorageServiceServer) PutObjectCannedAcl(arg0 context.Context, arg1 *s3.PutObjectCannedAclInput) (*s3.PutObjectCannedAclOutput, error)
- func (m *MockObjectStorageServiceServer) PutObjectTagging(arg0 context.Context, arg1 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)
- func (m *MockObjectStorageServiceServer) RestoreObject(arg0 context.Context, arg1 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)
- func (m *MockObjectStorageServiceServer) SignURL(arg0 context.Context, arg1 *s3.SignURLInput) (*s3.SignURLOutput, error)
- func (m *MockObjectStorageServiceServer) UpdateDownloadBandwidthRateLimit(arg0 context.Context, arg1 *s3.UpdateBandwidthRateLimitInput) (*emptypb.Empty, error)
- func (m *MockObjectStorageServiceServer) UpdateUploadBandwidthRateLimit(arg0 context.Context, arg1 *s3.UpdateBandwidthRateLimitInput) (*emptypb.Empty, error)
- func (m *MockObjectStorageServiceServer) UploadPart(arg0 s3.ObjectStorageService_UploadPartServer) error
- func (m *MockObjectStorageServiceServer) UploadPartCopy(arg0 context.Context, arg1 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)
- type MockObjectStorageServiceServerMockRecorder
- func (mr *MockObjectStorageServiceServerMockRecorder) AbortMultipartUpload(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) AppendObject(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) CompleteMultipartUpload(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) CopyObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) CreateMultipartUpload(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) DeleteObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) DeleteObjectTagging(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) DeleteObjects(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) GetObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) GetObjectCannedAcl(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) GetObjectTagging(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) HeadObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) IsObjectExist(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) ListMultipartUploads(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) ListObjectVersions(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) ListObjects(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) ListParts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) PutObject(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) PutObjectCannedAcl(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) PutObjectTagging(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) RestoreObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) SignURL(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) UpdateDownloadBandwidthRateLimit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) UpdateUploadBandwidthRateLimit(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) UploadPart(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageServiceServerMockRecorder) UploadPartCopy(arg0, arg1 interface{}) *gomock.Call
- type MockObjectStorageService_AppendObjectClient
- func (m *MockObjectStorageService_AppendObjectClient) CloseAndRecv() (*s3.AppendObjectOutput, error)
- func (m *MockObjectStorageService_AppendObjectClient) CloseSend() error
- func (m *MockObjectStorageService_AppendObjectClient) Context() context.Context
- func (m *MockObjectStorageService_AppendObjectClient) EXPECT() *MockObjectStorageService_AppendObjectClientMockRecorder
- func (m *MockObjectStorageService_AppendObjectClient) Header() (metadata.MD, error)
- func (m_2 *MockObjectStorageService_AppendObjectClient) RecvMsg(m interface{}) error
- func (m *MockObjectStorageService_AppendObjectClient) Send(arg0 *s3.AppendObjectInput) error
- func (m_2 *MockObjectStorageService_AppendObjectClient) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_AppendObjectClient) Trailer() metadata.MD
- type MockObjectStorageService_AppendObjectClientMockRecorder
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Header() *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Trailer() *gomock.Call
- type MockObjectStorageService_AppendObjectServer
- func (m *MockObjectStorageService_AppendObjectServer) Context() context.Context
- func (m *MockObjectStorageService_AppendObjectServer) EXPECT() *MockObjectStorageService_AppendObjectServerMockRecorder
- func (m *MockObjectStorageService_AppendObjectServer) Recv() (*s3.AppendObjectInput, error)
- func (m_2 *MockObjectStorageService_AppendObjectServer) RecvMsg(m interface{}) error
- func (m *MockObjectStorageService_AppendObjectServer) SendAndClose(arg0 *s3.AppendObjectOutput) error
- func (m *MockObjectStorageService_AppendObjectServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockObjectStorageService_AppendObjectServer) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_AppendObjectServer) SetHeader(arg0 metadata.MD) error
- func (m *MockObjectStorageService_AppendObjectServer) SetTrailer(arg0 metadata.MD)
- type MockObjectStorageService_AppendObjectServerMockRecorder
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) Recv() *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockObjectStorageService_GetObjectClient
- func (m *MockObjectStorageService_GetObjectClient) CloseSend() error
- func (m *MockObjectStorageService_GetObjectClient) Context() context.Context
- func (m *MockObjectStorageService_GetObjectClient) EXPECT() *MockObjectStorageService_GetObjectClientMockRecorder
- func (m *MockObjectStorageService_GetObjectClient) Header() (metadata.MD, error)
- func (m *MockObjectStorageService_GetObjectClient) Recv() (*s3.GetObjectOutput, error)
- func (m_2 *MockObjectStorageService_GetObjectClient) RecvMsg(m interface{}) error
- func (m_2 *MockObjectStorageService_GetObjectClient) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_GetObjectClient) Trailer() metadata.MD
- type MockObjectStorageService_GetObjectClientMockRecorder
- func (mr *MockObjectStorageService_GetObjectClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Header() *gomock.Call
- func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Recv() *gomock.Call
- func (mr *MockObjectStorageService_GetObjectClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_GetObjectClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Trailer() *gomock.Call
- type MockObjectStorageService_GetObjectServer
- func (m *MockObjectStorageService_GetObjectServer) Context() context.Context
- func (m *MockObjectStorageService_GetObjectServer) EXPECT() *MockObjectStorageService_GetObjectServerMockRecorder
- func (m_2 *MockObjectStorageService_GetObjectServer) RecvMsg(m interface{}) error
- func (m *MockObjectStorageService_GetObjectServer) Send(arg0 *s3.GetObjectOutput) error
- func (m *MockObjectStorageService_GetObjectServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockObjectStorageService_GetObjectServer) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_GetObjectServer) SetHeader(arg0 metadata.MD) error
- func (m *MockObjectStorageService_GetObjectServer) SetTrailer(arg0 metadata.MD)
- type MockObjectStorageService_GetObjectServerMockRecorder
- func (mr *MockObjectStorageService_GetObjectServerMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_GetObjectServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_GetObjectServerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockObjectStorageService_PutObjectClient
- func (m *MockObjectStorageService_PutObjectClient) CloseAndRecv() (*s3.PutObjectOutput, error)
- func (m *MockObjectStorageService_PutObjectClient) CloseSend() error
- func (m *MockObjectStorageService_PutObjectClient) Context() context.Context
- func (m *MockObjectStorageService_PutObjectClient) EXPECT() *MockObjectStorageService_PutObjectClientMockRecorder
- func (m *MockObjectStorageService_PutObjectClient) Header() (metadata.MD, error)
- func (m_2 *MockObjectStorageService_PutObjectClient) RecvMsg(m interface{}) error
- func (m *MockObjectStorageService_PutObjectClient) Send(arg0 *s3.PutObjectInput) error
- func (m_2 *MockObjectStorageService_PutObjectClient) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_PutObjectClient) Trailer() metadata.MD
- type MockObjectStorageService_PutObjectClientMockRecorder
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Header() *gomock.Call
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Trailer() *gomock.Call
- type MockObjectStorageService_PutObjectServer
- func (m *MockObjectStorageService_PutObjectServer) Context() context.Context
- func (m *MockObjectStorageService_PutObjectServer) EXPECT() *MockObjectStorageService_PutObjectServerMockRecorder
- func (m *MockObjectStorageService_PutObjectServer) Recv() (*s3.PutObjectInput, error)
- func (m_2 *MockObjectStorageService_PutObjectServer) RecvMsg(m interface{}) error
- func (m *MockObjectStorageService_PutObjectServer) SendAndClose(arg0 *s3.PutObjectOutput) error
- func (m *MockObjectStorageService_PutObjectServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockObjectStorageService_PutObjectServer) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_PutObjectServer) SetHeader(arg0 metadata.MD) error
- func (m *MockObjectStorageService_PutObjectServer) SetTrailer(arg0 metadata.MD)
- type MockObjectStorageService_PutObjectServerMockRecorder
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) Recv() *gomock.Call
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockObjectStorageService_UploadPartClient
- func (m *MockObjectStorageService_UploadPartClient) CloseAndRecv() (*s3.UploadPartOutput, error)
- func (m *MockObjectStorageService_UploadPartClient) CloseSend() error
- func (m *MockObjectStorageService_UploadPartClient) Context() context.Context
- func (m *MockObjectStorageService_UploadPartClient) EXPECT() *MockObjectStorageService_UploadPartClientMockRecorder
- func (m *MockObjectStorageService_UploadPartClient) Header() (metadata.MD, error)
- func (m_2 *MockObjectStorageService_UploadPartClient) RecvMsg(m interface{}) error
- func (m *MockObjectStorageService_UploadPartClient) Send(arg0 *s3.UploadPartInput) error
- func (m_2 *MockObjectStorageService_UploadPartClient) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_UploadPartClient) Trailer() metadata.MD
- type MockObjectStorageService_UploadPartClientMockRecorder
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) CloseAndRecv() *gomock.Call
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) CloseSend() *gomock.Call
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Header() *gomock.Call
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Trailer() *gomock.Call
- type MockObjectStorageService_UploadPartServer
- func (m *MockObjectStorageService_UploadPartServer) Context() context.Context
- func (m *MockObjectStorageService_UploadPartServer) EXPECT() *MockObjectStorageService_UploadPartServerMockRecorder
- func (m *MockObjectStorageService_UploadPartServer) Recv() (*s3.UploadPartInput, error)
- func (m_2 *MockObjectStorageService_UploadPartServer) RecvMsg(m interface{}) error
- func (m *MockObjectStorageService_UploadPartServer) SendAndClose(arg0 *s3.UploadPartOutput) error
- func (m *MockObjectStorageService_UploadPartServer) SendHeader(arg0 metadata.MD) error
- func (m_2 *MockObjectStorageService_UploadPartServer) SendMsg(m interface{}) error
- func (m *MockObjectStorageService_UploadPartServer) SetHeader(arg0 metadata.MD) error
- func (m *MockObjectStorageService_UploadPartServer) SetTrailer(arg0 metadata.MD)
- type MockObjectStorageService_UploadPartServerMockRecorder
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) Context() *gomock.Call
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) Recv() *gomock.Call
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SendAndClose(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SendMsg(m interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call
- func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call
- type MockUnsafeObjectStorageServiceServer
- type MockUnsafeObjectStorageServiceServerMockRecorder
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 ¶
func (m *MockObjectStorageServiceClient) AbortMultipartUpload(ctx context.Context, in *s3.AbortMultipartUploadInput, opts ...grpc.CallOption) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUpload mocks base method.
func (*MockObjectStorageServiceClient) AppendObject ¶
func (m *MockObjectStorageServiceClient) AppendObject(ctx context.Context, opts ...grpc.CallOption) (s3.ObjectStorageService_AppendObjectClient, error)
AppendObject mocks base method.
func (*MockObjectStorageServiceClient) CompleteMultipartUpload ¶
func (m *MockObjectStorageServiceClient) CompleteMultipartUpload(ctx context.Context, in *s3.CompleteMultipartUploadInput, opts ...grpc.CallOption) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUpload mocks base method.
func (*MockObjectStorageServiceClient) CopyObject ¶
func (m *MockObjectStorageServiceClient) CopyObject(ctx context.Context, in *s3.CopyObjectInput, opts ...grpc.CallOption) (*s3.CopyObjectOutput, error)
CopyObject mocks base method.
func (*MockObjectStorageServiceClient) CreateMultipartUpload ¶
func (m *MockObjectStorageServiceClient) CreateMultipartUpload(ctx context.Context, in *s3.CreateMultipartUploadInput, opts ...grpc.CallOption) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUpload mocks base method.
func (*MockObjectStorageServiceClient) DeleteObject ¶
func (m *MockObjectStorageServiceClient) DeleteObject(ctx context.Context, in *s3.DeleteObjectInput, opts ...grpc.CallOption) (*s3.DeleteObjectOutput, error)
DeleteObject mocks base method.
func (*MockObjectStorageServiceClient) DeleteObjectTagging ¶
func (m *MockObjectStorageServiceClient) DeleteObjectTagging(ctx context.Context, in *s3.DeleteObjectTaggingInput, opts ...grpc.CallOption) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTagging mocks base method.
func (*MockObjectStorageServiceClient) DeleteObjects ¶
func (m *MockObjectStorageServiceClient) DeleteObjects(ctx context.Context, in *s3.DeleteObjectsInput, opts ...grpc.CallOption) (*s3.DeleteObjectsOutput, error)
DeleteObjects mocks base method.
func (*MockObjectStorageServiceClient) EXPECT ¶
func (m *MockObjectStorageServiceClient) EXPECT() *MockObjectStorageServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageServiceClient) GetObject ¶
func (m *MockObjectStorageServiceClient) GetObject(ctx context.Context, in *s3.GetObjectInput, opts ...grpc.CallOption) (s3.ObjectStorageService_GetObjectClient, error)
GetObject mocks base method.
func (*MockObjectStorageServiceClient) GetObjectCannedAcl ¶
func (m *MockObjectStorageServiceClient) GetObjectCannedAcl(ctx context.Context, in *s3.GetObjectCannedAclInput, opts ...grpc.CallOption) (*s3.GetObjectCannedAclOutput, error)
GetObjectCannedAcl mocks base method.
func (*MockObjectStorageServiceClient) GetObjectTagging ¶
func (m *MockObjectStorageServiceClient) GetObjectTagging(ctx context.Context, in *s3.GetObjectTaggingInput, opts ...grpc.CallOption) (*s3.GetObjectTaggingOutput, error)
GetObjectTagging mocks base method.
func (*MockObjectStorageServiceClient) HeadObject ¶
func (m *MockObjectStorageServiceClient) HeadObject(ctx context.Context, in *s3.HeadObjectInput, opts ...grpc.CallOption) (*s3.HeadObjectOutput, error)
HeadObject mocks base method.
func (*MockObjectStorageServiceClient) IsObjectExist ¶
func (m *MockObjectStorageServiceClient) IsObjectExist(ctx context.Context, in *s3.IsObjectExistInput, opts ...grpc.CallOption) (*s3.IsObjectExistOutput, error)
IsObjectExist mocks base method.
func (*MockObjectStorageServiceClient) ListMultipartUploads ¶
func (m *MockObjectStorageServiceClient) ListMultipartUploads(ctx context.Context, in *s3.ListMultipartUploadsInput, opts ...grpc.CallOption) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploads mocks base method.
func (*MockObjectStorageServiceClient) ListObjectVersions ¶
func (m *MockObjectStorageServiceClient) ListObjectVersions(ctx context.Context, in *s3.ListObjectVersionsInput, opts ...grpc.CallOption) (*s3.ListObjectVersionsOutput, error)
ListObjectVersions mocks base method.
func (*MockObjectStorageServiceClient) ListObjects ¶
func (m *MockObjectStorageServiceClient) ListObjects(ctx context.Context, in *s3.ListObjectsInput, opts ...grpc.CallOption) (*s3.ListObjectsOutput, error)
ListObjects mocks base method.
func (*MockObjectStorageServiceClient) ListParts ¶
func (m *MockObjectStorageServiceClient) ListParts(ctx context.Context, in *s3.ListPartsInput, opts ...grpc.CallOption) (*s3.ListPartsOutput, error)
ListParts mocks base method.
func (*MockObjectStorageServiceClient) PutObject ¶
func (m *MockObjectStorageServiceClient) PutObject(ctx context.Context, opts ...grpc.CallOption) (s3.ObjectStorageService_PutObjectClient, error)
PutObject mocks base method.
func (*MockObjectStorageServiceClient) PutObjectCannedAcl ¶
func (m *MockObjectStorageServiceClient) PutObjectCannedAcl(ctx context.Context, in *s3.PutObjectCannedAclInput, opts ...grpc.CallOption) (*s3.PutObjectCannedAclOutput, error)
PutObjectCannedAcl mocks base method.
func (*MockObjectStorageServiceClient) PutObjectTagging ¶
func (m *MockObjectStorageServiceClient) PutObjectTagging(ctx context.Context, in *s3.PutObjectTaggingInput, opts ...grpc.CallOption) (*s3.PutObjectTaggingOutput, error)
PutObjectTagging mocks base method.
func (*MockObjectStorageServiceClient) RestoreObject ¶
func (m *MockObjectStorageServiceClient) RestoreObject(ctx context.Context, in *s3.RestoreObjectInput, opts ...grpc.CallOption) (*s3.RestoreObjectOutput, error)
RestoreObject mocks base method.
func (*MockObjectStorageServiceClient) SignURL ¶
func (m *MockObjectStorageServiceClient) SignURL(ctx context.Context, in *s3.SignURLInput, opts ...grpc.CallOption) (*s3.SignURLOutput, error)
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 ¶
func (m *MockObjectStorageServiceClient) UploadPart(ctx context.Context, opts ...grpc.CallOption) (s3.ObjectStorageService_UploadPartClient, error)
UploadPart mocks base method.
func (*MockObjectStorageServiceClient) UploadPartCopy ¶
func (m *MockObjectStorageServiceClient) UploadPartCopy(ctx context.Context, in *s3.UploadPartCopyInput, opts ...grpc.CallOption) (*s3.UploadPartCopyOutput, error)
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 ¶
func (m *MockObjectStorageServiceServer) AbortMultipartUpload(arg0 context.Context, arg1 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)
AbortMultipartUpload mocks base method.
func (*MockObjectStorageServiceServer) AppendObject ¶
func (m *MockObjectStorageServiceServer) AppendObject(arg0 s3.ObjectStorageService_AppendObjectServer) error
AppendObject mocks base method.
func (*MockObjectStorageServiceServer) CompleteMultipartUpload ¶
func (m *MockObjectStorageServiceServer) CompleteMultipartUpload(arg0 context.Context, arg1 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)
CompleteMultipartUpload mocks base method.
func (*MockObjectStorageServiceServer) CopyObject ¶
func (m *MockObjectStorageServiceServer) CopyObject(arg0 context.Context, arg1 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)
CopyObject mocks base method.
func (*MockObjectStorageServiceServer) CreateMultipartUpload ¶
func (m *MockObjectStorageServiceServer) CreateMultipartUpload(arg0 context.Context, arg1 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)
CreateMultipartUpload mocks base method.
func (*MockObjectStorageServiceServer) DeleteObject ¶
func (m *MockObjectStorageServiceServer) DeleteObject(arg0 context.Context, arg1 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)
DeleteObject mocks base method.
func (*MockObjectStorageServiceServer) DeleteObjectTagging ¶
func (m *MockObjectStorageServiceServer) DeleteObjectTagging(arg0 context.Context, arg1 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)
DeleteObjectTagging mocks base method.
func (*MockObjectStorageServiceServer) DeleteObjects ¶
func (m *MockObjectStorageServiceServer) DeleteObjects(arg0 context.Context, arg1 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)
DeleteObjects mocks base method.
func (*MockObjectStorageServiceServer) EXPECT ¶
func (m *MockObjectStorageServiceServer) EXPECT() *MockObjectStorageServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageServiceServer) GetObject ¶
func (m *MockObjectStorageServiceServer) GetObject(arg0 *s3.GetObjectInput, arg1 s3.ObjectStorageService_GetObjectServer) error
GetObject mocks base method.
func (*MockObjectStorageServiceServer) GetObjectCannedAcl ¶
func (m *MockObjectStorageServiceServer) GetObjectCannedAcl(arg0 context.Context, arg1 *s3.GetObjectCannedAclInput) (*s3.GetObjectCannedAclOutput, error)
GetObjectCannedAcl mocks base method.
func (*MockObjectStorageServiceServer) GetObjectTagging ¶
func (m *MockObjectStorageServiceServer) GetObjectTagging(arg0 context.Context, arg1 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)
GetObjectTagging mocks base method.
func (*MockObjectStorageServiceServer) HeadObject ¶
func (m *MockObjectStorageServiceServer) HeadObject(arg0 context.Context, arg1 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)
HeadObject mocks base method.
func (*MockObjectStorageServiceServer) IsObjectExist ¶
func (m *MockObjectStorageServiceServer) IsObjectExist(arg0 context.Context, arg1 *s3.IsObjectExistInput) (*s3.IsObjectExistOutput, error)
IsObjectExist mocks base method.
func (*MockObjectStorageServiceServer) ListMultipartUploads ¶
func (m *MockObjectStorageServiceServer) ListMultipartUploads(arg0 context.Context, arg1 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)
ListMultipartUploads mocks base method.
func (*MockObjectStorageServiceServer) ListObjectVersions ¶
func (m *MockObjectStorageServiceServer) ListObjectVersions(arg0 context.Context, arg1 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)
ListObjectVersions mocks base method.
func (*MockObjectStorageServiceServer) ListObjects ¶
func (m *MockObjectStorageServiceServer) ListObjects(arg0 context.Context, arg1 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
ListObjects mocks base method.
func (*MockObjectStorageServiceServer) ListParts ¶
func (m *MockObjectStorageServiceServer) ListParts(arg0 context.Context, arg1 *s3.ListPartsInput) (*s3.ListPartsOutput, error)
ListParts mocks base method.
func (*MockObjectStorageServiceServer) PutObject ¶
func (m *MockObjectStorageServiceServer) PutObject(arg0 s3.ObjectStorageService_PutObjectServer) error
PutObject mocks base method.
func (*MockObjectStorageServiceServer) PutObjectCannedAcl ¶
func (m *MockObjectStorageServiceServer) PutObjectCannedAcl(arg0 context.Context, arg1 *s3.PutObjectCannedAclInput) (*s3.PutObjectCannedAclOutput, error)
PutObjectCannedAcl mocks base method.
func (*MockObjectStorageServiceServer) PutObjectTagging ¶
func (m *MockObjectStorageServiceServer) PutObjectTagging(arg0 context.Context, arg1 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)
PutObjectTagging mocks base method.
func (*MockObjectStorageServiceServer) RestoreObject ¶
func (m *MockObjectStorageServiceServer) RestoreObject(arg0 context.Context, arg1 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)
RestoreObject mocks base method.
func (*MockObjectStorageServiceServer) SignURL ¶
func (m *MockObjectStorageServiceServer) SignURL(arg0 context.Context, arg1 *s3.SignURLInput) (*s3.SignURLOutput, error)
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 ¶
func (m *MockObjectStorageServiceServer) UploadPart(arg0 s3.ObjectStorageService_UploadPartServer) error
UploadPart mocks base method.
func (*MockObjectStorageServiceServer) UploadPartCopy ¶
func (m *MockObjectStorageServiceServer) UploadPartCopy(arg0 context.Context, arg1 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)
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 ¶
func (m *MockObjectStorageService_AppendObjectClient) CloseAndRecv() (*s3.AppendObjectOutput, error)
CloseAndRecv mocks base method.
func (*MockObjectStorageService_AppendObjectClient) CloseSend ¶
func (m *MockObjectStorageService_AppendObjectClient) CloseSend() error
CloseSend mocks base method.
func (*MockObjectStorageService_AppendObjectClient) Context ¶
func (m *MockObjectStorageService_AppendObjectClient) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_AppendObjectClient) EXPECT ¶
func (m *MockObjectStorageService_AppendObjectClient) EXPECT() *MockObjectStorageService_AppendObjectClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageService_AppendObjectClient) Header ¶
func (m *MockObjectStorageService_AppendObjectClient) Header() (metadata.MD, error)
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 ¶
func (m *MockObjectStorageService_AppendObjectClient) Send(arg0 *s3.AppendObjectInput) error
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 ¶
func (m *MockObjectStorageService_AppendObjectClient) Trailer() metadata.MD
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 ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockObjectStorageService_AppendObjectClientMockRecorder) CloseSend ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockObjectStorageService_AppendObjectClientMockRecorder) Context ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_AppendObjectClientMockRecorder) Header ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockObjectStorageService_AppendObjectClientMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockObjectStorageService_AppendObjectClientMockRecorder) Send ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockObjectStorageService_AppendObjectClientMockRecorder) SendMsg ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockObjectStorageService_AppendObjectClientMockRecorder) Trailer ¶
func (mr *MockObjectStorageService_AppendObjectClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockObjectStorageService_AppendObjectServer) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_AppendObjectServer) EXPECT ¶
func (m *MockObjectStorageService_AppendObjectServer) EXPECT() *MockObjectStorageService_AppendObjectServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageService_AppendObjectServer) Recv ¶
func (m *MockObjectStorageService_AppendObjectServer) Recv() (*s3.AppendObjectInput, error)
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 ¶
func (m *MockObjectStorageService_AppendObjectServer) SendAndClose(arg0 *s3.AppendObjectOutput) error
SendAndClose mocks base method.
func (*MockObjectStorageService_AppendObjectServer) SendHeader ¶
func (m *MockObjectStorageService_AppendObjectServer) SendHeader(arg0 metadata.MD) error
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 ¶
func (m *MockObjectStorageService_AppendObjectServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockObjectStorageService_AppendObjectServer) SetTrailer ¶
func (m *MockObjectStorageService_AppendObjectServer) SetTrailer(arg0 metadata.MD)
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 ¶
func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_AppendObjectServerMockRecorder) Recv ¶
func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockObjectStorageService_AppendObjectServerMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
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 ¶
func (mr *MockObjectStorageService_AppendObjectServerMockRecorder) SendMsg(m interface{}) *gomock.Call
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 ¶
func (m *MockObjectStorageService_GetObjectClient) CloseSend() error
CloseSend mocks base method.
func (*MockObjectStorageService_GetObjectClient) Context ¶
func (m *MockObjectStorageService_GetObjectClient) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_GetObjectClient) EXPECT ¶
func (m *MockObjectStorageService_GetObjectClient) EXPECT() *MockObjectStorageService_GetObjectClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageService_GetObjectClient) Header ¶
func (m *MockObjectStorageService_GetObjectClient) Header() (metadata.MD, error)
Header mocks base method.
func (*MockObjectStorageService_GetObjectClient) Recv ¶
func (m *MockObjectStorageService_GetObjectClient) Recv() (*s3.GetObjectOutput, error)
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 ¶
func (m *MockObjectStorageService_GetObjectClient) Trailer() metadata.MD
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 ¶
func (mr *MockObjectStorageService_GetObjectClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockObjectStorageService_GetObjectClientMockRecorder) Context ¶
func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_GetObjectClientMockRecorder) Header ¶
func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockObjectStorageService_GetObjectClientMockRecorder) Recv ¶
func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockObjectStorageService_GetObjectClientMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_GetObjectClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockObjectStorageService_GetObjectClientMockRecorder) SendMsg ¶
func (mr *MockObjectStorageService_GetObjectClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockObjectStorageService_GetObjectClientMockRecorder) Trailer ¶
func (mr *MockObjectStorageService_GetObjectClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockObjectStorageService_GetObjectServer) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_GetObjectServer) EXPECT ¶
func (m *MockObjectStorageService_GetObjectServer) EXPECT() *MockObjectStorageService_GetObjectServerMockRecorder
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 ¶
func (m *MockObjectStorageService_GetObjectServer) Send(arg0 *s3.GetObjectOutput) error
Send mocks base method.
func (*MockObjectStorageService_GetObjectServer) SendHeader ¶
func (m *MockObjectStorageService_GetObjectServer) SendHeader(arg0 metadata.MD) error
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 ¶
func (m *MockObjectStorageService_GetObjectServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockObjectStorageService_GetObjectServer) SetTrailer ¶
func (m *MockObjectStorageService_GetObjectServer) SetTrailer(arg0 metadata.MD)
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 ¶
func (mr *MockObjectStorageService_GetObjectServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_GetObjectServerMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_GetObjectServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockObjectStorageService_GetObjectServerMockRecorder) Send ¶
func (mr *MockObjectStorageService_GetObjectServerMockRecorder) Send(arg0 interface{}) *gomock.Call
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 ¶
func (mr *MockObjectStorageService_GetObjectServerMockRecorder) SendMsg(m interface{}) *gomock.Call
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 ¶
func (m *MockObjectStorageService_PutObjectClient) CloseAndRecv() (*s3.PutObjectOutput, error)
CloseAndRecv mocks base method.
func (*MockObjectStorageService_PutObjectClient) CloseSend ¶
func (m *MockObjectStorageService_PutObjectClient) CloseSend() error
CloseSend mocks base method.
func (*MockObjectStorageService_PutObjectClient) Context ¶
func (m *MockObjectStorageService_PutObjectClient) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_PutObjectClient) EXPECT ¶
func (m *MockObjectStorageService_PutObjectClient) EXPECT() *MockObjectStorageService_PutObjectClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageService_PutObjectClient) Header ¶
func (m *MockObjectStorageService_PutObjectClient) Header() (metadata.MD, error)
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 ¶
func (m *MockObjectStorageService_PutObjectClient) Send(arg0 *s3.PutObjectInput) error
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 ¶
func (m *MockObjectStorageService_PutObjectClient) Trailer() metadata.MD
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 ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockObjectStorageService_PutObjectClientMockRecorder) CloseSend ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockObjectStorageService_PutObjectClientMockRecorder) Context ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_PutObjectClientMockRecorder) Header ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockObjectStorageService_PutObjectClientMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockObjectStorageService_PutObjectClientMockRecorder) Send ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockObjectStorageService_PutObjectClientMockRecorder) SendMsg ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockObjectStorageService_PutObjectClientMockRecorder) Trailer ¶
func (mr *MockObjectStorageService_PutObjectClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockObjectStorageService_PutObjectServer) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_PutObjectServer) EXPECT ¶
func (m *MockObjectStorageService_PutObjectServer) EXPECT() *MockObjectStorageService_PutObjectServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageService_PutObjectServer) Recv ¶
func (m *MockObjectStorageService_PutObjectServer) Recv() (*s3.PutObjectInput, error)
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 ¶
func (m *MockObjectStorageService_PutObjectServer) SendAndClose(arg0 *s3.PutObjectOutput) error
SendAndClose mocks base method.
func (*MockObjectStorageService_PutObjectServer) SendHeader ¶
func (m *MockObjectStorageService_PutObjectServer) SendHeader(arg0 metadata.MD) error
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 ¶
func (m *MockObjectStorageService_PutObjectServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockObjectStorageService_PutObjectServer) SetTrailer ¶
func (m *MockObjectStorageService_PutObjectServer) SetTrailer(arg0 metadata.MD)
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 ¶
func (mr *MockObjectStorageService_PutObjectServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_PutObjectServerMockRecorder) Recv ¶
func (mr *MockObjectStorageService_PutObjectServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockObjectStorageService_PutObjectServerMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_PutObjectServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
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 ¶
func (mr *MockObjectStorageService_PutObjectServerMockRecorder) SendMsg(m interface{}) *gomock.Call
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 ¶
func (m *MockObjectStorageService_UploadPartClient) CloseAndRecv() (*s3.UploadPartOutput, error)
CloseAndRecv mocks base method.
func (*MockObjectStorageService_UploadPartClient) CloseSend ¶
func (m *MockObjectStorageService_UploadPartClient) CloseSend() error
CloseSend mocks base method.
func (*MockObjectStorageService_UploadPartClient) Context ¶
func (m *MockObjectStorageService_UploadPartClient) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_UploadPartClient) EXPECT ¶
func (m *MockObjectStorageService_UploadPartClient) EXPECT() *MockObjectStorageService_UploadPartClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageService_UploadPartClient) Header ¶
func (m *MockObjectStorageService_UploadPartClient) Header() (metadata.MD, error)
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 ¶
func (m *MockObjectStorageService_UploadPartClient) Send(arg0 *s3.UploadPartInput) error
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 ¶
func (m *MockObjectStorageService_UploadPartClient) Trailer() metadata.MD
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 ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) CloseAndRecv() *gomock.Call
CloseAndRecv indicates an expected call of CloseAndRecv.
func (*MockObjectStorageService_UploadPartClientMockRecorder) CloseSend ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) CloseSend() *gomock.Call
CloseSend indicates an expected call of CloseSend.
func (*MockObjectStorageService_UploadPartClientMockRecorder) Context ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_UploadPartClientMockRecorder) Header ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Header() *gomock.Call
Header indicates an expected call of Header.
func (*MockObjectStorageService_UploadPartClientMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) RecvMsg(m interface{}) *gomock.Call
RecvMsg indicates an expected call of RecvMsg.
func (*MockObjectStorageService_UploadPartClientMockRecorder) Send ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockObjectStorageService_UploadPartClientMockRecorder) SendMsg ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) SendMsg(m interface{}) *gomock.Call
SendMsg indicates an expected call of SendMsg.
func (*MockObjectStorageService_UploadPartClientMockRecorder) Trailer ¶
func (mr *MockObjectStorageService_UploadPartClientMockRecorder) Trailer() *gomock.Call
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 ¶
func (m *MockObjectStorageService_UploadPartServer) Context() context.Context
Context mocks base method.
func (*MockObjectStorageService_UploadPartServer) EXPECT ¶
func (m *MockObjectStorageService_UploadPartServer) EXPECT() *MockObjectStorageService_UploadPartServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockObjectStorageService_UploadPartServer) Recv ¶
func (m *MockObjectStorageService_UploadPartServer) Recv() (*s3.UploadPartInput, error)
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 ¶
func (m *MockObjectStorageService_UploadPartServer) SendAndClose(arg0 *s3.UploadPartOutput) error
SendAndClose mocks base method.
func (*MockObjectStorageService_UploadPartServer) SendHeader ¶
func (m *MockObjectStorageService_UploadPartServer) SendHeader(arg0 metadata.MD) error
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 ¶
func (m *MockObjectStorageService_UploadPartServer) SetHeader(arg0 metadata.MD) error
SetHeader mocks base method.
func (*MockObjectStorageService_UploadPartServer) SetTrailer ¶
func (m *MockObjectStorageService_UploadPartServer) SetTrailer(arg0 metadata.MD)
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 ¶
func (mr *MockObjectStorageService_UploadPartServerMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockObjectStorageService_UploadPartServerMockRecorder) Recv ¶
func (mr *MockObjectStorageService_UploadPartServerMockRecorder) Recv() *gomock.Call
Recv indicates an expected call of Recv.
func (*MockObjectStorageService_UploadPartServerMockRecorder) RecvMsg ¶
func (mr *MockObjectStorageService_UploadPartServerMockRecorder) RecvMsg(m interface{}) *gomock.Call
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 ¶
func (mr *MockObjectStorageService_UploadPartServerMockRecorder) SendMsg(m interface{}) *gomock.Call
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 ¶
func (m *MockUnsafeObjectStorageServiceServer) EXPECT() *MockUnsafeObjectStorageServiceServerMockRecorder
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.