mock_azblob

package
v0.0.0-...-5cd5cfe Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_azblob is a generated GoMock package.

Package mock_azblob is a generated GoMock package.

Index

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

Delete mocks base method.

func (*MockAzblobBlockBlobUrlIface) Download

Download mocks base method.

func (*MockAzblobBlockBlobUrlIface) EXPECT

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

func (*MockAzblobBlockBlobUrlIface) GetProperties

GetProperties mocks base method.

func (*MockAzblobBlockBlobUrlIface) Upload

Upload mocks base method.

func (*MockAzblobBlockBlobUrlIface) 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) GetProperties

func (mr *MockAzblobBlockBlobUrlIfaceMockRecorder) GetProperties(arg0, arg1, arg2 interface{}) *gomock.Call

GetProperties indicates an expected call of GetProperties.

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

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

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

func (*MockAzblobContainerUrlIface) ListBlobsFlatSegment

ListBlobsFlatSegment mocks base method.

func (*MockAzblobContainerUrlIface) NewBlockBlobURL

NewBlockBlobURL mocks base method.

type MockAzblobContainerUrlIfaceMockRecorder

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

MockAzblobContainerUrlIfaceMockRecorder is the mock recorder for MockAzblobContainerUrlIface.

func (*MockAzblobContainerUrlIfaceMockRecorder) ListBlobsFlatSegment

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

Body mocks base method.

func (*MockAzblobDownloadResponse) EXPECT

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

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

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.

type MockStorageError

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

MockStorageError is a mock of StorageError interface.

func NewMockStorageError

func NewMockStorageError(ctrl *gomock.Controller) *MockStorageError

NewMockStorageError creates a new mock instance.

func (*MockStorageError) EXPECT

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

func (*MockStorageError) Error

func (m *MockStorageError) Error() string

Error mocks base method.

func (*MockStorageError) Response

func (m *MockStorageError) Response() *http.Response

Response mocks base method.

func (*MockStorageError) ServiceCode

func (m *MockStorageError) ServiceCode() azblob.ServiceCodeType

ServiceCode mocks base method.

func (*MockStorageError) Temporary

func (m *MockStorageError) Temporary() bool

Temporary mocks base method.

func (*MockStorageError) Timeout

func (m *MockStorageError) Timeout() bool

Timeout mocks base method.

type MockStorageErrorMockRecorder

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

MockStorageErrorMockRecorder is the mock recorder for MockStorageError.

func (*MockStorageErrorMockRecorder) Error

Error indicates an expected call of Error.

func (*MockStorageErrorMockRecorder) Response

func (mr *MockStorageErrorMockRecorder) Response() *gomock.Call

Response indicates an expected call of Response.

func (*MockStorageErrorMockRecorder) ServiceCode

func (mr *MockStorageErrorMockRecorder) ServiceCode() *gomock.Call

ServiceCode indicates an expected call of ServiceCode.

func (*MockStorageErrorMockRecorder) Temporary

func (mr *MockStorageErrorMockRecorder) Temporary() *gomock.Call

Temporary indicates an expected call of Temporary.

func (*MockStorageErrorMockRecorder) Timeout

func (mr *MockStorageErrorMockRecorder) Timeout() *gomock.Call

Timeout indicates an expected call of Timeout.

Jump to

Keyboard shortcuts

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