mocks

package
v1.4.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: ./interface.go

Generated by this command:

mockgen -typed -package=mocks -destination=./mocks/mocks.go -source=./interface.go

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 MockPoetValidator

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

MockPoetValidator is a mock of PoetValidator interface.

func NewMockPoetValidator

func NewMockPoetValidator(ctrl *gomock.Controller) *MockPoetValidator

NewMockPoetValidator creates a new mock instance.

func (*MockPoetValidator) EXPECT

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

func (*MockPoetValidator) ValidateAndStoreMsg

func (m *MockPoetValidator) ValidateAndStoreMsg(arg0 context.Context, arg1 types.Hash32, arg2 p2p.Peer, arg3 []byte) error

ValidateAndStoreMsg mocks base method.

type MockPoetValidatorMockRecorder

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

MockPoetValidatorMockRecorder is the mock recorder for MockPoetValidator.

func (*MockPoetValidatorMockRecorder) ValidateAndStoreMsg

func (mr *MockPoetValidatorMockRecorder) ValidateAndStoreMsg(arg0, arg1, arg2, arg3 any) *PoetValidatorValidateAndStoreMsgCall

ValidateAndStoreMsg indicates an expected call of ValidateAndStoreMsg.

type MockSyncValidator

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

MockSyncValidator is a mock of SyncValidator interface.

func NewMockSyncValidator

func NewMockSyncValidator(ctrl *gomock.Controller) *MockSyncValidator

NewMockSyncValidator creates a new mock instance.

func (*MockSyncValidator) EXPECT

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

func (*MockSyncValidator) HandleMessage

func (m *MockSyncValidator) HandleMessage(arg0 context.Context, arg1 types.Hash32, arg2 p2p.Peer, arg3 []byte) error

HandleMessage mocks base method.

type MockSyncValidatorMockRecorder

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

MockSyncValidatorMockRecorder is the mock recorder for MockSyncValidator.

func (*MockSyncValidatorMockRecorder) HandleMessage

func (mr *MockSyncValidatorMockRecorder) HandleMessage(arg0, arg1, arg2, arg3 any) *SyncValidatorHandleMessageCall

HandleMessage indicates an expected call of HandleMessage.

type Mockhost

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

Mockhost is a mock of host interface.

func NewMockhost

func NewMockhost(ctrl *gomock.Controller) *Mockhost

NewMockhost creates a new mock instance.

func (*Mockhost) EXPECT

func (m *Mockhost) EXPECT() *MockhostMockRecorder

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

func (*Mockhost) ID

func (m *Mockhost) ID() p2p.Peer

ID mocks base method.

type MockhostMockRecorder

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

MockhostMockRecorder is the mock recorder for Mockhost.

func (*MockhostMockRecorder) ID

func (mr *MockhostMockRecorder) ID() *hostIDCall

ID indicates an expected call of ID.

type Mockrequester

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

Mockrequester is a mock of requester interface.

func NewMockrequester

func NewMockrequester(ctrl *gomock.Controller) *Mockrequester

NewMockrequester creates a new mock instance.

func (*Mockrequester) EXPECT

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

func (*Mockrequester) Request

func (m *Mockrequester) Request(arg0 context.Context, arg1 p2p.Peer, arg2 []byte) ([]byte, error)

Request mocks base method.

func (*Mockrequester) Run added in v1.3.0

func (m *Mockrequester) Run(arg0 context.Context) error

Run mocks base method.

type MockrequesterMockRecorder

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

MockrequesterMockRecorder is the mock recorder for Mockrequester.

func (*MockrequesterMockRecorder) Request

func (mr *MockrequesterMockRecorder) Request(arg0, arg1, arg2 any) *requesterRequestCall

Request indicates an expected call of Request.

func (*MockrequesterMockRecorder) Run added in v1.3.0

func (mr *MockrequesterMockRecorder) Run(arg0 any) *requesterRunCall

Run indicates an expected call of Run.

type PoetValidatorValidateAndStoreMsgCall added in v1.1.5

type PoetValidatorValidateAndStoreMsgCall struct {
	*gomock.Call
}

PoetValidatorValidateAndStoreMsgCall wrap *gomock.Call

func (*PoetValidatorValidateAndStoreMsgCall) Do added in v1.1.5

Do rewrite *gomock.Call.Do

func (*PoetValidatorValidateAndStoreMsgCall) DoAndReturn added in v1.1.5

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PoetValidatorValidateAndStoreMsgCall) Return added in v1.1.5

Return rewrite *gomock.Call.Return

type SyncValidatorHandleMessageCall added in v1.1.5

type SyncValidatorHandleMessageCall struct {
	*gomock.Call
}

SyncValidatorHandleMessageCall wrap *gomock.Call

func (*SyncValidatorHandleMessageCall) Do added in v1.1.5

Do rewrite *gomock.Call.Do

func (*SyncValidatorHandleMessageCall) DoAndReturn added in v1.1.5

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*SyncValidatorHandleMessageCall) Return added in v1.1.5

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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