mocks

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockAnteDecorator

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

MockAnteDecorator is a mock of AnteDecorator interface

func NewMockAnteDecorator

func NewMockAnteDecorator(ctrl *gomock.Controller) *MockAnteDecorator

NewMockAnteDecorator creates a new mock instance

func (*MockAnteDecorator) AnteHandle

func (m *MockAnteDecorator) AnteHandle(ctx types.Context, tx types.Tx, simulate bool, next types.AnteHandler) (types.Context, error)

AnteHandle mocks base method

func (*MockAnteDecorator) EXPECT

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

type MockAnteDecoratorMockRecorder

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

MockAnteDecoratorMockRecorder is the mock recorder for MockAnteDecorator

func (*MockAnteDecoratorMockRecorder) AnteHandle

func (mr *MockAnteDecoratorMockRecorder) AnteHandle(ctx, tx, simulate, next interface{}) *gomock.Call

AnteHandle indicates an expected call of AnteHandle

type MockNodeQuerier

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

MockNodeQuerier is a mock of NodeQuerier interface

func NewMockNodeQuerier

func NewMockNodeQuerier(ctrl *gomock.Controller) *MockNodeQuerier

NewMockNodeQuerier creates a new mock instance

func (*MockNodeQuerier) EXPECT

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

func (*MockNodeQuerier) QueryWithData

func (m *MockNodeQuerier) QueryWithData(path string, data []byte) ([]byte, int64, error)

QueryWithData mocks base method

type MockNodeQuerierMockRecorder

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

MockNodeQuerierMockRecorder is the mock recorder for MockNodeQuerier

func (*MockNodeQuerierMockRecorder) QueryWithData

func (mr *MockNodeQuerierMockRecorder) QueryWithData(path, data interface{}) *gomock.Call

QueryWithData indicates an expected call of QueryWithData

Jump to

Keyboard shortcuts

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