mocks

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 added in v0.0.2

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

MockAnteDecorator is a mock of AnteDecorator interface

func NewMockAnteDecorator added in v0.0.2

func NewMockAnteDecorator(ctrl *gomock.Controller) *MockAnteDecorator

NewMockAnteDecorator creates a new mock instance

func (*MockAnteDecorator) AnteHandle added in v0.0.2

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 added in v0.0.2

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

type MockAnteDecoratorMockRecorder added in v0.0.2

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

MockAnteDecoratorMockRecorder is the mock recorder for MockAnteDecorator

func (*MockAnteDecoratorMockRecorder) AnteHandle added in v0.0.2

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

AnteHandle indicates an expected call of AnteHandle

type MockAppModule added in v0.0.2

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

MockAppModule is a mock of AppModule interface

func NewMockAppModule added in v0.0.2

func NewMockAppModule(ctrl *gomock.Controller) *MockAppModule

NewMockAppModule creates a new mock instance

func (*MockAppModule) BeginBlock added in v0.0.2

func (m *MockAppModule) BeginBlock(arg0 types.Context, arg1 types0.RequestBeginBlock)

BeginBlock mocks base method

func (*MockAppModule) DefaultGenesis added in v0.0.2

func (m *MockAppModule) DefaultGenesis(arg0 codec.JSONMarshaler) json.RawMessage

DefaultGenesis mocks base method

func (*MockAppModule) EXPECT added in v0.0.2

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

func (*MockAppModule) EndBlock added in v0.0.2

EndBlock mocks base method

func (*MockAppModule) ExportGenesis added in v0.0.2

func (m *MockAppModule) ExportGenesis(arg0 types.Context, arg1 codec.JSONMarshaler) json.RawMessage

ExportGenesis mocks base method

func (*MockAppModule) GetQueryCmd added in v0.0.2

func (m *MockAppModule) GetQueryCmd(arg0 *codec.Codec) *cobra.Command

GetQueryCmd mocks base method

func (*MockAppModule) GetTxCmd added in v0.0.2

func (m *MockAppModule) GetTxCmd(arg0 context.CLIContext) *cobra.Command

GetTxCmd mocks base method

func (*MockAppModule) InitGenesis added in v0.0.2

func (m *MockAppModule) InitGenesis(arg0 types.Context, arg1 codec.JSONMarshaler, arg2 json.RawMessage) []types0.ValidatorUpdate

InitGenesis mocks base method

func (*MockAppModule) Name added in v0.0.2

func (m *MockAppModule) Name() string

Name mocks base method

func (*MockAppModule) NewHandler added in v0.0.2

func (m *MockAppModule) NewHandler() types.Handler

NewHandler mocks base method

func (*MockAppModule) NewQuerierHandler added in v0.0.2

func (m *MockAppModule) NewQuerierHandler() types.Querier

NewQuerierHandler mocks base method

func (*MockAppModule) QuerierRoute added in v0.0.2

func (m *MockAppModule) QuerierRoute() string

QuerierRoute mocks base method

func (*MockAppModule) RegisterCodec added in v0.0.2

func (m *MockAppModule) RegisterCodec(arg0 *codec.Codec)

RegisterCodec mocks base method

func (*MockAppModule) RegisterInvariants added in v0.0.2

func (m *MockAppModule) RegisterInvariants(arg0 types.InvariantRegistry)

RegisterInvariants mocks base method

func (*MockAppModule) RegisterRESTRoutes added in v0.0.2

func (m *MockAppModule) RegisterRESTRoutes(arg0 context.CLIContext, arg1 *mux.Router)

RegisterRESTRoutes mocks base method

func (*MockAppModule) Route added in v0.0.2

func (m *MockAppModule) Route() string

Route mocks base method

func (*MockAppModule) ValidateGenesis added in v0.0.2

func (m *MockAppModule) ValidateGenesis(arg0 codec.JSONMarshaler, arg1 json.RawMessage) error

ValidateGenesis mocks base method

type MockAppModuleBasic added in v0.0.2

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

