mock_storage

package
v0.0.0-...-19f3ddf Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

Package mock_storage is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockStorageClientInterface

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

MockStorageClientInterface is a mock of StorageClientInterface interface.

func NewMockStorageClientInterface

func NewMockStorageClientInterface(ctrl *gomock.Controller) *MockStorageClientInterface

NewMockStorageClientInterface creates a new mock instance.

func (*MockStorageClientInterface) Close

func (m *MockStorageClientInterface) Close()

Close mocks base method.

func (*MockStorageClientInterface) EXPECT

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

func (*MockStorageClientInterface) Read

func (m *MockStorageClientInterface) Read(ctx context.Context, gsObject storage.GSObject, destFilePath string) error

Read mocks base method.

func (*MockStorageClientInterface) Write

func (m *MockStorageClientInterface) Write(ctx context.Context, filePath string, gsObject storage.GSObject) error

Write mocks base method.

type MockStorageClientInterfaceMockRecorder

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

MockStorageClientInterfaceMockRecorder is the mock recorder for MockStorageClientInterface.

func (*MockStorageClientInterfaceMockRecorder) Close

Close indicates an expected call of Close.

func (*MockStorageClientInterfaceMockRecorder) Read

func (mr *MockStorageClientInterfaceMockRecorder) Read(ctx, gsObject, destFilePath interface{}) *gomock.Call

Read indicates an expected call of Read.

func (*MockStorageClientInterfaceMockRecorder) Write

func (mr *MockStorageClientInterfaceMockRecorder) Write(ctx, filePath, gsObject interface{}) *gomock.Call

Write indicates an expected call of Write.

Jump to

Keyboard shortcuts

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