chainstoragemocks

package
v0.0.0-...-ae8e89f Latest Latest
Warning

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

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

Documentation

Overview

Package chainstoragemocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockChainStorageClient

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

MockChainStorageClient is a mock of ChainStorageClient interface.

func NewMockChainStorageClient

func NewMockChainStorageClient(ctrl *gomock.Controller) *MockChainStorageClient

NewMockChainStorageClient creates a new mock instance.

func (*MockChainStorageClient) EXPECT

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

func (*MockChainStorageClient) GetBlockByTransaction

GetBlockByTransaction mocks base method.

func (*MockChainStorageClient) GetBlockFile

GetBlockFile mocks base method.

func (*MockChainStorageClient) GetBlockFilesByRange

GetBlockFilesByRange mocks base method.

func (*MockChainStorageClient) GetChainEvents

GetChainEvents mocks base method.

func (*MockChainStorageClient) GetChainMetadata

GetChainMetadata mocks base method.

func (*MockChainStorageClient) GetLatestBlock

GetLatestBlock mocks base method.

func (*MockChainStorageClient) GetNativeBlock

GetNativeBlock mocks base method.

func (*MockChainStorageClient) GetNativeBlocksByRange

GetNativeBlocksByRange mocks base method.

func (*MockChainStorageClient) GetNativeTransaction

GetNativeTransaction mocks base method.

func (*MockChainStorageClient) GetRawBlock

GetRawBlock mocks base method.

func (*MockChainStorageClient) GetRawBlocksByRange

GetRawBlocksByRange mocks base method.

func (*MockChainStorageClient) GetRosettaBlock

GetRosettaBlock mocks base method.

func (*MockChainStorageClient) GetRosettaBlocksByRange

GetRosettaBlocksByRange mocks base method.

func (*MockChainStorageClient) GetVerifiedAccountState

GetVerifiedAccountState mocks base method.

func (*MockChainStorageClient) GetVersionedChainEvent

GetVersionedChainEvent mocks base method.

func (*MockChainStorageClient) StreamChainEvents

StreamChainEvents mocks base method.

type MockChainStorageClientMockRecorder

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

MockChainStorageClientMockRecorder is the mock recorder for MockChainStorageClient.

func (*MockChainStorageClientMockRecorder) GetBlockByTransaction

func (mr *MockChainStorageClientMockRecorder) GetBlockByTransaction(arg0, arg1 any, arg2 ...any) *gomock.Call

GetBlockByTransaction indicates an expected call of GetBlockByTransaction.

func (*MockChainStorageClientMockRecorder) GetBlockFile

func (mr *MockChainStorageClientMockRecorder) GetBlockFile(arg0, arg1 any, arg2 ...any) *gomock.Call

GetBlockFile indicates an expected call of GetBlockFile.

func (*MockChainStorageClientMockRecorder) GetBlockFilesByRange

func (mr *MockChainStorageClientMockRecorder) GetBlockFilesByRange(arg0, arg1 any, arg2 ...any) *gomock.Call

GetBlockFilesByRange indicates an expected call of GetBlockFilesByRange.

func (*MockChainStorageClientMockRecorder) GetChainEvents

func (mr *MockChainStorageClientMockRecorder) GetChainEvents(arg0, arg1 any, arg2 ...any) *gomock.Call

GetChainEvents indicates an expected call of GetChainEvents.

func (*MockChainStorageClientMockRecorder) GetChainMetadata

func (mr *MockChainStorageClientMockRecorder) GetChainMetadata(arg0, arg1 any, arg2 ...any) *gomock.Call

GetChainMetadata indicates an expected call of GetChainMetadata.

func (*MockChainStorageClientMockRecorder) GetLatestBlock

func (mr *MockChainStorageClientMockRecorder) GetLatestBlock(arg0, arg1 any, arg2 ...any) *gomock.Call

GetLatestBlock indicates an expected call of GetLatestBlock.

func (*MockChainStorageClientMockRecorder) GetNativeBlock

func (mr *MockChainStorageClientMockRecorder) GetNativeBlock(arg0, arg1 any, arg2 ...any) *gomock.Call

GetNativeBlock indicates an expected call of GetNativeBlock.

func (*MockChainStorageClientMockRecorder) GetNativeBlocksByRange