MockAppModuleBasic is a mock of AppModuleBasic interface

func NewMockAppModuleBasic added in v0.0.2

func NewMockAppModuleBasic(ctrl *gomock.Controller) *MockAppModuleBasic

NewMockAppModuleBasic creates a new mock instance

func (*MockAppModuleBasic) DefaultGenesis added in v0.0.2

func (m *MockAppModuleBasic) DefaultGenesis(arg0 codec.JSONMarshaler) json.RawMessage

DefaultGenesis mocks base method

func (*MockAppModuleBasic) EXPECT added in v0.0.2

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

func (*MockAppModuleBasic) GetQueryCmd added in v0.0.2

func (m *MockAppModuleBasic) GetQueryCmd(arg0 *codec.Codec) *cobra.Command

GetQueryCmd mocks base method

func (*MockAppModuleBasic) GetTxCmd added in v0.0.2

func (m *MockAppModuleBasic) GetTxCmd(arg0 context.CLIContext) *cobra.Command

GetTxCmd mocks base method

func (*MockAppModuleBasic) Name added in v0.0.2

func (m *MockAppModuleBasic) Name() string

Name mocks base method

func (*MockAppModuleBasic) RegisterCodec added in v0.0.2

func (m *MockAppModuleBasic) RegisterCodec(arg0 *codec.Codec)

RegisterCodec mocks base method

func (*MockAppModuleBasic) RegisterRESTRoutes added in v0.0.2

func (m *MockAppModuleBasic) RegisterRESTRoutes(arg0 context.CLIContext, arg1 *mux.Router)

RegisterRESTRoutes mocks base method

func (*MockAppModuleBasic) ValidateGenesis added in v0.0.2

func (m *MockAppModuleBasic) ValidateGenesis(arg0 codec.JSONMarshaler, arg1 json.RawMessage) error

ValidateGenesis mocks base method

type MockAppModuleBasicMockRecorder added in v0.0.2

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

MockAppModuleBasicMockRecorder is the mock recorder for MockAppModuleBasic

func (*MockAppModuleBasicMockRecorder) DefaultGenesis added in v0.0.2

func (mr *MockAppModuleBasicMockRecorder) DefaultGenesis(arg0 interface{}) *gomock.Call

DefaultGenesis indicates an expected call of DefaultGenesis

func (*MockAppModuleBasicMockRecorder) GetQueryCmd added in v0.0.2

func (mr *MockAppModuleBasicMockRecorder) GetQueryCmd(arg0 interface{}) *gomock.Call

GetQueryCmd indicates an expected call of GetQueryCmd

func (*MockAppModuleBasicMockRecorder) GetTxCmd added in v0.0.2

func (mr *MockAppModuleBasicMockRecorder) GetTxCmd(arg0 interface{}) *gomock.Call

GetTxCmd indicates an expected call of GetTxCmd

func (*MockAppModuleBasicMockRecorder) Name added in v0.0.2

Name indicates an expected call of Name

func (*MockAppModuleBasicMockRecorder) RegisterCodec added in v0.0.2

func (mr *MockAppModuleBasicMockRecorder) RegisterCodec(arg0 interface{}) *gomock.Call

RegisterCodec indicates an expected call of RegisterCodec

func (*MockAppModuleBasicMockRecorder) RegisterRESTRoutes added in v0.0.2

func (mr *MockAppModuleBasicMockRecorder) RegisterRESTRoutes(arg0, arg1 interface{}) *gomock.Call

RegisterRESTRoutes indicates an expected call of RegisterRESTRoutes

func (*MockAppModuleBasicMockRecorder) ValidateGenesis added in v0.0.2

func (mr *MockAppModuleBasicMockRecorder) ValidateGenesis(arg0, arg1 interface{}) *gomock.Call

ValidateGenesis indicates an expected call of ValidateGenesis

type MockAppModuleGenesis added in v0.0.2

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

MockAppModuleGenesis is a mock of AppModuleGenesis interface

func NewMockAppModuleGenesis added in v0.0.2

func NewMockAppModuleGenesis(ctrl *gomock.Controller) *MockAppModuleGenesis

