Documentation ¶
Overview ¶
Package mock_iface is a generated GoMock package.
Index ¶
- type MockAzblobBlockBlobUrlIface
- func (m *MockAzblobBlockBlobUrlIface) Delete(arg0 context.Context, arg1 azblob.DeleteSnapshotsOptionType, ...) (*azblob.BlobDeleteResponse, error)
- func (m *MockAzblobBlockBlobUrlIface) Download(arg0 context.Context, arg1, arg2 int64, arg3 azblob.BlobAccessConditions, ...) (azblob_service_iface.AzblobDownloadResponse, error)
- func (m *MockAzblobBlockBlobUrlIface) EXPECT() *MockAzblobBlockBlobUrlIfaceMockRecorder
- func (m *MockAzblobBlockBlobUrlIface) Upload(arg0 context.Context, arg1 io.ReadSeeker, arg2 azblob.BlobHTTPHeaders, ...) (*azblob.BlockBlobUploadResponse, error)
- func (m *MockAzblobBlockBlobUrlIface) Url() url.URL
- type MockAzblobBlockBlobUrlIfaceMockRecorder
- func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Download(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Upload(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Url() *gomock.Call
- type MockAzblobContainerUrlIface
- func (m *MockAzblobContainerUrlIface) EXPECT() *MockAzblobContainerUrlIfaceMockRecorder
- func (m *MockAzblobContainerUrlIface) ListBlobsFlatSegment(arg0 context.Context, arg1 azblob.Marker, arg2 azblob.ListBlobsSegmentOptions) (*azblob.ListBlobsFlatSegmentResponse, error)
- func (m *MockAzblobContainerUrlIface) NewBlockBlobURL(arg0 string) azblob_service_iface.AzblobBlockBlobUrlIface
- type MockAzblobContainerUrlIfaceMockRecorder
- type MockAzblobDownloadResponse
- type MockAzblobDownloadResponseMockRecorder
- type MockAzblobServiceUrlIface
- func (m *MockAzblobServiceUrlIface) EXPECT() *MockAzblobServiceUrlIfaceMockRecorder
- func (m *MockAzblobServiceUrlIface) GetUserDelegationCredential(arg0 context.Context, arg1 azblob.KeyInfo, arg2 *int32, arg3 *string) (azblob.StorageAccountCredential, error)
- func (m *MockAzblobServiceUrlIface) NewContainerURL(arg0 string) azblob_service_iface.AzblobContainerUrlIface
- type MockAzblobServiceUrlIfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAzblobBlockBlobUrlIface ¶
type MockAzblobBlockBlobUrlIface struct {
// contains filtered or unexported fields
}
MockAzblobBlockBlobUrlIface is a mock of AzblobBlockBlobUrlIface interface.
func NewMockAzblobBlockBlobUrlIface ¶
func NewMockAzblobBlockBlobUrlIface(ctrl *gomock.Controller) *MockAzblobBlockBlobUrlIface
NewMockAzblobBlockBlobUrlIface creates a new mock instance.
func (*MockAzblobBlockBlobUrlIface) Delete ¶
func (m *MockAzblobBlockBlobUrlIface) Delete(arg0 context.Context, arg1 azblob.DeleteSnapshotsOptionType, arg2 azblob.BlobAccessConditions) (*azblob.BlobDeleteResponse, error)
Delete mocks base method.
func (*MockAzblobBlockBlobUrlIface) Download ¶
func (m *MockAzblobBlockBlobUrlIface) Download(arg0 context.Context, arg1, arg2 int64, arg3 azblob.BlobAccessConditions, arg4 bool, arg5 azblob.ClientProvidedKeyOptions) (azblob_service_iface.AzblobDownloadResponse, error)
Download mocks base method.
func (*MockAzblobBlockBlobUrlIface) EXPECT ¶
func (m *MockAzblobBlockBlobUrlIface) EXPECT() *MockAzblobBlockBlobUrlIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzblobBlockBlobUrlIface) Upload ¶
func (m *MockAzblobBlockBlobUrlIface) Upload(arg0 context.Context, arg1 io.ReadSeeker, arg2 azblob.BlobHTTPHeaders, arg3 azblob.Metadata, arg4 azblob.BlobAccessConditions, arg5 azblob.AccessTierType, arg6 azblob.BlobTagsMap, arg7 azblob.ClientProvidedKeyOptions) (*azblob.BlockBlobUploadResponse, error)
Upload mocks base method.
func (*MockAzblobBlockBlobUrlIface) Url ¶
func (m *MockAzblobBlockBlobUrlIface) Url() url.URL
Url mocks base method.
type MockAzblobBlockBlobUrlIfaceMockRecorder ¶
type MockAzblobBlockBlobUrlIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAzblobBlockBlobUrlIfaceMockRecorder is the mock recorder for MockAzblobBlockBlobUrlIface.
func (*MockAzblobBlockBlobUrlIfaceMockRecorder) Delete ¶
func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockAzblobBlockBlobUrlIfaceMockRecorder) Download ¶
func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Download(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
Download indicates an expected call of Download.
func (*MockAzblobBlockBlobUrlIfaceMockRecorder) Upload ¶
func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Upload(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
Upload indicates an expected call of Upload.
func (*MockAzblobBlockBlobUrlIfaceMockRecorder) Url ¶
func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) Url() *gomock.Call
Url indicates an expected call of Url.
type MockAzblobContainerUrlIface ¶
type MockAzblobContainerUrlIface struct {
// contains filtered or unexported fields
}
MockAzblobContainerUrlIface is a mock of AzblobContainerUrlIface interface.
func NewMockAzblobContainerUrlIface ¶
func NewMockAzblobContainerUrlIface(ctrl *gomock.Controller) *MockAzblobContainerUrlIface
NewMockAzblobContainerUrlIface creates a new mock instance.
func (*MockAzblobContainerUrlIface) EXPECT ¶
func (m *MockAzblobContainerUrlIface) EXPECT() *MockAzblobContainerUrlIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzblobContainerUrlIface) ListBlobsFlatSegment ¶ added in v0.16.0
func (m *MockAzblobContainerUrlIface) ListBlobsFlatSegment(arg0 context.Context, arg1 azblob.Marker, arg2 azblob.ListBlobsSegmentOptions) (*azblob.ListBlobsFlatSegmentResponse, error)
ListBlobsFlatSegment mocks base method.
func (*MockAzblobContainerUrlIface) NewBlockBlobURL ¶
func (m *MockAzblobContainerUrlIface) NewBlockBlobURL(arg0 string) azblob_service_iface.AzblobBlockBlobUrlIface
NewBlockBlobURL mocks base method.
type MockAzblobContainerUrlIfaceMockRecorder ¶
type MockAzblobContainerUrlIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAzblobContainerUrlIfaceMockRecorder is the mock recorder for MockAzblobContainerUrlIface.
func (*MockAzblobContainerUrlIfaceMockRecorder) ListBlobsFlatSegment ¶ added in v0.16.0
func (mr *MockAzblobContainerUrlIfaceMockRecorder) ListBlobsFlatSegment(arg0, arg1, arg2 interface{}) *gomock.Call
ListBlobsFlatSegment indicates an expected call of ListBlobsFlatSegment.
func (*MockAzblobContainerUrlIfaceMockRecorder) NewBlockBlobURL ¶
func (mr *MockAzblobContainerUrlIfaceMockRecorder) NewBlockBlobURL(arg0 interface{}) *gomock.Call
NewBlockBlobURL indicates an expected call of NewBlockBlobURL.
type MockAzblobDownloadResponse ¶
type MockAzblobDownloadResponse struct {
// contains filtered or unexported fields
}
MockAzblobDownloadResponse is a mock of AzblobDownloadResponse interface.
func NewMockAzblobDownloadResponse ¶
func NewMockAzblobDownloadResponse(ctrl *gomock.Controller) *MockAzblobDownloadResponse
NewMockAzblobDownloadResponse creates a new mock instance.
func (*MockAzblobDownloadResponse) Body ¶
func (m *MockAzblobDownloadResponse) Body(arg0 azblob.RetryReaderOptions) io.ReadCloser
Body mocks base method.
func (*MockAzblobDownloadResponse) EXPECT ¶
func (m *MockAzblobDownloadResponse) EXPECT() *MockAzblobDownloadResponseMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAzblobDownloadResponseMockRecorder ¶
type MockAzblobDownloadResponseMockRecorder struct {
// contains filtered or unexported fields
}
MockAzblobDownloadResponseMockRecorder is the mock recorder for MockAzblobDownloadResponse.
func (*MockAzblobDownloadResponseMockRecorder) Body ¶
func (mr *MockAzblobDownloadResponseMockRecorder) Body(arg0 interface{}) *gomock.Call
Body indicates an expected call of Body.
type MockAzblobServiceUrlIface ¶
type MockAzblobServiceUrlIface struct {
// contains filtered or unexported fields
}
MockAzblobServiceUrlIface is a mock of AzblobServiceUrlIface interface.
func NewMockAzblobServiceUrlIface ¶
func NewMockAzblobServiceUrlIface(ctrl *gomock.Controller) *MockAzblobServiceUrlIface
NewMockAzblobServiceUrlIface creates a new mock instance.
func (*MockAzblobServiceUrlIface) EXPECT ¶
func (m *MockAzblobServiceUrlIface) EXPECT() *MockAzblobServiceUrlIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAzblobServiceUrlIface) GetUserDelegationCredential ¶
func (m *MockAzblobServiceUrlIface) GetUserDelegationCredential(arg0 context.Context, arg1 azblob.KeyInfo, arg2 *int32, arg3 *string) (azblob.StorageAccountCredential, error)
GetUserDelegationCredential mocks base method.
func (*MockAzblobServiceUrlIface) NewContainerURL ¶
func (m *MockAzblobServiceUrlIface) NewContainerURL(arg0 string) azblob_service_iface.AzblobContainerUrlIface
NewContainerURL mocks base method.
type MockAzblobServiceUrlIfaceMockRecorder ¶
type MockAzblobServiceUrlIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAzblobServiceUrlIfaceMockRecorder is the mock recorder for MockAzblobServiceUrlIface.
func (*MockAzblobServiceUrlIfaceMockRecorder) GetUserDelegationCredential ¶
func (mr *MockAzblobServiceUrlIfaceMockRecorder) GetUserDelegationCredential(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
GetUserDelegationCredential indicates an expected call of GetUserDelegationCredential.
func (*MockAzblobServiceUrlIfaceMockRecorder) NewContainerURL ¶
func (mr *MockAzblobServiceUrlIfaceMockRecorder) NewContainerURL(arg0 interface{}) *gomock.Call
NewContainerURL indicates an expected call of NewContainerURL.