mockblobclient

package
v0.7.4-premiumv2 Latest Latest
Warning

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

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

Documentation

Overview

Package mockblobclient implements the mock client for blob container.

Package mockblobclient is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInterface

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

MockInterface is a mock of Interface interface.

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance.

func (*MockInterface) CreateContainer

func (m *MockInterface) CreateContainer(ctx context.Context, resourceGroupName, accountName, containerName string, blobContainer storage.BlobContainer) error

CreateContainer mocks base method.

func (*MockInterface) DeleteContainer

func (m *MockInterface) DeleteContainer(ctx context.Context, resourceGroupName, accountName, containerName string) error

DeleteContainer mocks base method.

func (*MockInterface) EXPECT

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

func (*MockInterface) GetContainer

func (m *MockInterface) GetContainer(ctx context.Context, resourceGroupName, accountName, containerName string) (storage.BlobContainer, error)

GetContainer mocks base method.

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) CreateContainer

func (mr *MockInterfaceMockRecorder) CreateContainer(ctx, resourceGroupName, accountName, containerName, blobContainer interface{}) *gomock.Call

CreateContainer indicates an expected call of CreateContainer.

func (*MockInterfaceMockRecorder) DeleteContainer

func (mr *MockInterfaceMockRecorder) DeleteContainer(ctx, resourceGroupName, accountName, containerName interface{}) *gomock.Call

DeleteContainer indicates an expected call of DeleteContainer.

func (*MockInterfaceMockRecorder) GetContainer

func (mr *MockInterfaceMockRecorder) GetContainer(ctx, resourceGroupName, accountName, containerName interface{}) *gomock.Call

GetContainer indicates an expected call of GetContainer.

Jump to

Keyboard shortcuts

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