NewMockAppModuleGenesis creates a new mock instance

func (*MockAppModuleGenesis) DefaultGenesis added in v0.0.2

func (m *MockAppModuleGenesis) DefaultGenesis(arg0 codec.JSONMarshaler) json.RawMessage

DefaultGenesis mocks base method

func (*MockAppModuleGenesis) EXPECT added in v0.0.2

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

func (*MockAppModuleGenesis) ExportGenesis added in v0.0.2

func (m *MockAppModuleGenesis) ExportGenesis(arg0 types.Context, arg1 codec.JSONMarshaler) json.RawMessage

ExportGenesis mocks base method

func (*MockAppModuleGenesis) GetQueryCmd added in v0.0.2

func (m *MockAppModuleGenesis) GetQueryCmd(arg0 *codec.Codec) *cobra.Command

GetQueryCmd mocks base method

func (*MockAppModuleGenesis) GetTxCmd added in v0.0.2

GetTxCmd mocks base method

func (*MockAppModuleGenesis) InitGenesis added in v0.0.2

InitGenesis mocks base method

func (*MockAppModuleGenesis) Name added in v0.0.2

func (m *MockAppModuleGenesis) Name() string

Name mocks base method

func (*MockAppModuleGenesis) RegisterCodec added in v0.0.2

func (m *MockAppModuleGenesis) RegisterCodec(arg0 *codec.Codec)

RegisterCodec mocks base method

func (*MockAppModuleGenesis) RegisterRESTRoutes added in v0.0.2

func (m *MockAppModuleGenesis) RegisterRESTRoutes(arg0 context.CLIContext, arg1 *mux.Router)

RegisterRESTRoutes mocks base method

func (*MockAppModuleGenesis) ValidateGenesis added in v0.0.2

func (m *MockAppModuleGenesis) ValidateGenesis(arg0 codec.JSONMarshaler, arg1 json.RawMessage) error

ValidateGenesis mocks base method

type MockAppModuleGenesisMockRecorder added in v0.0.2

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

MockAppModuleGenesisMockRecorder is the mock recorder for MockAppModuleGenesis

func (*MockAppModuleGenesisMockRecorder) DefaultGenesis added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) DefaultGenesis(arg0 interface{}) *gomock.Call

DefaultGenesis indicates an expected call of DefaultGenesis

func (*MockAppModuleGenesisMockRecorder) ExportGenesis added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) ExportGenesis(arg0, arg1 interface{}) *gomock.Call

ExportGenesis indicates an expected call of ExportGenesis

func (*MockAppModuleGenesisMockRecorder) GetQueryCmd added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) GetQueryCmd(arg0 interface{}) *gomock.Call

GetQueryCmd indicates an expected call of GetQueryCmd

func (*MockAppModuleGenesisMockRecorder) GetTxCmd added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) GetTxCmd(arg0 interface{}) *gomock.Call

GetTxCmd indicates an expected call of GetTxCmd

func (*MockAppModuleGenesisMockRecorder) InitGenesis added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) InitGenesis(arg0, arg1, arg2 interface{}) *gomock.Call

InitGenesis indicates an expected call of InitGenesis

func (*MockAppModuleGenesisMockRecorder) Name added in v0.0.2

Name indicates an expected call of Name

func (*MockAppModuleGenesisMockRecorder) RegisterCodec added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) RegisterCodec(arg0 interface{}) *gomock.Call

RegisterCodec indicates an expected call of RegisterCodec

func (*MockAppModuleGenesisMockRecorder) RegisterRESTRoutes added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) RegisterRESTRoutes(arg0, arg1 interface{}) *gomock.Call

RegisterRESTRoutes indicates an expected call of RegisterRESTRoutes

func (*MockAppModuleGenesisMockRecorder) ValidateGenesis added in v0.0.2

func (mr *MockAppModuleGenesisMockRecorder) ValidateGenesis(arg0, arg1 interface{}) *gomock.Call

ValidateGenesis indicates an expected call of ValidateGenesis

