mocks

package
v0.13.4 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockModule

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

MockModule is a mock of Module interface.

func NewMockModule

func NewMockModule(ctrl *gomock.Controller) *MockModule

NewMockModule creates a new mock instance.

func (*MockModule) EXPECT

func (m *MockModule) EXPECT() *MockModuleMockRecorder

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

func (*MockModule) GetEDS added in v0.6.2

GetEDS mocks base method.

func (*MockModule) GetShare

func (m *MockModule) GetShare(arg0 context.Context, arg1 *header.ExtendedHeader, arg2, arg3 int) ([]byte, error)

GetShare mocks base method.

func (*MockModule) GetSharesByNamespace

func (m *MockModule) GetSharesByNamespace(arg0 context.Context, arg1 *header.ExtendedHeader, arg2 share.Namespace) (share.NamespacedShares, error)

GetSharesByNamespace mocks base method.

func (*MockModule) SharesAvailable

func (m *MockModule) SharesAvailable(arg0 context.Context, arg1 *header.ExtendedHeader) error

SharesAvailable mocks base method.

type MockModuleMockRecorder

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

MockModuleMockRecorder is the mock recorder for MockModule.

func (*MockModuleMockRecorder) GetEDS added in v0.6.2

func (mr *MockModuleMockRecorder) GetEDS(arg0, arg1 interface{}) *gomock.Call

GetEDS indicates an expected call of GetEDS.

func (*MockModuleMockRecorder) GetShare

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

GetShare indicates an expected call of GetShare.

func (*MockModuleMockRecorder) GetSharesByNamespace

func (mr *MockModuleMockRecorder) GetSharesByNamespace(arg0, arg1, arg2 interface{}) *gomock.Call

GetSharesByNamespace indicates an expected call of GetSharesByNamespace.

func (*MockModuleMockRecorder) SharesAvailable

func (mr *MockModuleMockRecorder) SharesAvailable(arg0, arg1 interface{}) *gomock.Call

SharesAvailable indicates an expected call of SharesAvailable.

Jump to

Keyboard shortcuts

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