mocks

package
v0.3.8 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2022 License: AGPL-3.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 MockDatastore

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

MockDatastore is a mock of Datastore interface.

func NewMockDatastore

func NewMockDatastore(ctrl *gomock.Controller) *MockDatastore

NewMockDatastore creates a new mock instance.

func (*MockDatastore) CacheBlock added in v0.3.4

func (m *MockDatastore) CacheBlock(arg0 context.Context, arg1 *structs.CompleteBlockstruct) error

CacheBlock mocks base method.

func (*MockDatastore) CheckSlotDelivered

func (m *MockDatastore) CheckSlotDelivered(arg0 context.Context, arg1 uint64) (bool, error)

CheckSlotDelivered mocks base method.

func (*MockDatastore) EXPECT

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

func (*MockDatastore) GetDelivered

GetDelivered mocks base method.

func (*MockDatastore) GetMaxProfitHeader

func (m *MockDatastore) GetMaxProfitHeader(arg0 context.Context, arg1 uint64) (structs.HeaderAndTrace, error)

GetMaxProfitHeader mocks base method.

func (*MockDatastore) GetPayload

GetPayload mocks base method.

func (*MockDatastore) GetRegistration

GetRegistration mocks base method.

func (*MockDatastore) PutDelivered

func (m *MockDatastore) PutDelivered(arg0 context.Context, arg1 structs.Slot, arg2 structs.DeliveredTrace, arg3 time.Duration) error

PutDelivered mocks base method.

func (*MockDatastore) PutHeader

func (m *MockDatastore) PutHeader(arg0 context.Context, arg1 structs.HeaderData, arg2 time.Duration) error

PutHeader mocks base method.

func (*MockDatastore) PutPayload

func (m *MockDatastore) PutPayload(arg0 context.Context, arg1 structs.PayloadKey, arg2 *structs.BlockBidAndTrace, arg3 time.Duration) error

PutPayload mocks base method.

func (*MockDatastore) PutRegistrationRaw

func (m *MockDatastore) PutRegistrationRaw(arg0 context.Context, arg1 structs.PubKey, arg2 []byte, arg3 time.Duration) error

PutRegistrationRaw mocks base method.

type MockDatastoreMockRecorder

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

MockDatastoreMockRecorder is the mock recorder for MockDatastore.

func (*MockDatastoreMockRecorder) CacheBlock added in v0.3.4

func (mr *MockDatastoreMockRecorder) CacheBlock(arg0, arg1 interface{}) *gomock.Call

CacheBlock indicates an expected call of CacheBlock.

func (*MockDatastoreMockRecorder) CheckSlotDelivered

func (mr *MockDatastoreMockRecorder) CheckSlotDelivered(arg0, arg1 interface{}) *gomock.Call

CheckSlotDelivered indicates an expected call of CheckSlotDelivered.

func (*MockDatastoreMockRecorder) GetDelivered

func (mr *MockDatastoreMockRecorder) GetDelivered(arg0, arg1 interface{}) *gomock.Call

GetDelivered indicates an expected call of GetDelivered.

func (*MockDatastoreMockRecorder) GetMaxProfitHeader

func (mr *MockDatastoreMockRecorder) GetMaxProfitHeader(arg0, arg1 interface{}) *gomock.Call

GetMaxProfitHeader indicates an expected call of GetMaxProfitHeader.

func (*MockDatastoreMockRecorder) GetPayload

func (mr *MockDatastoreMockRecorder) GetPayload(arg0, arg1 interface{}) *gomock.Call

GetPayload indicates an expected call of GetPayload.

func (*MockDatastoreMockRecorder) GetRegistration

func (mr *MockDatastoreMockRecorder) GetRegistration(arg0, arg1 interface{}) *gomock.Call

GetRegistration indicates an expected call of GetRegistration.

func (*MockDatastoreMockRecorder) PutDelivered

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

PutDelivered indicates an expected call of PutDelivered.

func (*MockDatastoreMockRecorder) PutHeader

func (mr *MockDatastoreMockRecorder) PutHeader(arg0, arg1, arg2 interface{}) *gomock.Call

PutHeader indicates an expected call of PutHeader.

func (*MockDatastoreMockRecorder) PutPayload

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

PutPayload indicates an expected call of PutPayload.

func (*MockDatastoreMockRecorder) PutRegistrationRaw

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

PutRegistrationRaw indicates an expected call of PutRegistrationRaw.

type MockState

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

MockState is a mock of State interface.

func NewMockState

func NewMockState(ctrl *gomock.Controller) *MockState

NewMockState creates a new mock instance.

func (*MockState) Beacon

func (m *MockState) Beacon() *structs.BeaconState

Beacon mocks base method.

func (*MockState) EXPECT

func (m *MockState) EXPECT() *MockStateMockRecorder

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

type MockStateMockRecorder

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

MockStateMockRecorder is the mock recorder for MockState.

func (*MockStateMockRecorder) Beacon

func (mr *MockStateMockRecorder) Beacon() *gomock.Call

Beacon indicates an expected call of Beacon.

Jump to

Keyboard shortcuts

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