type MockAppModuleMockRecorder added in v0.0.2

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

MockAppModuleMockRecorder is the mock recorder for MockAppModule

func (*MockAppModuleMockRecorder) BeginBlock added in v0.0.2

func (mr *MockAppModuleMockRecorder) BeginBlock(arg0, arg1 interface{}) *gomock.Call

BeginBlock indicates an expected call of BeginBlock

func (*MockAppModuleMockRecorder) DefaultGenesis added in v0.0.2

func (mr *MockAppModuleMockRecorder) DefaultGenesis(arg0 interface{}) *gomock.Call

DefaultGenesis indicates an expected call of DefaultGenesis

func (*MockAppModuleMockRecorder) EndBlock added in v0.0.2

func (mr *MockAppModuleMockRecorder) EndBlock(arg0, arg1 interface{}) *gomock.Call

EndBlock indicates an expected call of EndBlock

func (*MockAppModuleMockRecorder) ExportGenesis added in v0.0.2

func (mr *MockAppModuleMockRecorder) ExportGenesis(arg0, arg1 interface{}) *gomock.Call

ExportGenesis indicates an expected call of ExportGenesis

func (*MockAppModuleMockRecorder) GetQueryCmd added in v0.0.2

func (mr *MockAppModuleMockRecorder) GetQueryCmd(arg0 interface{}) *gomock.Call

GetQueryCmd indicates an expected call of GetQueryCmd

func (*MockAppModuleMockRecorder) GetTxCmd added in v0.0.2

func (mr *MockAppModuleMockRecorder) GetTxCmd(arg0 interface{}) *gomock.Call

GetTxCmd indicates an expected call of GetTxCmd

func (*MockAppModuleMockRecorder) InitGenesis added in v0.0.2

func (mr *MockAppModuleMockRecorder) InitGenesis(arg0, arg1, arg2 interface{}) *gomock.Call

InitGenesis indicates an expected call of InitGenesis

func (*MockAppModuleMockRecorder) Name added in v0.0.2

Name indicates an expected call of Name

func (*MockAppModuleMockRecorder) NewHandler added in v0.0.2

func (mr *MockAppModuleMockRecorder) NewHandler() *gomock.Call

NewHandler indicates an expected call of NewHandler

func (*MockAppModuleMockRecorder) NewQuerierHandler added in v0.0.2

func (mr *MockAppModuleMockRecorder) NewQuerierHandler() *gomock.Call

NewQuerierHandler indicates an expected call of NewQuerierHandler

func (*MockAppModuleMockRecorder) QuerierRoute added in v0.0.2

func (mr *MockAppModuleMockRecorder) QuerierRoute() *gomock.Call

QuerierRoute indicates an expected call of QuerierRoute

func (*MockAppModuleMockRecorder) RegisterCodec added in v0.0.2

func (mr *MockAppModuleMockRecorder) RegisterCodec(arg0 interface{}) *gomock.Call

RegisterCodec indicates an expected call of RegisterCodec

func (*MockAppModuleMockRecorder) RegisterInvariants added in v0.0.2

func (mr *MockAppModuleMockRecorder) RegisterInvariants(arg0 interface{}) *gomock.Call

RegisterInvariants indicates an expected call of RegisterInvariants

func (*MockAppModuleMockRecorder) RegisterRESTRoutes added in v0.0.2

func (mr *MockAppModuleMockRecorder) RegisterRESTRoutes(arg0, arg1 interface{}) *gomock.Call

RegisterRESTRoutes indicates an expected call of RegisterRESTRoutes

func (*MockAppModuleMockRecorder) Route added in v0.0.2

func (mr *MockAppModuleMockRecorder) Route() *gomock.Call

Route indicates an expected call of Route

func (*MockAppModuleMockRecorder) ValidateGenesis added in v0.0.2

func (mr *MockAppModuleMockRecorder) ValidateGenesis(arg0, arg1 interface{}) *gomock.Call

ValidateGenesis indicates an expected call of ValidateGenesis

type MockDB added in v0.0.2

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

MockDB is a mock of DB interface