func (mr *MockChainStorageClientMockRecorder) GetNativeBlocksByRange(arg0, arg1 any, arg2 ...any) *gomock.Call

GetNativeBlocksByRange indicates an expected call of GetNativeBlocksByRange.

func (*MockChainStorageClientMockRecorder) GetNativeTransaction

func (mr *MockChainStorageClientMockRecorder) GetNativeTransaction(arg0, arg1 any, arg2 ...any) *gomock.Call

GetNativeTransaction indicates an expected call of GetNativeTransaction.

func (*MockChainStorageClientMockRecorder) GetRawBlock

func (mr *MockChainStorageClientMockRecorder) GetRawBlock(arg0, arg1 any, arg2 ...any) *gomock.Call

GetRawBlock indicates an expected call of GetRawBlock.

func (*MockChainStorageClientMockRecorder) GetRawBlocksByRange

func (mr *MockChainStorageClientMockRecorder) GetRawBlocksByRange(arg0, arg1 any, arg2 ...any) *gomock.Call

GetRawBlocksByRange indicates an expected call of GetRawBlocksByRange.

func (*MockChainStorageClientMockRecorder) GetRosettaBlock

func (mr *MockChainStorageClientMockRecorder) GetRosettaBlock(arg0, arg1 any, arg2 ...any) *gomock.Call

GetRosettaBlock indicates an expected call of GetRosettaBlock.

func (*MockChainStorageClientMockRecorder) GetRosettaBlocksByRange

func (mr *MockChainStorageClientMockRecorder) GetRosettaBlocksByRange(arg0, arg1 any, arg2 ...any) *gomock.Call

GetRosettaBlocksByRange indicates an expected call of GetRosettaBlocksByRange.

func (*MockChainStorageClientMockRecorder) GetVerifiedAccountState

func (mr *MockChainStorageClientMockRecorder) GetVerifiedAccountState(arg0, arg1 any, arg2 ...any) *gomock.Call

GetVerifiedAccountState indicates an expected call of GetVerifiedAccountState.

func (*MockChainStorageClientMockRecorder) GetVersionedChainEvent

func (mr *MockChainStorageClientMockRecorder) GetVersionedChainEvent(arg0, arg1 any, arg2 ...any) *gomock.Call

GetVersionedChainEvent indicates an expected call of GetVersionedChainEvent.

func (*MockChainStorageClientMockRecorder) StreamChainEvents

func (mr *MockChainStorageClientMockRecorder) StreamChainEvents(arg0, arg1 any, arg2 ...any) *gomock.Call

StreamChainEvents indicates an expected call of StreamChainEvents.

type MockChainStorage_StreamChainEventsClient

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

MockChainStorage_StreamChainEventsClient is a mock of ChainStorage_StreamChainEventsClient interface.

func NewMockChainStorage_StreamChainEventsClient

func NewMockChainStorage_StreamChainEventsClient(ctrl *gomock.Controller) *MockChainStorage_StreamChainEventsClient

NewMockChainStorage_StreamChainEventsClient creates a new mock instance.

func (*MockChainStorage_StreamChainEventsClient) CloseSend

CloseSend mocks base method.

func (*MockChainStorage_StreamChainEventsClient) Context

Context mocks base method.

func (*MockChainStorage_StreamChainEventsClient) EXPECT

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

func (*MockChainStorage_StreamChainEventsClient) Header

Header mocks base method.

func (*MockChainStorage_StreamChainEventsClient) Recv

Recv mocks base method.

func (*MockChainStorage_StreamChainEventsClient) RecvMsg

RecvMsg mocks base method.

func (*MockChainStorage_StreamChainEventsClient) SendMsg

SendMsg mocks base method.

func (*MockChainStorage_StreamChainEventsClient) Trailer

Trailer mocks base method.

type MockChainStorage_StreamChainEventsClientMockRecorder

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

MockChainStorage_StreamChainEventsClientMockRecorder is the mock recorder for MockChainStorage_StreamChainEventsClient.

func (*MockChainStorage_StreamChainEventsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockChainStorage_StreamChainEventsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockChainStorage_StreamChainEventsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockChainStorage_StreamChainEventsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockChainStorage_StreamChainEventsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockChainStorage_StreamChainEventsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockChainStorage_StreamChainEventsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

Jump to

Keyboard shortcuts

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