mock_azblob

package
v0.0.0-...-b9400c4 Latest Latest
Warning

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

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

Documentation

Overview

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 MockAZBlobClient

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

MockAZBlobClient is a mock of AZBlobClient interface.

func NewMockAZBlobClient

func NewMockAZBlobClient(ctrl *gomock.Controller) *MockAZBlobClient

NewMockAZBlobClient creates a new mock instance.

func (*MockAZBlobClient) DeleteBlob

func (m *MockAZBlobClient) DeleteBlob(arg0 context.Context, arg1, arg2 string) error

DeleteBlob mocks base method.

func (*MockAZBlobClient) EXPECT

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

func (*MockAZBlobClient) UploadBuffer

func (m *MockAZBlobClient) UploadBuffer(arg0 context.Context, arg1, arg2 string, arg3 []byte) error

UploadBuffer mocks base method.

type MockAZBlobClientMockRecorder

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

MockAZBlobClientMockRecorder is the mock recorder for MockAZBlobClient.

func (*MockAZBlobClientMockRecorder) DeleteBlob

func (mr *MockAZBlobClientMockRecorder) DeleteBlob(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteBlob indicates an expected call of DeleteBlob.

func (*MockAZBlobClientMockRecorder) UploadBuffer

func (mr *MockAZBlobClientMockRecorder) UploadBuffer(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

UploadBuffer indicates an expected call of UploadBuffer.

type MockManager

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

MockManager is a mock of Manager interface.

func NewMockManager

func NewMockManager(ctrl *gomock.Controller) *MockManager

NewMockManager creates a new mock instance.

func (*MockManager) EXPECT

func (m *MockManager) EXPECT() *MockManagerMockRecorder

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

func (*MockManager) GetAZBlobClient

func (m *MockManager) GetAZBlobClient(arg0 string, arg1 *azblob0.ClientOptions) (azblob.AZBlobClient, error)

GetAZBlobClient mocks base method.

func (*MockManager) GetContainerProperties

func (m *MockManager) GetContainerProperties(arg0 context.Context, arg1, arg2, arg3 string) (armstorage.AccountsClientGetPropertiesResponse, error)

GetContainerProperties mocks base method.

type MockManagerMockRecorder

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

MockManagerMockRecorder is the mock recorder for MockManager.

func (*MockManagerMockRecorder) GetAZBlobClient

func (mr *MockManagerMockRecorder) GetAZBlobClient(arg0, arg1 interface{}) *gomock.Call

GetAZBlobClient indicates an expected call of GetAZBlobClient.

func (*MockManagerMockRecorder) GetContainerProperties

func (mr *MockManagerMockRecorder) GetContainerProperties(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

GetContainerProperties indicates an expected call of GetContainerProperties.

Jump to

Keyboard shortcuts

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