func NewMockDB added in v0.0.2

func NewMockDB(ctrl *gomock.Controller) *MockDB

NewMockDB creates a new mock instance

func (*MockDB) Close added in v0.0.2

func (m *MockDB) Close() error

Close mocks base method

func (*MockDB) Delete added in v0.0.2

func (m *MockDB) Delete(arg0 []byte) error

Delete mocks base method

func (*MockDB) DeleteSync added in v0.0.2

func (m *MockDB) DeleteSync(arg0 []byte) error

DeleteSync mocks base method

func (*MockDB) EXPECT added in v0.0.2

func (m *MockDB) EXPECT() *MockDBMockRecorder

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

func (*MockDB) Get added in v0.0.2

func (m *MockDB) Get(arg0 []byte) ([]byte, error)

Get mocks base method

func (*MockDB) Has added in v0.0.2

func (m *MockDB) Has(arg0 []byte) (bool, error)

Has mocks base method

func (*MockDB) Iterator added in v0.0.2

func (m *MockDB) Iterator(arg0, arg1 []byte) (db.Iterator, error)

Iterator mocks base method

func (*MockDB) NewBatch added in v0.0.2

func (m *MockDB) NewBatch() db.Batch

NewBatch mocks base method

func (*MockDB) Print added in v0.0.2

func (m *MockDB) Print() error

Print mocks base method

func (*MockDB) ReverseIterator added in v0.0.2

func (m *MockDB) ReverseIterator(arg0, arg1 []byte) (db.Iterator, error)

ReverseIterator mocks base method

func (*MockDB) Set added in v0.0.2

func (m *MockDB) Set(arg0, arg1 []byte) error

Set mocks base method

func (*MockDB) SetSync added in v0.0.2

func (m *MockDB) SetSync(arg0, arg1 []byte) error

SetSync mocks base method

func (*MockDB) Stats added in v0.0.2

func (m *MockDB) Stats() map[string]string

Stats mocks base method

type MockDBMockRecorder added in v0.0.2

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

MockDBMockRecorder is the mock recorder for MockDB

func (*MockDBMockRecorder) Close added in v0.0.2

func (mr *MockDBMockRecorder) Close() *gomock.Call

Close indicates an expected call of Close

func (*MockDBMockRecorder) Delete added in v0.0.2

func (mr *MockDBMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockDBMockRecorder) DeleteSync added in v0.0.2

func (mr *MockDBMockRecorder) DeleteSync(arg0 interface{}) *gomock.Call

DeleteSync indicates an expected call of DeleteSync

func (*MockDBMockRecorder) Get added in v0.0.2

func (mr *MockDBMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get

func (*MockDBMockRecorder) Has added in v0.0.2

func (mr *MockDBMockRecorder) Has(arg0 interface{}) *gomock.Call

Has indicates an expected call of Has

func (*MockDBMockRecorder) Iterator added in v0.0.2

func (mr *MockDBMockRecorder) Iterator(arg0, arg1 interface{}) *gomock.Call

Iterator indicates an expected call of Iterator

func (*MockDBMockRecorder) NewBatch added in v0.0.2

func (mr *MockDBMockRecorder) NewBatch() *gomock.Call

NewBatch indicates an expected call of NewBatch

func (*MockDBMockRecorder) Print added in v0.0.2

func (mr *MockDBMockRecorder) Print() *gomock.Call

Print indicates an expected call of Print

func (*MockDBMockRecorder) ReverseIterator added in v0.0.2

func (mr *MockDBMockRecorder) ReverseIterator(arg0, arg1 interface{}) *gomock.Call

ReverseIterator indicates an expected call of ReverseIterator

func (*MockDBMockRecorder) Set added in v0.0.2

func (mr *MockDBMockRecorder) Set(arg0, arg1 interface{}) *gomock.Call

Set indicates an expected call of Set

func (*MockDBMockRecorder) SetSync added in v0.0.2

func (mr *MockDBMockRecorder) SetSync(arg0, arg1 interface{}) *gomock.Call

SetSync indicates an expected call of SetSync

func (*MockDBMockRecorder) Stats added in v0.0.2

func (mr *MockDBMockRecorder) Stats() *gomock.Call

Stats indicates an expected call of Stats

type MockInvariantRegistry added in v0.0.2

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

MockInvariantRegistry is a mock of InvariantRegistry interface

func NewMockInvariantRegistry added in v0.0.2

func NewMockInvariantRegistry(ctrl *gomock.Controller) *MockInvariantRegistry

NewMockInvariantRegistry creates a new mock instance

func (*MockInvariantRegistry) EXPECT added in v0.0.2

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

func (*MockInvariantRegistry) RegisterRoute added in v0.0.2

func (m *MockInvariantRegistry) RegisterRoute(moduleName, route string, invar types.Invariant)

RegisterRoute mocks base method

type MockInvariantRegistryMockRecorder added in v0.0.2

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

MockInvariantRegistryMockRecorder is the mock recorder for MockInvariantRegistry

func (*MockInvariantRegistryMockRecorder) RegisterRoute added in v0.0.2

func (mr *MockInvariantRegistryMockRecorder) RegisterRoute(moduleName, route, invar interface{}) *gomock.Call

RegisterRoute indicates an expected call of RegisterRoute

type MockNodeQuerier

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

func NewMockNodeQuerier

func NewMockNodeQuerier(ctrl *gomock.Controller) *MockNodeQuerier

func (*MockNodeQuerier) EXPECT

func (*MockNodeQuerier) QueryWithData

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

type MockNodeQuerierMockRecorder

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

func (*MockNodeQuerierMockRecorder) QueryWithData

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

type MockQueryRouter added in v0.0.2

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

MockQueryRouter is a mock of QueryRouter interface

func NewMockQueryRouter added in v0.0.2

func NewMockQueryRouter(ctrl *gomock.Controller) *MockQueryRouter

NewMockQueryRouter creates a new mock instance

func (*MockQueryRouter) AddRoute added in v0.0.2

AddRoute mocks base method

func (*MockQueryRouter) EXPECT added in v0.0.2

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

func (*MockQueryRouter) Route added in v0.0.2

func (m *MockQueryRouter) Route(path string) types.Querier

Route mocks base method

type MockQueryRouterMockRecorder added in v0.0.2

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

MockQueryRouterMockRecorder is the mock recorder for MockQueryRouter

func (*MockQueryRouterMockRecorder) AddRoute added in v0.0.2

func (mr *MockQueryRouterMockRecorder) AddRoute(r, h interface{}) *gomock.Call

AddRoute indicates an expected call of AddRoute

func (*MockQueryRouterMockRecorder) Route added in v0.0.2

func (mr *MockQueryRouterMockRecorder) Route(path interface{}) *gomock.Call

Route indicates an expected call of Route

type MockRouter added in v0.0.2

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

MockRouter is a mock of Router interface

func NewMockRouter added in v0.0.2

func NewMockRouter(ctrl *gomock.Controller) *MockRouter

NewMockRouter creates a new mock instance

func (*MockRouter) AddRoute added in v0.0.2

func (m *MockRouter) AddRoute(r string, h types.Handler) types.Router

AddRoute mocks base method

func (*MockRouter) EXPECT added in v0.0.2

func (m *MockRouter) EXPECT() *MockRouterMockRecorder

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

func (*MockRouter) Route added in v0.0.2

func (m *MockRouter) Route(ctx types.Context, path string) types.Handler

Route mocks base method

type MockRouterMockRecorder added in v0.0.2

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

MockRouterMockRecorder is the mock recorder for MockRouter

func (*MockRouterMockRecorder) AddRoute added in v0.0.2

func (mr *MockRouterMockRecorder) AddRoute(r, h interface{}) *gomock.Call

AddRoute indicates an expected call of AddRoute

func (*MockRouterMockRecorder) Route added in v0.0.2

func (mr *MockRouterMockRecorder) Route(ctx, path interface{}) *gomock.Call

Route indicates an expected call of Route

Jump to

Keyboard shortcuts

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