mock

package
v0.0.0-...-e2aa0ca Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code generated by MockGen. DO NOT EDIT. Source: address.go

Generated by this command:

mockgen -source=address.go -destination=mock/address.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: block.go

Generated by this command:

mockgen -source=block.go -destination=mock/block.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: class.go

Generated by this command:

mockgen -source=class.go -destination=mock/class.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: class_replace.go

Generated by this command:

mockgen -source=class_replace.go -destination=mock/class_replace.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: declare.go

Generated by this command:

mockgen -source=declare.go -destination=mock/declare.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: deploy.go

Generated by this command:

mockgen -source=deploy.go -destination=mock/deploy.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: deploy_account.go

Generated by this command:

mockgen -source=deploy_account.go -destination=mock/deploy_account.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: event.go

Generated by this command:

mockgen -source=event.go -destination=mock/event.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: fee.go

Generated by this command:

mockgen -source=fee.go -destination=mock/fee.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: internal.go

Generated by this command:

mockgen -source=internal.go -destination=mock/internal.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: invoke.go

Generated by this command:

mockgen -source=invoke.go -destination=mock/invoke.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: l1_handler.go

Generated by this command:

mockgen -source=l1_handler.go -destination=mock/l1_handler.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: message.go

Generated by this command:

mockgen -source=message.go -destination=mock/message.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: proxy.go

Generated by this command:

mockgen -source=proxy.go -destination=mock/proxy.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: proxy_upgrade.go

Generated by this command:

mockgen -source=proxy_upgrade.go -destination=mock/proxy_upgrade.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: state.go

Generated by this command:

mockgen -source=state.go -destination=mock/state.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: storage_diff.go

Generated by this command:

mockgen -source=storage_diff.go -destination=mock/storage_diff.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: token.go

Generated by this command:

mockgen -source=token.go -destination=mock/token.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: token_balance.go

Generated by this command:

mockgen -source=token_balance.go -destination=mock/token_balance.go -package=mock -typed

Package mock is a generated GoMock package.

Code generated by MockGen. DO NOT EDIT. Source: transfer.go

Generated by this command:

mockgen -source=transfer.go -destination=mock/transfer.go -package=mock -typed

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IAddressCursorListCall

type IAddressCursorListCall struct {
	*gomock.Call
}

IAddressCursorListCall wrap *gomock.Call

func (*IAddressCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressCursorListCall) Return

Return rewrite *gomock.Call.Return

type IAddressFilterCall

type IAddressFilterCall struct {
	*gomock.Call
}

IAddressFilterCall wrap *gomock.Call

func (*IAddressFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressFilterCall) Return

func (c *IAddressFilterCall) Return(arg0 []storage.Address, arg1 error) *IAddressFilterCall

Return rewrite *gomock.Call.Return

type IAddressGetAddressesCall

type IAddressGetAddressesCall struct {
	*gomock.Call
}

IAddressGetAddressesCall wrap *gomock.Call

func (*IAddressGetAddressesCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressGetAddressesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressGetAddressesCall) Return

Return rewrite *gomock.Call.Return

type IAddressGetByHashCall

type IAddressGetByHashCall struct {
	*gomock.Call
}

IAddressGetByHashCall wrap *gomock.Call

func (*IAddressGetByHashCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressGetByHashCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressGetByHashCall) Return

Return rewrite *gomock.Call.Return

type IAddressGetByHashesCall

type IAddressGetByHashesCall struct {
	*gomock.Call
}

IAddressGetByHashesCall wrap *gomock.Call

func (*IAddressGetByHashesCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressGetByHashesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressGetByHashesCall) Return

Return rewrite *gomock.Call.Return

type IAddressGetByIDCall

type IAddressGetByIDCall struct {
	*gomock.Call
}

IAddressGetByIDCall wrap *gomock.Call

func (*IAddressGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IAddressIsNoRowsCall

type IAddressIsNoRowsCall struct {
	*gomock.Call
}

IAddressIsNoRowsCall wrap *gomock.Call

func (*IAddressIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressIsNoRowsCall) DoAndReturn

func (c *IAddressIsNoRowsCall) DoAndReturn(f func(error) bool) *IAddressIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IAddressLastIDCall

type IAddressLastIDCall struct {
	*gomock.Call
}

IAddressLastIDCall wrap *gomock.Call

func (*IAddressLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressLastIDCall) DoAndReturn

func (c *IAddressLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IAddressLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressLastIDCall) Return

func (c *IAddressLastIDCall) Return(arg0 uint64, arg1 error) *IAddressLastIDCall

Return rewrite *gomock.Call.Return

type IAddressListCall

type IAddressListCall struct {
	*gomock.Call
}

IAddressListCall wrap *gomock.Call

func (*IAddressListCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressListCall) Return

func (c *IAddressListCall) Return(arg0 []*storage.Address, arg1 error) *IAddressListCall

Return rewrite *gomock.Call.Return

type IAddressSaveCall

type IAddressSaveCall struct {
	*gomock.Call
}

IAddressSaveCall wrap *gomock.Call

func (*IAddressSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressSaveCall) Return

func (c *IAddressSaveCall) Return(arg0 error) *IAddressSaveCall

Return rewrite *gomock.Call.Return

type IAddressUpdateCall

type IAddressUpdateCall struct {
	*gomock.Call
}

IAddressUpdateCall wrap *gomock.Call

func (*IAddressUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IAddressUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IAddressUpdateCall) Return

func (c *IAddressUpdateCall) Return(arg0 error) *IAddressUpdateCall

Return rewrite *gomock.Call.Return

type IBlockByHeightCall

type IBlockByHeightCall struct {
	*gomock.Call
}

IBlockByHeightCall wrap *gomock.Call

func (*IBlockByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockByHeightCall) Return

func (c *IBlockByHeightCall) Return(arg0 storage.Block, arg1 error) *IBlockByHeightCall

Return rewrite *gomock.Call.Return

type IBlockByStatusCall

type IBlockByStatusCall struct {
	*gomock.Call
}

IBlockByStatusCall wrap *gomock.Call

func (*IBlockByStatusCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockByStatusCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockByStatusCall) Return

func (c *IBlockByStatusCall) Return(arg0 []storage.Block, arg1 error) *IBlockByStatusCall

Return rewrite *gomock.Call.Return

type IBlockCursorListCall

type IBlockCursorListCall struct {
	*gomock.Call
}

IBlockCursorListCall wrap *gomock.Call

func (*IBlockCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockCursorListCall) Return

func (c *IBlockCursorListCall) Return(arg0 []*storage.Block, arg1 error) *IBlockCursorListCall

Return rewrite *gomock.Call.Return

type IBlockGetByIDCall

type IBlockGetByIDCall struct {
	*gomock.Call
}

IBlockGetByIDCall wrap *gomock.Call

func (*IBlockGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockGetByIDCall) Return

func (c *IBlockGetByIDCall) Return(arg0 *storage.Block, arg1 error) *IBlockGetByIDCall

Return rewrite *gomock.Call.Return

type IBlockIsNoRowsCall

type IBlockIsNoRowsCall struct {
	*gomock.Call
}

IBlockIsNoRowsCall wrap *gomock.Call

func (*IBlockIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockIsNoRowsCall) DoAndReturn

func (c *IBlockIsNoRowsCall) DoAndReturn(f func(error) bool) *IBlockIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockIsNoRowsCall) Return

func (c *IBlockIsNoRowsCall) Return(arg0 bool) *IBlockIsNoRowsCall

Return rewrite *gomock.Call.Return

type IBlockLastCall

type IBlockLastCall struct {
	*gomock.Call
}

IBlockLastCall wrap *gomock.Call

func (*IBlockLastCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockLastCall) DoAndReturn

func (c *IBlockLastCall) DoAndReturn(f func(context.Context) (storage.Block, error)) *IBlockLastCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockLastCall) Return

func (c *IBlockLastCall) Return(arg0 storage.Block, arg1 error) *IBlockLastCall

Return rewrite *gomock.Call.Return

type IBlockLastIDCall

type IBlockLastIDCall struct {
	*gomock.Call
}

IBlockLastIDCall wrap *gomock.Call

func (*IBlockLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockLastIDCall) DoAndReturn

func (c *IBlockLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IBlockLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockLastIDCall) Return

func (c *IBlockLastIDCall) Return(arg0 uint64, arg1 error) *IBlockLastIDCall

Return rewrite *gomock.Call.Return

type IBlockListCall

type IBlockListCall struct {
	*gomock.Call
}

IBlockListCall wrap *gomock.Call

func (*IBlockListCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockListCall) Return

func (c *IBlockListCall) Return(arg0 []*storage.Block, arg1 error) *IBlockListCall

Return rewrite *gomock.Call.Return

type IBlockSaveCall

type IBlockSaveCall struct {
	*gomock.Call
}

IBlockSaveCall wrap *gomock.Call

func (*IBlockSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockSaveCall) DoAndReturn

func (c *IBlockSaveCall) DoAndReturn(f func(context.Context, *storage.Block) error) *IBlockSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockSaveCall) Return

func (c *IBlockSaveCall) Return(arg0 error) *IBlockSaveCall

Return rewrite *gomock.Call.Return

type IBlockUpdateCall

type IBlockUpdateCall struct {
	*gomock.Call
}

IBlockUpdateCall wrap *gomock.Call

func (*IBlockUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IBlockUpdateCall) DoAndReturn

func (c *IBlockUpdateCall) DoAndReturn(f func(context.Context, *storage.Block) error) *IBlockUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IBlockUpdateCall) Return

func (c *IBlockUpdateCall) Return(arg0 error) *IBlockUpdateCall

Return rewrite *gomock.Call.Return

type IClassCursorListCall

type IClassCursorListCall struct {
	*gomock.Call
}

IClassCursorListCall wrap *gomock.Call

func (*IClassCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IClassCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassCursorListCall) Return

func (c *IClassCursorListCall) Return(arg0 []*storage.Class, arg1 error) *IClassCursorListCall

Return rewrite *gomock.Call.Return

type IClassGetByHashCall

type IClassGetByHashCall struct {
	*gomock.Call
}

IClassGetByHashCall wrap *gomock.Call

func (*IClassGetByHashCall) Do

Do rewrite *gomock.Call.Do

func (*IClassGetByHashCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassGetByHashCall) Return

Return rewrite *gomock.Call.Return

type IClassGetByIDCall

type IClassGetByIDCall struct {
	*gomock.Call
}

IClassGetByIDCall wrap *gomock.Call

func (*IClassGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IClassGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassGetByIDCall) Return

func (c *IClassGetByIDCall) Return(arg0 *storage.Class, arg1 error) *IClassGetByIDCall

Return rewrite *gomock.Call.Return

type IClassGetUnresolvedCall

type IClassGetUnresolvedCall struct {
	*gomock.Call
}

IClassGetUnresolvedCall wrap *gomock.Call

func (*IClassGetUnresolvedCall) Do

Do rewrite *gomock.Call.Do

func (*IClassGetUnresolvedCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassGetUnresolvedCall) Return

Return rewrite *gomock.Call.Return

type IClassIsNoRowsCall

type IClassIsNoRowsCall struct {
	*gomock.Call
}

IClassIsNoRowsCall wrap *gomock.Call

func (*IClassIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IClassIsNoRowsCall) DoAndReturn

func (c *IClassIsNoRowsCall) DoAndReturn(f func(error) bool) *IClassIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassIsNoRowsCall) Return

func (c *IClassIsNoRowsCall) Return(arg0 bool) *IClassIsNoRowsCall

Return rewrite *gomock.Call.Return

type IClassLastIDCall

type IClassLastIDCall struct {
	*gomock.Call
}

IClassLastIDCall wrap *gomock.Call

func (*IClassLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IClassLastIDCall) DoAndReturn

func (c *IClassLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IClassLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassLastIDCall) Return

func (c *IClassLastIDCall) Return(arg0 uint64, arg1 error) *IClassLastIDCall

Return rewrite *gomock.Call.Return

type IClassListCall

type IClassListCall struct {
	*gomock.Call
}

IClassListCall wrap *gomock.Call

func (*IClassListCall) Do

Do rewrite *gomock.Call.Do

func (*IClassListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassListCall) Return

func (c *IClassListCall) Return(arg0 []*storage.Class, arg1 error) *IClassListCall

Return rewrite *gomock.Call.Return

type IClassReplaceByHeightCall

type IClassReplaceByHeightCall struct {
	*gomock.Call
}

IClassReplaceByHeightCall wrap *gomock.Call

func (*IClassReplaceByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceByHeightCall) Return

Return rewrite *gomock.Call.Return

type IClassReplaceCursorListCall

type IClassReplaceCursorListCall struct {
	*gomock.Call
}

IClassReplaceCursorListCall wrap *gomock.Call

func (*IClassReplaceCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceCursorListCall) Return

Return rewrite *gomock.Call.Return

type IClassReplaceGetByIDCall

type IClassReplaceGetByIDCall struct {
	*gomock.Call
}

IClassReplaceGetByIDCall wrap *gomock.Call

func (*IClassReplaceGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IClassReplaceIsNoRowsCall

type IClassReplaceIsNoRowsCall struct {
	*gomock.Call
}

IClassReplaceIsNoRowsCall wrap *gomock.Call

func (*IClassReplaceIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IClassReplaceLastIDCall

type IClassReplaceLastIDCall struct {
	*gomock.Call
}

IClassReplaceLastIDCall wrap *gomock.Call

func (*IClassReplaceLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceLastIDCall) Return

Return rewrite *gomock.Call.Return

type IClassReplaceListCall

type IClassReplaceListCall struct {
	*gomock.Call
}

IClassReplaceListCall wrap *gomock.Call

func (*IClassReplaceListCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceListCall) Return

Return rewrite *gomock.Call.Return

type IClassReplaceSaveCall

type IClassReplaceSaveCall struct {
	*gomock.Call
}

IClassReplaceSaveCall wrap *gomock.Call

func (*IClassReplaceSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceSaveCall) Return

Return rewrite *gomock.Call.Return

type IClassReplaceUpdateCall

type IClassReplaceUpdateCall struct {
	*gomock.Call
}

IClassReplaceUpdateCall wrap *gomock.Call

func (*IClassReplaceUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IClassReplaceUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassReplaceUpdateCall) Return

Return rewrite *gomock.Call.Return

type IClassSaveCall

type IClassSaveCall struct {
	*gomock.Call
}

IClassSaveCall wrap *gomock.Call

func (*IClassSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IClassSaveCall) DoAndReturn

func (c *IClassSaveCall) DoAndReturn(f func(context.Context, *storage.Class) error) *IClassSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassSaveCall) Return

func (c *IClassSaveCall) Return(arg0 error) *IClassSaveCall

Return rewrite *gomock.Call.Return

type IClassUpdateCall

type IClassUpdateCall struct {
	*gomock.Call
}

IClassUpdateCall wrap *gomock.Call

func (*IClassUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IClassUpdateCall) DoAndReturn

func (c *IClassUpdateCall) DoAndReturn(f func(context.Context, *storage.Class) error) *IClassUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IClassUpdateCall) Return

func (c *IClassUpdateCall) Return(arg0 error) *IClassUpdateCall

Return rewrite *gomock.Call.Return

type IDeclareCursorListCall

type IDeclareCursorListCall struct {
	*gomock.Call
}

IDeclareCursorListCall wrap *gomock.Call

func (*IDeclareCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareCursorListCall) Return

Return rewrite *gomock.Call.Return

type IDeclareFilterCall

type IDeclareFilterCall struct {
	*gomock.Call
}

IDeclareFilterCall wrap *gomock.Call

func (*IDeclareFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareFilterCall) Return

func (c *IDeclareFilterCall) Return(arg0 []storage.Declare, arg1 error) *IDeclareFilterCall

Return rewrite *gomock.Call.Return

type IDeclareGetByIDCall

type IDeclareGetByIDCall struct {
	*gomock.Call
}

IDeclareGetByIDCall wrap *gomock.Call

func (*IDeclareGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IDeclareIsNoRowsCall

type IDeclareIsNoRowsCall struct {
	*gomock.Call
}

IDeclareIsNoRowsCall wrap *gomock.Call

func (*IDeclareIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareIsNoRowsCall) DoAndReturn

func (c *IDeclareIsNoRowsCall) DoAndReturn(f func(error) bool) *IDeclareIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IDeclareLastIDCall

type IDeclareLastIDCall struct {
	*gomock.Call
}

IDeclareLastIDCall wrap *gomock.Call

func (*IDeclareLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareLastIDCall) DoAndReturn

func (c *IDeclareLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IDeclareLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareLastIDCall) Return

func (c *IDeclareLastIDCall) Return(arg0 uint64, arg1 error) *IDeclareLastIDCall

Return rewrite *gomock.Call.Return

type IDeclareListCall

type IDeclareListCall struct {
	*gomock.Call
}

IDeclareListCall wrap *gomock.Call

func (*IDeclareListCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareListCall) Return

func (c *IDeclareListCall) Return(arg0 []*storage.Declare, arg1 error) *IDeclareListCall

Return rewrite *gomock.Call.Return

type IDeclareSaveCall

type IDeclareSaveCall struct {
	*gomock.Call
}

IDeclareSaveCall wrap *gomock.Call

func (*IDeclareSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareSaveCall) Return

func (c *IDeclareSaveCall) Return(arg0 error) *IDeclareSaveCall

Return rewrite *gomock.Call.Return

type IDeclareUpdateCall

type IDeclareUpdateCall struct {
	*gomock.Call
}

IDeclareUpdateCall wrap *gomock.Call

func (*IDeclareUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IDeclareUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeclareUpdateCall) Return

func (c *IDeclareUpdateCall) Return(arg0 error) *IDeclareUpdateCall

Return rewrite *gomock.Call.Return

type IDeployAccountCursorListCall

type IDeployAccountCursorListCall struct {
	*gomock.Call
}

IDeployAccountCursorListCall wrap *gomock.Call

func (*IDeployAccountCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountCursorListCall) Return

Return rewrite *gomock.Call.Return

type IDeployAccountFilterCall

type IDeployAccountFilterCall struct {
	*gomock.Call
}

IDeployAccountFilterCall wrap *gomock.Call

func (*IDeployAccountFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountFilterCall) Return

Return rewrite *gomock.Call.Return

type IDeployAccountGetByIDCall

type IDeployAccountGetByIDCall struct {
	*gomock.Call
}

IDeployAccountGetByIDCall wrap *gomock.Call

func (*IDeployAccountGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IDeployAccountIsNoRowsCall

type IDeployAccountIsNoRowsCall struct {
	*gomock.Call
}

IDeployAccountIsNoRowsCall wrap *gomock.Call

func (*IDeployAccountIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IDeployAccountLastIDCall

type IDeployAccountLastIDCall struct {
	*gomock.Call
}

IDeployAccountLastIDCall wrap *gomock.Call

func (*IDeployAccountLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountLastIDCall) Return

Return rewrite *gomock.Call.Return

type IDeployAccountListCall

type IDeployAccountListCall struct {
	*gomock.Call
}

IDeployAccountListCall wrap *gomock.Call

func (*IDeployAccountListCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountListCall) Return

Return rewrite *gomock.Call.Return

type IDeployAccountSaveCall

type IDeployAccountSaveCall struct {
	*gomock.Call
}

IDeployAccountSaveCall wrap *gomock.Call

func (*IDeployAccountSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountSaveCall) Return

Return rewrite *gomock.Call.Return

type IDeployAccountUpdateCall

type IDeployAccountUpdateCall struct {
	*gomock.Call
}

IDeployAccountUpdateCall wrap *gomock.Call

func (*IDeployAccountUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployAccountUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployAccountUpdateCall) Return

Return rewrite *gomock.Call.Return

type IDeployCursorListCall

type IDeployCursorListCall struct {
	*gomock.Call
}

IDeployCursorListCall wrap *gomock.Call

func (*IDeployCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployCursorListCall) Return

Return rewrite *gomock.Call.Return

type IDeployFilterCall

type IDeployFilterCall struct {
	*gomock.Call
}

IDeployFilterCall wrap *gomock.Call

func (*IDeployFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployFilterCall) Return

func (c *IDeployFilterCall) Return(arg0 []storage.Deploy, arg1 error) *IDeployFilterCall

Return rewrite *gomock.Call.Return

type IDeployGetByIDCall

type IDeployGetByIDCall struct {
	*gomock.Call
}

IDeployGetByIDCall wrap *gomock.Call

func (*IDeployGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployGetByIDCall) Return

func (c *IDeployGetByIDCall) Return(arg0 *storage.Deploy, arg1 error) *IDeployGetByIDCall

Return rewrite *gomock.Call.Return

type IDeployIsNoRowsCall

type IDeployIsNoRowsCall struct {
	*gomock.Call
}

IDeployIsNoRowsCall wrap *gomock.Call

func (*IDeployIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployIsNoRowsCall) DoAndReturn

func (c *IDeployIsNoRowsCall) DoAndReturn(f func(error) bool) *IDeployIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployIsNoRowsCall) Return

func (c *IDeployIsNoRowsCall) Return(arg0 bool) *IDeployIsNoRowsCall

Return rewrite *gomock.Call.Return

type IDeployLastIDCall

type IDeployLastIDCall struct {
	*gomock.Call
}

IDeployLastIDCall wrap *gomock.Call

func (*IDeployLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployLastIDCall) DoAndReturn

func (c *IDeployLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IDeployLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployLastIDCall) Return

func (c *IDeployLastIDCall) Return(arg0 uint64, arg1 error) *IDeployLastIDCall

Return rewrite *gomock.Call.Return

type IDeployListCall

type IDeployListCall struct {
	*gomock.Call
}

IDeployListCall wrap *gomock.Call

func (*IDeployListCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployListCall) Return

func (c *IDeployListCall) Return(arg0 []*storage.Deploy, arg1 error) *IDeployListCall

Return rewrite *gomock.Call.Return

type IDeploySaveCall

type IDeploySaveCall struct {
	*gomock.Call
}

IDeploySaveCall wrap *gomock.Call

func (*IDeploySaveCall) Do

Do rewrite *gomock.Call.Do

func (*IDeploySaveCall) DoAndReturn

func (c *IDeploySaveCall) DoAndReturn(f func(context.Context, *storage.Deploy) error) *IDeploySaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeploySaveCall) Return

func (c *IDeploySaveCall) Return(arg0 error) *IDeploySaveCall

Return rewrite *gomock.Call.Return

type IDeployUpdateCall

type IDeployUpdateCall struct {
	*gomock.Call
}

IDeployUpdateCall wrap *gomock.Call

func (*IDeployUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IDeployUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IDeployUpdateCall) Return

func (c *IDeployUpdateCall) Return(arg0 error) *IDeployUpdateCall

Return rewrite *gomock.Call.Return

type IEventCursorListCall

type IEventCursorListCall struct {
	*gomock.Call
}

IEventCursorListCall wrap *gomock.Call

func (*IEventCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IEventCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventCursorListCall) Return

func (c *IEventCursorListCall) Return(arg0 []*storage.Event, arg1 error) *IEventCursorListCall

Return rewrite *gomock.Call.Return

type IEventFilterCall

type IEventFilterCall struct {
	*gomock.Call
}

IEventFilterCall wrap *gomock.Call

func (*IEventFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IEventFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventFilterCall) Return

func (c *IEventFilterCall) Return(arg0 []storage.Event, arg1 error) *IEventFilterCall

Return rewrite *gomock.Call.Return

type IEventGetByIDCall

type IEventGetByIDCall struct {
	*gomock.Call
}

IEventGetByIDCall wrap *gomock.Call

func (*IEventGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IEventGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventGetByIDCall) Return

func (c *IEventGetByIDCall) Return(arg0 *storage.Event, arg1 error) *IEventGetByIDCall

Return rewrite *gomock.Call.Return

type IEventIsNoRowsCall

type IEventIsNoRowsCall struct {
	*gomock.Call
}

IEventIsNoRowsCall wrap *gomock.Call

func (*IEventIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IEventIsNoRowsCall) DoAndReturn

func (c *IEventIsNoRowsCall) DoAndReturn(f func(error) bool) *IEventIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventIsNoRowsCall) Return

func (c *IEventIsNoRowsCall) Return(arg0 bool) *IEventIsNoRowsCall

Return rewrite *gomock.Call.Return

type IEventLastIDCall

type IEventLastIDCall struct {
	*gomock.Call
}

IEventLastIDCall wrap *gomock.Call

func (*IEventLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IEventLastIDCall) DoAndReturn

func (c *IEventLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IEventLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventLastIDCall) Return

func (c *IEventLastIDCall) Return(arg0 uint64, arg1 error) *IEventLastIDCall

Return rewrite *gomock.Call.Return

type IEventListCall

type IEventListCall struct {
	*gomock.Call
}

IEventListCall wrap *gomock.Call

func (*IEventListCall) Do

Do rewrite *gomock.Call.Do

func (*IEventListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventListCall) Return

func (c *IEventListCall) Return(arg0 []*storage.Event, arg1 error) *IEventListCall

Return rewrite *gomock.Call.Return

type IEventSaveCall

type IEventSaveCall struct {
	*gomock.Call
}

IEventSaveCall wrap *gomock.Call

func (*IEventSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IEventSaveCall) DoAndReturn

func (c *IEventSaveCall) DoAndReturn(f func(context.Context, *storage.Event) error) *IEventSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventSaveCall) Return

func (c *IEventSaveCall) Return(arg0 error) *IEventSaveCall

Return rewrite *gomock.Call.Return

type IEventUpdateCall

type IEventUpdateCall struct {
	*gomock.Call
}

IEventUpdateCall wrap *gomock.Call

func (*IEventUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IEventUpdateCall) DoAndReturn

func (c *IEventUpdateCall) DoAndReturn(f func(context.Context, *storage.Event) error) *IEventUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IEventUpdateCall) Return

func (c *IEventUpdateCall) Return(arg0 error) *IEventUpdateCall

Return rewrite *gomock.Call.Return

type IFeeCursorListCall

type IFeeCursorListCall struct {
	*gomock.Call
}

IFeeCursorListCall wrap *gomock.Call

func (*IFeeCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IFeeCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeCursorListCall) Return

func (c *IFeeCursorListCall) Return(arg0 []*storage.Fee, arg1 error) *IFeeCursorListCall

Return rewrite *gomock.Call.Return

type IFeeFilterCall

type IFeeFilterCall struct {
	*gomock.Call
}

IFeeFilterCall wrap *gomock.Call

func (*IFeeFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IFeeFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeFilterCall) Return

func (c *IFeeFilterCall) Return(arg0 []storage.Fee, arg1 error) *IFeeFilterCall

Return rewrite *gomock.Call.Return

type IFeeGetByIDCall

type IFeeGetByIDCall struct {
	*gomock.Call
}

IFeeGetByIDCall wrap *gomock.Call

func (*IFeeGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IFeeGetByIDCall) DoAndReturn

func (c *IFeeGetByIDCall) DoAndReturn(f func(context.Context, uint64) (*storage.Fee, error)) *IFeeGetByIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeGetByIDCall) Return

func (c *IFeeGetByIDCall) Return(arg0 *storage.Fee, arg1 error) *IFeeGetByIDCall

Return rewrite *gomock.Call.Return

type IFeeIsNoRowsCall

type IFeeIsNoRowsCall struct {
	*gomock.Call
}

IFeeIsNoRowsCall wrap *gomock.Call

func (*IFeeIsNoRowsCall) Do

func (c *IFeeIsNoRowsCall) Do(f func(error) bool) *IFeeIsNoRowsCall

Do rewrite *gomock.Call.Do

func (*IFeeIsNoRowsCall) DoAndReturn

func (c *IFeeIsNoRowsCall) DoAndReturn(f func(error) bool) *IFeeIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeIsNoRowsCall) Return

func (c *IFeeIsNoRowsCall) Return(arg0 bool) *IFeeIsNoRowsCall

Return rewrite *gomock.Call.Return

type IFeeLastIDCall

type IFeeLastIDCall struct {
	*gomock.Call
}

IFeeLastIDCall wrap *gomock.Call

func (*IFeeLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IFeeLastIDCall) DoAndReturn

func (c *IFeeLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IFeeLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeLastIDCall) Return

func (c *IFeeLastIDCall) Return(arg0 uint64, arg1 error) *IFeeLastIDCall

Return rewrite *gomock.Call.Return

type IFeeListCall

type IFeeListCall struct {
	*gomock.Call
}

IFeeListCall wrap *gomock.Call

func (*IFeeListCall) Do

Do rewrite *gomock.Call.Do

func (*IFeeListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeListCall) Return

func (c *IFeeListCall) Return(arg0 []*storage.Fee, arg1 error) *IFeeListCall

Return rewrite *gomock.Call.Return

type IFeeSaveCall

type IFeeSaveCall struct {
	*gomock.Call
}

IFeeSaveCall wrap *gomock.Call

func (*IFeeSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IFeeSaveCall) DoAndReturn

func (c *IFeeSaveCall) DoAndReturn(f func(context.Context, *storage.Fee) error) *IFeeSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeSaveCall) Return

func (c *IFeeSaveCall) Return(arg0 error) *IFeeSaveCall

Return rewrite *gomock.Call.Return

type IFeeUpdateCall

type IFeeUpdateCall struct {
	*gomock.Call
}

IFeeUpdateCall wrap *gomock.Call

func (*IFeeUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IFeeUpdateCall) DoAndReturn

func (c *IFeeUpdateCall) DoAndReturn(f func(context.Context, *storage.Fee) error) *IFeeUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IFeeUpdateCall) Return

func (c *IFeeUpdateCall) Return(arg0 error) *IFeeUpdateCall

Return rewrite *gomock.Call.Return

type IInternalCursorListCall

type IInternalCursorListCall struct {
	*gomock.Call
}

IInternalCursorListCall wrap *gomock.Call

func (*IInternalCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalCursorListCall) Return

Return rewrite *gomock.Call.Return

type IInternalFilterCall

type IInternalFilterCall struct {
	*gomock.Call
}

IInternalFilterCall wrap *gomock.Call

func (*IInternalFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalFilterCall) Return

Return rewrite *gomock.Call.Return

type IInternalGetByIDCall

type IInternalGetByIDCall struct {
	*gomock.Call
}

IInternalGetByIDCall wrap *gomock.Call

func (*IInternalGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IInternalIsNoRowsCall

type IInternalIsNoRowsCall struct {
	*gomock.Call
}

IInternalIsNoRowsCall wrap *gomock.Call

func (*IInternalIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalIsNoRowsCall) DoAndReturn

func (c *IInternalIsNoRowsCall) DoAndReturn(f func(error) bool) *IInternalIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IInternalLastIDCall

type IInternalLastIDCall struct {
	*gomock.Call
}

IInternalLastIDCall wrap *gomock.Call

func (*IInternalLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalLastIDCall) DoAndReturn

func (c *IInternalLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IInternalLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalLastIDCall) Return

func (c *IInternalLastIDCall) Return(arg0 uint64, arg1 error) *IInternalLastIDCall

Return rewrite *gomock.Call.Return

type IInternalListCall

type IInternalListCall struct {
	*gomock.Call
}

IInternalListCall wrap *gomock.Call

func (*IInternalListCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalListCall) Return

func (c *IInternalListCall) Return(arg0 []*storage.Internal, arg1 error) *IInternalListCall

Return rewrite *gomock.Call.Return

type IInternalSaveCall

type IInternalSaveCall struct {
	*gomock.Call
}

IInternalSaveCall wrap *gomock.Call

func (*IInternalSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalSaveCall) Return

func (c *IInternalSaveCall) Return(arg0 error) *IInternalSaveCall

Return rewrite *gomock.Call.Return

type IInternalUpdateCall

type IInternalUpdateCall struct {
	*gomock.Call
}

IInternalUpdateCall wrap *gomock.Call

func (*IInternalUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IInternalUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInternalUpdateCall) Return

Return rewrite *gomock.Call.Return

type IInvokeCursorListCall

type IInvokeCursorListCall struct {
	*gomock.Call
}

IInvokeCursorListCall wrap *gomock.Call

func (*IInvokeCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeCursorListCall) Return

Return rewrite *gomock.Call.Return

type IInvokeFilterCall

type IInvokeFilterCall struct {
	*gomock.Call
}

IInvokeFilterCall wrap *gomock.Call

func (*IInvokeFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeFilterCall) Return

func (c *IInvokeFilterCall) Return(arg0 []storage.Invoke, arg1 error) *IInvokeFilterCall

Return rewrite *gomock.Call.Return

type IInvokeGetByIDCall

type IInvokeGetByIDCall struct {
	*gomock.Call
}

IInvokeGetByIDCall wrap *gomock.Call

func (*IInvokeGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeGetByIDCall) Return

func (c *IInvokeGetByIDCall) Return(arg0 *storage.Invoke, arg1 error) *IInvokeGetByIDCall

Return rewrite *gomock.Call.Return

type IInvokeHashByHeightCall

type IInvokeHashByHeightCall struct {
	*gomock.Call
}

IInvokeHashByHeightCall wrap *gomock.Call

func (*IInvokeHashByHeightCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeHashByHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeHashByHeightCall) Return

func (c *IInvokeHashByHeightCall) Return(arg0 []byte, arg1 error) *IInvokeHashByHeightCall

Return rewrite *gomock.Call.Return

type IInvokeIsNoRowsCall

type IInvokeIsNoRowsCall struct {
	*gomock.Call
}

IInvokeIsNoRowsCall wrap *gomock.Call

func (*IInvokeIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeIsNoRowsCall) DoAndReturn

func (c *IInvokeIsNoRowsCall) DoAndReturn(f func(error) bool) *IInvokeIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeIsNoRowsCall) Return

func (c *IInvokeIsNoRowsCall) Return(arg0 bool) *IInvokeIsNoRowsCall

Return rewrite *gomock.Call.Return

type IInvokeLastIDCall

type IInvokeLastIDCall struct {
	*gomock.Call
}

IInvokeLastIDCall wrap *gomock.Call

func (*IInvokeLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeLastIDCall) DoAndReturn

func (c *IInvokeLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IInvokeLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeLastIDCall) Return

func (c *IInvokeLastIDCall) Return(arg0 uint64, arg1 error) *IInvokeLastIDCall

Return rewrite *gomock.Call.Return

type IInvokeListCall

type IInvokeListCall struct {
	*gomock.Call
}

IInvokeListCall wrap *gomock.Call

func (*IInvokeListCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeListCall) Return

func (c *IInvokeListCall) Return(arg0 []*storage.Invoke, arg1 error) *IInvokeListCall

Return rewrite *gomock.Call.Return

type IInvokeSaveCall

type IInvokeSaveCall struct {
	*gomock.Call
}

IInvokeSaveCall wrap *gomock.Call

func (*IInvokeSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeSaveCall) DoAndReturn

func (c *IInvokeSaveCall) DoAndReturn(f func(context.Context, *storage.Invoke) error) *IInvokeSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeSaveCall) Return

func (c *IInvokeSaveCall) Return(arg0 error) *IInvokeSaveCall

Return rewrite *gomock.Call.Return

type IInvokeUpdateCall

type IInvokeUpdateCall struct {
	*gomock.Call
}

IInvokeUpdateCall wrap *gomock.Call

func (*IInvokeUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IInvokeUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IInvokeUpdateCall) Return

func (c *IInvokeUpdateCall) Return(arg0 error) *IInvokeUpdateCall

Return rewrite *gomock.Call.Return

type IL1HandlerCursorListCall

type IL1HandlerCursorListCall struct {
	*gomock.Call
}

IL1HandlerCursorListCall wrap *gomock.Call

func (*IL1HandlerCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerCursorListCall) Return

Return rewrite *gomock.Call.Return

type IL1HandlerFilterCall

type IL1HandlerFilterCall struct {
	*gomock.Call
}

IL1HandlerFilterCall wrap *gomock.Call

func (*IL1HandlerFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerFilterCall) Return

Return rewrite *gomock.Call.Return

type IL1HandlerGetByIDCall

type IL1HandlerGetByIDCall struct {
	*gomock.Call
}

IL1HandlerGetByIDCall wrap *gomock.Call

func (*IL1HandlerGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IL1HandlerIsNoRowsCall

type IL1HandlerIsNoRowsCall struct {
	*gomock.Call
}

IL1HandlerIsNoRowsCall wrap *gomock.Call

func (*IL1HandlerIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerIsNoRowsCall) DoAndReturn

func (c *IL1HandlerIsNoRowsCall) DoAndReturn(f func(error) bool) *IL1HandlerIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IL1HandlerLastIDCall

type IL1HandlerLastIDCall struct {
	*gomock.Call
}

IL1HandlerLastIDCall wrap *gomock.Call

func (*IL1HandlerLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerLastIDCall) Return

func (c *IL1HandlerLastIDCall) Return(arg0 uint64, arg1 error) *IL1HandlerLastIDCall

Return rewrite *gomock.Call.Return

type IL1HandlerListCall

type IL1HandlerListCall struct {
	*gomock.Call
}

IL1HandlerListCall wrap *gomock.Call

func (*IL1HandlerListCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerListCall) Return

func (c *IL1HandlerListCall) Return(arg0 []*storage.L1Handler, arg1 error) *IL1HandlerListCall

Return rewrite *gomock.Call.Return

type IL1HandlerSaveCall

type IL1HandlerSaveCall struct {
	*gomock.Call
}

IL1HandlerSaveCall wrap *gomock.Call

func (*IL1HandlerSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerSaveCall) Return

func (c *IL1HandlerSaveCall) Return(arg0 error) *IL1HandlerSaveCall

Return rewrite *gomock.Call.Return

type IL1HandlerUpdateCall

type IL1HandlerUpdateCall struct {
	*gomock.Call
}

IL1HandlerUpdateCall wrap *gomock.Call

func (*IL1HandlerUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IL1HandlerUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IL1HandlerUpdateCall) Return

Return rewrite *gomock.Call.Return

type IMessageCursorListCall

type IMessageCursorListCall struct {
	*gomock.Call
}

IMessageCursorListCall wrap *gomock.Call

func (*IMessageCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageCursorListCall) Return

Return rewrite *gomock.Call.Return

type IMessageFilterCall

type IMessageFilterCall struct {
	*gomock.Call
}

IMessageFilterCall wrap *gomock.Call

func (*IMessageFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageFilterCall) Return

func (c *IMessageFilterCall) Return(arg0 []storage.Message, arg1 error) *IMessageFilterCall

Return rewrite *gomock.Call.Return

type IMessageGetByIDCall

type IMessageGetByIDCall struct {
	*gomock.Call
}

IMessageGetByIDCall wrap *gomock.Call

func (*IMessageGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IMessageIsNoRowsCall

type IMessageIsNoRowsCall struct {
	*gomock.Call
}

IMessageIsNoRowsCall wrap *gomock.Call

func (*IMessageIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageIsNoRowsCall) DoAndReturn

func (c *IMessageIsNoRowsCall) DoAndReturn(f func(error) bool) *IMessageIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IMessageLastIDCall

type IMessageLastIDCall struct {
	*gomock.Call
}

IMessageLastIDCall wrap *gomock.Call

func (*IMessageLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageLastIDCall) DoAndReturn

func (c *IMessageLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IMessageLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageLastIDCall) Return

func (c *IMessageLastIDCall) Return(arg0 uint64, arg1 error) *IMessageLastIDCall

Return rewrite *gomock.Call.Return

type IMessageListCall

type IMessageListCall struct {
	*gomock.Call
}

IMessageListCall wrap *gomock.Call

func (*IMessageListCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageListCall) Return

func (c *IMessageListCall) Return(arg0 []*storage.Message, arg1 error) *IMessageListCall

Return rewrite *gomock.Call.Return

type IMessageSaveCall

type IMessageSaveCall struct {
	*gomock.Call
}

IMessageSaveCall wrap *gomock.Call

func (*IMessageSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageSaveCall) Return

func (c *IMessageSaveCall) Return(arg0 error) *IMessageSaveCall

Return rewrite *gomock.Call.Return

type IMessageUpdateCall

type IMessageUpdateCall struct {
	*gomock.Call
}

IMessageUpdateCall wrap *gomock.Call

func (*IMessageUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IMessageUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IMessageUpdateCall) Return

func (c *IMessageUpdateCall) Return(arg0 error) *IMessageUpdateCall

Return rewrite *gomock.Call.Return

type IProxyCursorListCall

type IProxyCursorListCall struct {
	*gomock.Call
}

IProxyCursorListCall wrap *gomock.Call

func (*IProxyCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyCursorListCall) Return

func (c *IProxyCursorListCall) Return(arg0 []*storage.Proxy, arg1 error) *IProxyCursorListCall

Return rewrite *gomock.Call.Return

type IProxyGetByHashCall

type IProxyGetByHashCall struct {
	*gomock.Call
}

IProxyGetByHashCall wrap *gomock.Call

func (*IProxyGetByHashCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyGetByHashCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyGetByHashCall) Return

Return rewrite *gomock.Call.Return

type IProxyGetByIDCall

type IProxyGetByIDCall struct {
	*gomock.Call
}

IProxyGetByIDCall wrap *gomock.Call

func (*IProxyGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyGetByIDCall) Return

func (c *IProxyGetByIDCall) Return(arg0 *storage.Proxy, arg1 error) *IProxyGetByIDCall

Return rewrite *gomock.Call.Return

type IProxyIsNoRowsCall

type IProxyIsNoRowsCall struct {
	*gomock.Call
}

IProxyIsNoRowsCall wrap *gomock.Call

func (*IProxyIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyIsNoRowsCall) DoAndReturn

func (c *IProxyIsNoRowsCall) DoAndReturn(f func(error) bool) *IProxyIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyIsNoRowsCall) Return

func (c *IProxyIsNoRowsCall) Return(arg0 bool) *IProxyIsNoRowsCall

Return rewrite *gomock.Call.Return

type IProxyLastIDCall

type IProxyLastIDCall struct {
	*gomock.Call
}

IProxyLastIDCall wrap *gomock.Call

func (*IProxyLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyLastIDCall) DoAndReturn

func (c *IProxyLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IProxyLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyLastIDCall) Return

func (c *IProxyLastIDCall) Return(arg0 uint64, arg1 error) *IProxyLastIDCall

Return rewrite *gomock.Call.Return

type IProxyListCall

type IProxyListCall struct {
	*gomock.Call
}

IProxyListCall wrap *gomock.Call

func (*IProxyListCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyListCall) Return

func (c *IProxyListCall) Return(arg0 []*storage.Proxy, arg1 error) *IProxyListCall

Return rewrite *gomock.Call.Return

type IProxySaveCall

type IProxySaveCall struct {
	*gomock.Call
}

IProxySaveCall wrap *gomock.Call

func (*IProxySaveCall) Do

Do rewrite *gomock.Call.Do

func (*IProxySaveCall) DoAndReturn

func (c *IProxySaveCall) DoAndReturn(f func(context.Context, *storage.Proxy) error) *IProxySaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxySaveCall) Return

func (c *IProxySaveCall) Return(arg0 error) *IProxySaveCall

Return rewrite *gomock.Call.Return

type IProxyUpdateCall

type IProxyUpdateCall struct {
	*gomock.Call
}

IProxyUpdateCall wrap *gomock.Call

func (*IProxyUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpdateCall) DoAndReturn

func (c *IProxyUpdateCall) DoAndReturn(f func(context.Context, *storage.Proxy) error) *IProxyUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpdateCall) Return

func (c *IProxyUpdateCall) Return(arg0 error) *IProxyUpdateCall

Return rewrite *gomock.Call.Return

type IProxyUpgradeCursorListCall

type IProxyUpgradeCursorListCall struct {
	*gomock.Call
}

IProxyUpgradeCursorListCall wrap *gomock.Call

func (*IProxyUpgradeCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeCursorListCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeGetByIDCall

type IProxyUpgradeGetByIDCall struct {
	*gomock.Call
}

IProxyUpgradeGetByIDCall wrap *gomock.Call

func (*IProxyUpgradeGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeIsNoRowsCall

type IProxyUpgradeIsNoRowsCall struct {
	*gomock.Call
}

IProxyUpgradeIsNoRowsCall wrap *gomock.Call

func (*IProxyUpgradeIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeLastBeforeCall

type IProxyUpgradeLastBeforeCall struct {
	*gomock.Call
}

IProxyUpgradeLastBeforeCall wrap *gomock.Call

func (*IProxyUpgradeLastBeforeCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeLastBeforeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeLastBeforeCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeLastIDCall

type IProxyUpgradeLastIDCall struct {
	*gomock.Call
}

IProxyUpgradeLastIDCall wrap *gomock.Call

func (*IProxyUpgradeLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeLastIDCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeListCall

type IProxyUpgradeListCall struct {
	*gomock.Call
}

IProxyUpgradeListCall wrap *gomock.Call

func (*IProxyUpgradeListCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeListCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeListWithHeightCall

type IProxyUpgradeListWithHeightCall struct {
	*gomock.Call
}

IProxyUpgradeListWithHeightCall wrap *gomock.Call

func (*IProxyUpgradeListWithHeightCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeListWithHeightCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeListWithHeightCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeSaveCall

type IProxyUpgradeSaveCall struct {
	*gomock.Call
}

IProxyUpgradeSaveCall wrap *gomock.Call

func (*IProxyUpgradeSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeSaveCall) Return

Return rewrite *gomock.Call.Return

type IProxyUpgradeUpdateCall

type IProxyUpgradeUpdateCall struct {
	*gomock.Call
}

IProxyUpgradeUpdateCall wrap *gomock.Call

func (*IProxyUpgradeUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IProxyUpgradeUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IProxyUpgradeUpdateCall) Return

Return rewrite *gomock.Call.Return

type IStateByNameCall

type IStateByNameCall struct {
	*gomock.Call
}

IStateByNameCall wrap *gomock.Call

func (*IStateByNameCall) Do

Do rewrite *gomock.Call.Do

func (*IStateByNameCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateByNameCall) Return

func (c *IStateByNameCall) Return(arg0 storage.State, arg1 error) *IStateByNameCall

Return rewrite *gomock.Call.Return

type IStateCursorListCall

type IStateCursorListCall struct {
	*gomock.Call
}

IStateCursorListCall wrap *gomock.Call

func (*IStateCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IStateCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateCursorListCall) Return

func (c *IStateCursorListCall) Return(arg0 []*storage.State, arg1 error) *IStateCursorListCall

Return rewrite *gomock.Call.Return

type IStateGetByIDCall

type IStateGetByIDCall struct {
	*gomock.Call
}

IStateGetByIDCall wrap *gomock.Call

func (*IStateGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IStateGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateGetByIDCall) Return

func (c *IStateGetByIDCall) Return(arg0 *storage.State, arg1 error) *IStateGetByIDCall

Return rewrite *gomock.Call.Return

type IStateIsNoRowsCall

type IStateIsNoRowsCall struct {
	*gomock.Call
}

IStateIsNoRowsCall wrap *gomock.Call

func (*IStateIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IStateIsNoRowsCall) DoAndReturn

func (c *IStateIsNoRowsCall) DoAndReturn(f func(error) bool) *IStateIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateIsNoRowsCall) Return

func (c *IStateIsNoRowsCall) Return(arg0 bool) *IStateIsNoRowsCall

Return rewrite *gomock.Call.Return

type IStateLastIDCall

type IStateLastIDCall struct {
	*gomock.Call
}

IStateLastIDCall wrap *gomock.Call

func (*IStateLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IStateLastIDCall) DoAndReturn

func (c *IStateLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *IStateLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateLastIDCall) Return

func (c *IStateLastIDCall) Return(arg0 uint64, arg1 error) *IStateLastIDCall

Return rewrite *gomock.Call.Return

type IStateListCall

type IStateListCall struct {
	*gomock.Call
}

IStateListCall wrap *gomock.Call

func (*IStateListCall) Do

Do rewrite *gomock.Call.Do

func (*IStateListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateListCall) Return

func (c *IStateListCall) Return(arg0 []*storage.State, arg1 error) *IStateListCall

Return rewrite *gomock.Call.Return

type IStateSaveCall

type IStateSaveCall struct {
	*gomock.Call
}

IStateSaveCall wrap *gomock.Call

func (*IStateSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IStateSaveCall) DoAndReturn

func (c *IStateSaveCall) DoAndReturn(f func(context.Context, *storage.State) error) *IStateSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateSaveCall) Return

func (c *IStateSaveCall) Return(arg0 error) *IStateSaveCall

Return rewrite *gomock.Call.Return

type IStateUpdateCall

type IStateUpdateCall struct {
	*gomock.Call
}

IStateUpdateCall wrap *gomock.Call

func (*IStateUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IStateUpdateCall) DoAndReturn

func (c *IStateUpdateCall) DoAndReturn(f func(context.Context, *storage.State) error) *IStateUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStateUpdateCall) Return

func (c *IStateUpdateCall) Return(arg0 error) *IStateUpdateCall

Return rewrite *gomock.Call.Return

type IStorageDiffCursorListCall

type IStorageDiffCursorListCall struct {
	*gomock.Call
}

IStorageDiffCursorListCall wrap *gomock.Call

func (*IStorageDiffCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffCursorListCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffFilterCall

type IStorageDiffFilterCall struct {
	*gomock.Call
}

IStorageDiffFilterCall wrap *gomock.Call

func (*IStorageDiffFilterCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffFilterCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffGetByIDCall

type IStorageDiffGetByIDCall struct {
	*gomock.Call
}

IStorageDiffGetByIDCall wrap *gomock.Call

func (*IStorageDiffGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffGetByIDCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffGetOnBlockCall

type IStorageDiffGetOnBlockCall struct {
	*gomock.Call
}

IStorageDiffGetOnBlockCall wrap *gomock.Call

func (*IStorageDiffGetOnBlockCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffGetOnBlockCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffGetOnBlockCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffIsNoRowsCall

type IStorageDiffIsNoRowsCall struct {
	*gomock.Call
}

IStorageDiffIsNoRowsCall wrap *gomock.Call

func (*IStorageDiffIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffLastIDCall

type IStorageDiffLastIDCall struct {
	*gomock.Call
}

IStorageDiffLastIDCall wrap *gomock.Call

func (*IStorageDiffLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffLastIDCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffListCall

type IStorageDiffListCall struct {
	*gomock.Call
}

IStorageDiffListCall wrap *gomock.Call

func (*IStorageDiffListCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffListCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffSaveCall

type IStorageDiffSaveCall struct {
	*gomock.Call
}

IStorageDiffSaveCall wrap *gomock.Call

func (*IStorageDiffSaveCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffSaveCall) Return

Return rewrite *gomock.Call.Return

type IStorageDiffUpdateCall

type IStorageDiffUpdateCall struct {
	*gomock.Call
}

IStorageDiffUpdateCall wrap *gomock.Call

func (*IStorageDiffUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*IStorageDiffUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*IStorageDiffUpdateCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceBalancesCall

type ITokenBalanceBalancesCall struct {
	*gomock.Call
}

ITokenBalanceBalancesCall wrap *gomock.Call

func (*ITokenBalanceBalancesCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceBalancesCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceBalancesCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceCursorListCall

type ITokenBalanceCursorListCall struct {
	*gomock.Call
}

ITokenBalanceCursorListCall wrap *gomock.Call

func (*ITokenBalanceCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceCursorListCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceFilterCall

type ITokenBalanceFilterCall struct {
	*gomock.Call
}

ITokenBalanceFilterCall wrap *gomock.Call

func (*ITokenBalanceFilterCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceFilterCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceGetByIDCall

type ITokenBalanceGetByIDCall struct {
	*gomock.Call
}

ITokenBalanceGetByIDCall wrap *gomock.Call

func (*ITokenBalanceGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceGetByIDCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceIsNoRowsCall

type ITokenBalanceIsNoRowsCall struct {
	*gomock.Call
}

ITokenBalanceIsNoRowsCall wrap *gomock.Call

func (*ITokenBalanceIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceIsNoRowsCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceLastIDCall

type ITokenBalanceLastIDCall struct {
	*gomock.Call
}

ITokenBalanceLastIDCall wrap *gomock.Call

func (*ITokenBalanceLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceLastIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceLastIDCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceListCall

type ITokenBalanceListCall struct {
	*gomock.Call
}

ITokenBalanceListCall wrap *gomock.Call

func (*ITokenBalanceListCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceListCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceSaveCall

type ITokenBalanceSaveCall struct {
	*gomock.Call
}

ITokenBalanceSaveCall wrap *gomock.Call

func (*ITokenBalanceSaveCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceSaveCall) Return

Return rewrite *gomock.Call.Return

type ITokenBalanceUpdateCall

type ITokenBalanceUpdateCall struct {
	*gomock.Call
}

ITokenBalanceUpdateCall wrap *gomock.Call

func (*ITokenBalanceUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenBalanceUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenBalanceUpdateCall) Return

Return rewrite *gomock.Call.Return

type ITokenCursorListCall

type ITokenCursorListCall struct {
	*gomock.Call
}

ITokenCursorListCall wrap *gomock.Call

func (*ITokenCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenCursorListCall) Return

func (c *ITokenCursorListCall) Return(arg0 []*storage.Token, arg1 error) *ITokenCursorListCall

Return rewrite *gomock.Call.Return

type ITokenFilterCall

type ITokenFilterCall struct {
	*gomock.Call
}

ITokenFilterCall wrap *gomock.Call

func (*ITokenFilterCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenFilterCall) Return

func (c *ITokenFilterCall) Return(arg0 []storage.Token, arg1 error) *ITokenFilterCall

Return rewrite *gomock.Call.Return

type ITokenFindCall

type ITokenFindCall struct {
	*gomock.Call
}

ITokenFindCall wrap *gomock.Call

func (*ITokenFindCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenFindCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenFindCall) Return

func (c *ITokenFindCall) Return(arg0 storage.Token, arg1 error) *ITokenFindCall

Return rewrite *gomock.Call.Return

type ITokenGetByIDCall

type ITokenGetByIDCall struct {
	*gomock.Call
}

ITokenGetByIDCall wrap *gomock.Call

func (*ITokenGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenGetByIDCall) Return

func (c *ITokenGetByIDCall) Return(arg0 *storage.Token, arg1 error) *ITokenGetByIDCall

Return rewrite *gomock.Call.Return

type ITokenIsNoRowsCall

type ITokenIsNoRowsCall struct {
	*gomock.Call
}

ITokenIsNoRowsCall wrap *gomock.Call

func (*ITokenIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenIsNoRowsCall) DoAndReturn

func (c *ITokenIsNoRowsCall) DoAndReturn(f func(error) bool) *ITokenIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenIsNoRowsCall) Return

func (c *ITokenIsNoRowsCall) Return(arg0 bool) *ITokenIsNoRowsCall

Return rewrite *gomock.Call.Return

type ITokenLastIDCall

type ITokenLastIDCall struct {
	*gomock.Call
}

ITokenLastIDCall wrap *gomock.Call

func (*ITokenLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenLastIDCall) DoAndReturn

func (c *ITokenLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *ITokenLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenLastIDCall) Return

func (c *ITokenLastIDCall) Return(arg0 uint64, arg1 error) *ITokenLastIDCall

Return rewrite *gomock.Call.Return

type ITokenListByTypeCall

type ITokenListByTypeCall struct {
	*gomock.Call
}

ITokenListByTypeCall wrap *gomock.Call

func (*ITokenListByTypeCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenListByTypeCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenListByTypeCall) Return

func (c *ITokenListByTypeCall) Return(arg0 []storage.Token, arg1 error) *ITokenListByTypeCall

Return rewrite *gomock.Call.Return

type ITokenListCall

type ITokenListCall struct {
	*gomock.Call
}

ITokenListCall wrap *gomock.Call

func (*ITokenListCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenListCall) Return

func (c *ITokenListCall) Return(arg0 []*storage.Token, arg1 error) *ITokenListCall

Return rewrite *gomock.Call.Return

type ITokenSaveCall

type ITokenSaveCall struct {
	*gomock.Call
}

ITokenSaveCall wrap *gomock.Call

func (*ITokenSaveCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenSaveCall) DoAndReturn

func (c *ITokenSaveCall) DoAndReturn(f func(context.Context, *storage.Token) error) *ITokenSaveCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenSaveCall) Return

func (c *ITokenSaveCall) Return(arg0 error) *ITokenSaveCall

Return rewrite *gomock.Call.Return

type ITokenUpdateCall

type ITokenUpdateCall struct {
	*gomock.Call
}

ITokenUpdateCall wrap *gomock.Call

func (*ITokenUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*ITokenUpdateCall) DoAndReturn

func (c *ITokenUpdateCall) DoAndReturn(f func(context.Context, *storage.Token) error) *ITokenUpdateCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITokenUpdateCall) Return

func (c *ITokenUpdateCall) Return(arg0 error) *ITokenUpdateCall

Return rewrite *gomock.Call.Return

type ITransferCursorListCall

type ITransferCursorListCall struct {
	*gomock.Call
}

ITransferCursorListCall wrap *gomock.Call

func (*ITransferCursorListCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferCursorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferCursorListCall) Return

Return rewrite *gomock.Call.Return

type ITransferFilterCall

type ITransferFilterCall struct {
	*gomock.Call
}

ITransferFilterCall wrap *gomock.Call

func (*ITransferFilterCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferFilterCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferFilterCall) Return

Return rewrite *gomock.Call.Return

type ITransferGetByIDCall

type ITransferGetByIDCall struct {
	*gomock.Call
}

ITransferGetByIDCall wrap *gomock.Call

func (*ITransferGetByIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferGetByIDCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferGetByIDCall) Return

Return rewrite *gomock.Call.Return

type ITransferIsNoRowsCall

type ITransferIsNoRowsCall struct {
	*gomock.Call
}

ITransferIsNoRowsCall wrap *gomock.Call

func (*ITransferIsNoRowsCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferIsNoRowsCall) DoAndReturn

func (c *ITransferIsNoRowsCall) DoAndReturn(f func(error) bool) *ITransferIsNoRowsCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferIsNoRowsCall) Return

Return rewrite *gomock.Call.Return

type ITransferLastIDCall

type ITransferLastIDCall struct {
	*gomock.Call
}

ITransferLastIDCall wrap *gomock.Call

func (*ITransferLastIDCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferLastIDCall) DoAndReturn

func (c *ITransferLastIDCall) DoAndReturn(f func(context.Context) (uint64, error)) *ITransferLastIDCall

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferLastIDCall) Return

func (c *ITransferLastIDCall) Return(arg0 uint64, arg1 error) *ITransferLastIDCall

Return rewrite *gomock.Call.Return

type ITransferListCall

type ITransferListCall struct {
	*gomock.Call
}

ITransferListCall wrap *gomock.Call

func (*ITransferListCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferListCall) Return

func (c *ITransferListCall) Return(arg0 []*storage.Transfer, arg1 error) *ITransferListCall

Return rewrite *gomock.Call.Return

type ITransferSaveCall

type ITransferSaveCall struct {
	*gomock.Call
}

ITransferSaveCall wrap *gomock.Call

func (*ITransferSaveCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferSaveCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferSaveCall) Return

func (c *ITransferSaveCall) Return(arg0 error) *ITransferSaveCall

Return rewrite *gomock.Call.Return

type ITransferUpdateCall

type ITransferUpdateCall struct {
	*gomock.Call
}

ITransferUpdateCall wrap *gomock.Call

func (*ITransferUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*ITransferUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ITransferUpdateCall) Return

Return rewrite *gomock.Call.Return

type MockIAddress

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

MockIAddress is a mock of IAddress interface.

func NewMockIAddress

func NewMockIAddress(ctrl *gomock.Controller) *MockIAddress

NewMockIAddress creates a new mock instance.

func (*MockIAddress) CursorList

func (m *MockIAddress) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Address, error)

CursorList mocks base method.

func (*MockIAddress) EXPECT

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

func (*MockIAddress) Filter

Filter mocks base method.

func (*MockIAddress) GetAddresses

func (m *MockIAddress) GetAddresses(ctx context.Context, ids ...uint64) ([]storage.Address, error)

GetAddresses mocks base method.

func (*MockIAddress) GetByHash

func (m *MockIAddress) GetByHash(ctx context.Context, hash []byte) (storage.Address, error)

GetByHash mocks base method.

func (*MockIAddress) GetByHashes

func (m *MockIAddress) GetByHashes(ctx context.Context, hash [][]byte) ([]storage.Address, error)

GetByHashes mocks base method.

func (*MockIAddress) GetByID

func (m *MockIAddress) GetByID(ctx context.Context, id uint64) (*storage.Address, error)

GetByID mocks base method.

func (*MockIAddress) IsNoRows

func (m *MockIAddress) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIAddress) LastID

func (m *MockIAddress) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIAddress) List

func (m *MockIAddress) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Address, error)

List mocks base method.

func (*MockIAddress) Save

func (m_2 *MockIAddress) Save(ctx context.Context, m *storage.Address) error

Save mocks base method.

func (*MockIAddress) Update

func (m_2 *MockIAddress) Update(ctx context.Context, m *storage.Address) error

Update mocks base method.

type MockIAddressMockRecorder

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

MockIAddressMockRecorder is the mock recorder for MockIAddress.

func (*MockIAddressMockRecorder) CursorList

func (mr *MockIAddressMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IAddressCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIAddressMockRecorder) Filter

func (mr *MockIAddressMockRecorder) Filter(ctx, flt any, opts ...any) *IAddressFilterCall

Filter indicates an expected call of Filter.

func (*MockIAddressMockRecorder) GetAddresses

func (mr *MockIAddressMockRecorder) GetAddresses(ctx any, ids ...any) *IAddressGetAddressesCall

GetAddresses indicates an expected call of GetAddresses.

func (*MockIAddressMockRecorder) GetByHash

func (mr *MockIAddressMockRecorder) GetByHash(ctx, hash any) *IAddressGetByHashCall

GetByHash indicates an expected call of GetByHash.

func (*MockIAddressMockRecorder) GetByHashes

func (mr *MockIAddressMockRecorder) GetByHashes(ctx, hash any) *IAddressGetByHashesCall

GetByHashes indicates an expected call of GetByHashes.

func (*MockIAddressMockRecorder) GetByID

func (mr *MockIAddressMockRecorder) GetByID(ctx, id any) *IAddressGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIAddressMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIAddressMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIAddressMockRecorder) List

func (mr *MockIAddressMockRecorder) List(ctx, limit, offset, order any) *IAddressListCall

List indicates an expected call of List.

func (*MockIAddressMockRecorder) Save

func (mr *MockIAddressMockRecorder) Save(ctx, m any) *IAddressSaveCall

Save indicates an expected call of Save.

func (*MockIAddressMockRecorder) Update

func (mr *MockIAddressMockRecorder) Update(ctx, m any) *IAddressUpdateCall

Update indicates an expected call of Update.

type MockIBlock

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

MockIBlock is a mock of IBlock interface.

func NewMockIBlock

func NewMockIBlock(ctrl *gomock.Controller) *MockIBlock

NewMockIBlock creates a new mock instance.

func (*MockIBlock) ByHeight

func (m *MockIBlock) ByHeight(ctx context.Context, height uint64) (storage.Block, error)

ByHeight mocks base method.

func (*MockIBlock) ByStatus

func (m *MockIBlock) ByStatus(ctx context.Context, status storage.Status, limit, offset uint64, order storage0.SortOrder) ([]storage.Block, error)

ByStatus mocks base method.

func (*MockIBlock) CursorList

func (m *MockIBlock) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Block, error)

CursorList mocks base method.

func (*MockIBlock) EXPECT

func (m *MockIBlock) EXPECT() *MockIBlockMockRecorder

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

func (*MockIBlock) GetByID

func (m *MockIBlock) GetByID(ctx context.Context, id uint64) (*storage.Block, error)

GetByID mocks base method.

func (*MockIBlock) IsNoRows

func (m *MockIBlock) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIBlock) Last

func (m *MockIBlock) Last(ctx context.Context) (storage.Block, error)

Last mocks base method.

func (*MockIBlock) LastID

func (m *MockIBlock) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIBlock) List

func (m *MockIBlock) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Block, error)

List mocks base method.

func (*MockIBlock) Save

func (m_2 *MockIBlock) Save(ctx context.Context, m *storage.Block) error

Save mocks base method.

func (*MockIBlock) Update

func (m_2 *MockIBlock) Update(ctx context.Context, m *storage.Block) error

Update mocks base method.

type MockIBlockMockRecorder

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

MockIBlockMockRecorder is the mock recorder for MockIBlock.

func (*MockIBlockMockRecorder) ByHeight

func (mr *MockIBlockMockRecorder) ByHeight(ctx, height any) *IBlockByHeightCall

ByHeight indicates an expected call of ByHeight.

func (*MockIBlockMockRecorder) ByStatus

func (mr *MockIBlockMockRecorder) ByStatus(ctx, status, limit, offset, order any) *IBlockByStatusCall

ByStatus indicates an expected call of ByStatus.

func (*MockIBlockMockRecorder) CursorList

func (mr *MockIBlockMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IBlockCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIBlockMockRecorder) GetByID

func (mr *MockIBlockMockRecorder) GetByID(ctx, id any) *IBlockGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIBlockMockRecorder) IsNoRows

func (mr *MockIBlockMockRecorder) IsNoRows(err any) *IBlockIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIBlockMockRecorder) Last

func (mr *MockIBlockMockRecorder) Last(ctx any) *IBlockLastCall

Last indicates an expected call of Last.

func (*MockIBlockMockRecorder) LastID

func (mr *MockIBlockMockRecorder) LastID(ctx any) *IBlockLastIDCall

LastID indicates an expected call of LastID.

func (*MockIBlockMockRecorder) List

func (mr *MockIBlockMockRecorder) List(ctx, limit, offset, order any) *IBlockListCall

List indicates an expected call of List.

func (*MockIBlockMockRecorder) Save

func (mr *MockIBlockMockRecorder) Save(ctx, m any) *IBlockSaveCall

Save indicates an expected call of Save.

func (*MockIBlockMockRecorder) Update

func (mr *MockIBlockMockRecorder) Update(ctx, m any) *IBlockUpdateCall

Update indicates an expected call of Update.

type MockIClass

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

MockIClass is a mock of IClass interface.

func NewMockIClass

func NewMockIClass(ctrl *gomock.Controller) *MockIClass

NewMockIClass creates a new mock instance.

func (*MockIClass) CursorList

func (m *MockIClass) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Class, error)

CursorList mocks base method.

func (*MockIClass) EXPECT

func (m *MockIClass) EXPECT() *MockIClassMockRecorder

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

func (*MockIClass) GetByHash

func (m *MockIClass) GetByHash(ctx context.Context, hash []byte) (storage.Class, error)

GetByHash mocks base method.

func (*MockIClass) GetByID

func (m *MockIClass) GetByID(ctx context.Context, id uint64) (*storage.Class, error)

GetByID mocks base method.

func (*MockIClass) GetUnresolved

func (m *MockIClass) GetUnresolved(ctx context.Context) ([]storage.Class, error)

GetUnresolved mocks base method.

func (*MockIClass) IsNoRows

func (m *MockIClass) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIClass) LastID

func (m *MockIClass) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIClass) List

func (m *MockIClass) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Class, error)

List mocks base method.

func (*MockIClass) Save

func (m_2 *MockIClass) Save(ctx context.Context, m *storage.Class) error

Save mocks base method.

func (*MockIClass) Update

func (m_2 *MockIClass) Update(ctx context.Context, m *storage.Class) error

Update mocks base method.

type MockIClassMockRecorder

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

MockIClassMockRecorder is the mock recorder for MockIClass.

func (*MockIClassMockRecorder) CursorList

func (mr *MockIClassMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IClassCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIClassMockRecorder) GetByHash

func (mr *MockIClassMockRecorder) GetByHash(ctx, hash any) *IClassGetByHashCall

GetByHash indicates an expected call of GetByHash.

func (*MockIClassMockRecorder) GetByID

func (mr *MockIClassMockRecorder) GetByID(ctx, id any) *IClassGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIClassMockRecorder) GetUnresolved

func (mr *MockIClassMockRecorder) GetUnresolved(ctx any) *IClassGetUnresolvedCall

GetUnresolved indicates an expected call of GetUnresolved.

func (*MockIClassMockRecorder) IsNoRows

func (mr *MockIClassMockRecorder) IsNoRows(err any) *IClassIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIClassMockRecorder) LastID

func (mr *MockIClassMockRecorder) LastID(ctx any) *IClassLastIDCall

LastID indicates an expected call of LastID.

func (*MockIClassMockRecorder) List

func (mr *MockIClassMockRecorder) List(ctx, limit, offset, order any) *IClassListCall

List indicates an expected call of List.

func (*MockIClassMockRecorder) Save

func (mr *MockIClassMockRecorder) Save(ctx, m any) *IClassSaveCall

Save indicates an expected call of Save.

func (*MockIClassMockRecorder) Update

func (mr *MockIClassMockRecorder) Update(ctx, m any) *IClassUpdateCall

Update indicates an expected call of Update.

type MockIClassReplace

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

MockIClassReplace is a mock of IClassReplace interface.

func NewMockIClassReplace

func NewMockIClassReplace(ctrl *gomock.Controller) *MockIClassReplace

NewMockIClassReplace creates a new mock instance.

func (*MockIClassReplace) ByHeight

func (m *MockIClassReplace) ByHeight(ctx context.Context, height uint64) ([]storage.ClassReplace, error)

ByHeight mocks base method.

func (*MockIClassReplace) CursorList

func (m *MockIClassReplace) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.ClassReplace, error)

CursorList mocks base method.

func (*MockIClassReplace) EXPECT

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

func (*MockIClassReplace) GetByID

GetByID mocks base method.

func (*MockIClassReplace) IsNoRows

func (m *MockIClassReplace) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIClassReplace) LastID

func (m *MockIClassReplace) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIClassReplace) List

func (m *MockIClassReplace) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.ClassReplace, error)

List mocks base method.

func (*MockIClassReplace) Save

Save mocks base method.

func (*MockIClassReplace) Update

Update mocks base method.

type MockIClassReplaceMockRecorder

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

MockIClassReplaceMockRecorder is the mock recorder for MockIClassReplace.

func (*MockIClassReplaceMockRecorder) ByHeight

func (mr *MockIClassReplaceMockRecorder) ByHeight(ctx, height any) *IClassReplaceByHeightCall

ByHeight indicates an expected call of ByHeight.

func (*MockIClassReplaceMockRecorder) CursorList

func (mr *MockIClassReplaceMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IClassReplaceCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIClassReplaceMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIClassReplaceMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIClassReplaceMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIClassReplaceMockRecorder) List

func (mr *MockIClassReplaceMockRecorder) List(ctx, limit, offset, order any) *IClassReplaceListCall

List indicates an expected call of List.

func (*MockIClassReplaceMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIClassReplaceMockRecorder) Update

Update indicates an expected call of Update.

type MockIDeclare

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

MockIDeclare is a mock of IDeclare interface.

func NewMockIDeclare

func NewMockIDeclare(ctrl *gomock.Controller) *MockIDeclare

NewMockIDeclare creates a new mock instance.

func (*MockIDeclare) CursorList

func (m *MockIDeclare) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Declare, error)

CursorList mocks base method.

func (*MockIDeclare) EXPECT

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

func (*MockIDeclare) Filter

Filter mocks base method.

func (*MockIDeclare) GetByID

func (m *MockIDeclare) GetByID(ctx context.Context, id uint64) (*storage.Declare, error)

GetByID mocks base method.

func (*MockIDeclare) IsNoRows

func (m *MockIDeclare) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIDeclare) LastID

func (m *MockIDeclare) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIDeclare) List

func (m *MockIDeclare) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Declare, error)

List mocks base method.

func (*MockIDeclare) Save

func (m_2 *MockIDeclare) Save(ctx context.Context, m *storage.Declare) error

Save mocks base method.

func (*MockIDeclare) Update

func (m_2 *MockIDeclare) Update(ctx context.Context, m *storage.Declare) error

Update mocks base method.

type MockIDeclareMockRecorder

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

MockIDeclareMockRecorder is the mock recorder for MockIDeclare.

func (*MockIDeclareMockRecorder) CursorList

func (mr *MockIDeclareMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IDeclareCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIDeclareMockRecorder) Filter

func (mr *MockIDeclareMockRecorder) Filter(ctx, flt any, opts ...any) *IDeclareFilterCall

Filter indicates an expected call of Filter.

func (*MockIDeclareMockRecorder) GetByID

func (mr *MockIDeclareMockRecorder) GetByID(ctx, id any) *IDeclareGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIDeclareMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIDeclareMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIDeclareMockRecorder) List

func (mr *MockIDeclareMockRecorder) List(ctx, limit, offset, order any) *IDeclareListCall

List indicates an expected call of List.

func (*MockIDeclareMockRecorder) Save

func (mr *MockIDeclareMockRecorder) Save(ctx, m any) *IDeclareSaveCall

Save indicates an expected call of Save.

func (*MockIDeclareMockRecorder) Update

func (mr *MockIDeclareMockRecorder) Update(ctx, m any) *IDeclareUpdateCall

Update indicates an expected call of Update.

type MockIDeploy

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

MockIDeploy is a mock of IDeploy interface.

func NewMockIDeploy

func NewMockIDeploy(ctrl *gomock.Controller) *MockIDeploy

NewMockIDeploy creates a new mock instance.

func (*MockIDeploy) CursorList

func (m *MockIDeploy) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Deploy, error)

CursorList mocks base method.

func (*MockIDeploy) EXPECT

func (m *MockIDeploy) EXPECT() *MockIDeployMockRecorder

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

func (*MockIDeploy) Filter

func (m *MockIDeploy) Filter(ctx context.Context, flt []storage.DeployFilter, opts ...storage.FilterOption) ([]storage.Deploy, error)

Filter mocks base method.

func (*MockIDeploy) GetByID

func (m *MockIDeploy) GetByID(ctx context.Context, id uint64) (*storage.Deploy, error)

GetByID mocks base method.

func (*MockIDeploy) IsNoRows

func (m *MockIDeploy) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIDeploy) LastID

func (m *MockIDeploy) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIDeploy) List

func (m *MockIDeploy) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Deploy, error)

List mocks base method.

func (*MockIDeploy) Save

func (m_2 *MockIDeploy) Save(ctx context.Context, m *storage.Deploy) error

Save mocks base method.

func (*MockIDeploy) Update

func (m_2 *MockIDeploy) Update(ctx context.Context, m *storage.Deploy) error

Update mocks base method.

type MockIDeployAccount

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

MockIDeployAccount is a mock of IDeployAccount interface.

func NewMockIDeployAccount

func NewMockIDeployAccount(ctrl *gomock.Controller) *MockIDeployAccount

NewMockIDeployAccount creates a new mock instance.

func (*MockIDeployAccount) CursorList

func (m *MockIDeployAccount) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.DeployAccount, error)

CursorList mocks base method.

func (*MockIDeployAccount) EXPECT

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

func (*MockIDeployAccount) Filter

Filter mocks base method.

func (*MockIDeployAccount) GetByID

GetByID mocks base method.

func (*MockIDeployAccount) IsNoRows

func (m *MockIDeployAccount) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIDeployAccount) LastID

func (m *MockIDeployAccount) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIDeployAccount) List

func (m *MockIDeployAccount) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.DeployAccount, error)

List mocks base method.

func (*MockIDeployAccount) Save

Save mocks base method.

func (*MockIDeployAccount) Update

Update mocks base method.

type MockIDeployAccountMockRecorder

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

MockIDeployAccountMockRecorder is the mock recorder for MockIDeployAccount.

func (*MockIDeployAccountMockRecorder) CursorList

func (mr *MockIDeployAccountMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IDeployAccountCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIDeployAccountMockRecorder) Filter

func (mr *MockIDeployAccountMockRecorder) Filter(ctx, flt any, opts ...any) *IDeployAccountFilterCall

Filter indicates an expected call of Filter.

func (*MockIDeployAccountMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIDeployAccountMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIDeployAccountMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIDeployAccountMockRecorder) List

func (mr *MockIDeployAccountMockRecorder) List(ctx, limit, offset, order any) *IDeployAccountListCall

List indicates an expected call of List.

func (*MockIDeployAccountMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIDeployAccountMockRecorder) Update

Update indicates an expected call of Update.

type MockIDeployMockRecorder

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

MockIDeployMockRecorder is the mock recorder for MockIDeploy.

func (*MockIDeployMockRecorder) CursorList

func (mr *MockIDeployMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IDeployCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIDeployMockRecorder) Filter

func (mr *MockIDeployMockRecorder) Filter(ctx, flt any, opts ...any) *IDeployFilterCall

Filter indicates an expected call of Filter.

func (*MockIDeployMockRecorder) GetByID

func (mr *MockIDeployMockRecorder) GetByID(ctx, id any) *IDeployGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIDeployMockRecorder) IsNoRows

func (mr *MockIDeployMockRecorder) IsNoRows(err any) *IDeployIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIDeployMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIDeployMockRecorder) List

func (mr *MockIDeployMockRecorder) List(ctx, limit, offset, order any) *IDeployListCall

List indicates an expected call of List.

func (*MockIDeployMockRecorder) Save

func (mr *MockIDeployMockRecorder) Save(ctx, m any) *IDeploySaveCall

Save indicates an expected call of Save.

func (*MockIDeployMockRecorder) Update

func (mr *MockIDeployMockRecorder) Update(ctx, m any) *IDeployUpdateCall

Update indicates an expected call of Update.

type MockIEvent

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

MockIEvent is a mock of IEvent interface.

func NewMockIEvent

func NewMockIEvent(ctrl *gomock.Controller) *MockIEvent

NewMockIEvent creates a new mock instance.

func (*MockIEvent) CursorList

func (m *MockIEvent) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Event, error)

CursorList mocks base method.

func (*MockIEvent) EXPECT

func (m *MockIEvent) EXPECT() *MockIEventMockRecorder

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

func (*MockIEvent) Filter

func (m *MockIEvent) Filter(ctx context.Context, flt []storage.EventFilter, opts ...storage.FilterOption) ([]storage.Event, error)

Filter mocks base method.

func (*MockIEvent) GetByID

func (m *MockIEvent) GetByID(ctx context.Context, id uint64) (*storage.Event, error)

GetByID mocks base method.

func (*MockIEvent) IsNoRows

func (m *MockIEvent) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIEvent) LastID

func (m *MockIEvent) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIEvent) List

func (m *MockIEvent) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Event, error)

List mocks base method.

func (*MockIEvent) Save

func (m_2 *MockIEvent) Save(ctx context.Context, m *storage.Event) error

Save mocks base method.

func (*MockIEvent) Update

func (m_2 *MockIEvent) Update(ctx context.Context, m *storage.Event) error

Update mocks base method.

type MockIEventMockRecorder

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

MockIEventMockRecorder is the mock recorder for MockIEvent.

func (*MockIEventMockRecorder) CursorList

func (mr *MockIEventMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IEventCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIEventMockRecorder) Filter

func (mr *MockIEventMockRecorder) Filter(ctx, flt any, opts ...any) *IEventFilterCall

Filter indicates an expected call of Filter.

func (*MockIEventMockRecorder) GetByID

func (mr *MockIEventMockRecorder) GetByID(ctx, id any) *IEventGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIEventMockRecorder) IsNoRows

func (mr *MockIEventMockRecorder) IsNoRows(err any) *IEventIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIEventMockRecorder) LastID

func (mr *MockIEventMockRecorder) LastID(ctx any) *IEventLastIDCall

LastID indicates an expected call of LastID.

func (*MockIEventMockRecorder) List

func (mr *MockIEventMockRecorder) List(ctx, limit, offset, order any) *IEventListCall

List indicates an expected call of List.

func (*MockIEventMockRecorder) Save

func (mr *MockIEventMockRecorder) Save(ctx, m any) *IEventSaveCall

Save indicates an expected call of Save.

func (*MockIEventMockRecorder) Update

func (mr *MockIEventMockRecorder) Update(ctx, m any) *IEventUpdateCall

Update indicates an expected call of Update.

type MockIFee

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

MockIFee is a mock of IFee interface.

func NewMockIFee

func NewMockIFee(ctrl *gomock.Controller) *MockIFee

NewMockIFee creates a new mock instance.

func (*MockIFee) CursorList

func (m *MockIFee) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Fee, error)

CursorList mocks base method.

func (*MockIFee) EXPECT

func (m *MockIFee) EXPECT() *MockIFeeMockRecorder

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

func (*MockIFee) Filter

func (m *MockIFee) Filter(ctx context.Context, flt []storage.FeeFilter, opts ...storage.FilterOption) ([]storage.Fee, error)

Filter mocks base method.

func (*MockIFee) GetByID

func (m *MockIFee) GetByID(ctx context.Context, id uint64) (*storage.Fee, error)

GetByID mocks base method.

func (*MockIFee) IsNoRows

func (m *MockIFee) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIFee) LastID

func (m *MockIFee) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIFee) List

func (m *MockIFee) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Fee, error)

List mocks base method.

func (*MockIFee) Save

func (m_2 *MockIFee) Save(ctx context.Context, m *storage.Fee) error

Save mocks base method.

func (*MockIFee) Update

func (m_2 *MockIFee) Update(ctx context.Context, m *storage.Fee) error

Update mocks base method.

type MockIFeeMockRecorder

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

MockIFeeMockRecorder is the mock recorder for MockIFee.

func (*MockIFeeMockRecorder) CursorList

func (mr *MockIFeeMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IFeeCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIFeeMockRecorder) Filter

func (mr *MockIFeeMockRecorder) Filter(ctx, flt any, opts ...any) *IFeeFilterCall

Filter indicates an expected call of Filter.

func (*MockIFeeMockRecorder) GetByID

func (mr *MockIFeeMockRecorder) GetByID(ctx, id any) *IFeeGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIFeeMockRecorder) IsNoRows

func (mr *MockIFeeMockRecorder) IsNoRows(err any) *IFeeIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIFeeMockRecorder) LastID

func (mr *MockIFeeMockRecorder) LastID(ctx any) *IFeeLastIDCall

LastID indicates an expected call of LastID.

func (*MockIFeeMockRecorder) List

func (mr *MockIFeeMockRecorder) List(ctx, limit, offset, order any) *IFeeListCall

List indicates an expected call of List.

func (*MockIFeeMockRecorder) Save

func (mr *MockIFeeMockRecorder) Save(ctx, m any) *IFeeSaveCall

Save indicates an expected call of Save.

func (*MockIFeeMockRecorder) Update

func (mr *MockIFeeMockRecorder) Update(ctx, m any) *IFeeUpdateCall

Update indicates an expected call of Update.

type MockIInternal

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

MockIInternal is a mock of IInternal interface.

func NewMockIInternal

func NewMockIInternal(ctrl *gomock.Controller) *MockIInternal

NewMockIInternal creates a new mock instance.

func (*MockIInternal) CursorList

func (m *MockIInternal) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Internal, error)

CursorList mocks base method.

func (*MockIInternal) EXPECT

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

func (*MockIInternal) Filter

Filter mocks base method.

func (*MockIInternal) GetByID

func (m *MockIInternal) GetByID(ctx context.Context, id uint64) (*storage.Internal, error)

GetByID mocks base method.

func (*MockIInternal) IsNoRows

func (m *MockIInternal) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIInternal) LastID

func (m *MockIInternal) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIInternal) List

func (m *MockIInternal) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Internal, error)

List mocks base method.

func (*MockIInternal) Save

func (m_2 *MockIInternal) Save(ctx context.Context, m *storage.Internal) error

Save mocks base method.

func (*MockIInternal) Update

func (m_2 *MockIInternal) Update(ctx context.Context, m *storage.Internal) error

Update mocks base method.

type MockIInternalMockRecorder

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

MockIInternalMockRecorder is the mock recorder for MockIInternal.

func (*MockIInternalMockRecorder) CursorList

func (mr *MockIInternalMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IInternalCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIInternalMockRecorder) Filter

func (mr *MockIInternalMockRecorder) Filter(ctx, flt any, opts ...any) *IInternalFilterCall

Filter indicates an expected call of Filter.

func (*MockIInternalMockRecorder) GetByID

func (mr *MockIInternalMockRecorder) GetByID(ctx, id any) *IInternalGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIInternalMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIInternalMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIInternalMockRecorder) List

func (mr *MockIInternalMockRecorder) List(ctx, limit, offset, order any) *IInternalListCall

List indicates an expected call of List.

func (*MockIInternalMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIInternalMockRecorder) Update

Update indicates an expected call of Update.

type MockIInvoke

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

MockIInvoke is a mock of IInvoke interface.

func NewMockIInvoke

func NewMockIInvoke(ctrl *gomock.Controller) *MockIInvoke

NewMockIInvoke creates a new mock instance.

func (*MockIInvoke) CursorList

func (m *MockIInvoke) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Invoke, error)

CursorList mocks base method.

func (*MockIInvoke) EXPECT

func (m *MockIInvoke) EXPECT() *MockIInvokeMockRecorder

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

func (*MockIInvoke) Filter

func (m *MockIInvoke) Filter(ctx context.Context, flt []storage.InvokeFilter, opts ...storage.FilterOption) ([]storage.Invoke, error)

Filter mocks base method.

func (*MockIInvoke) GetByID

func (m *MockIInvoke) GetByID(ctx context.Context, id uint64) (*storage.Invoke, error)

GetByID mocks base method.

func (*MockIInvoke) HashByHeight

func (m *MockIInvoke) HashByHeight(ctx context.Context, height uint64) ([]byte, error)

HashByHeight mocks base method.

func (*MockIInvoke) IsNoRows

func (m *MockIInvoke) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIInvoke) LastID

func (m *MockIInvoke) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIInvoke) List

func (m *MockIInvoke) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Invoke, error)

List mocks base method.

func (*MockIInvoke) Save

func (m_2 *MockIInvoke) Save(ctx context.Context, m *storage.Invoke) error

Save mocks base method.

func (*MockIInvoke) Update

func (m_2 *MockIInvoke) Update(ctx context.Context, m *storage.Invoke) error

Update mocks base method.

type MockIInvokeMockRecorder

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

MockIInvokeMockRecorder is the mock recorder for MockIInvoke.

func (*MockIInvokeMockRecorder) CursorList

func (mr *MockIInvokeMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IInvokeCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIInvokeMockRecorder) Filter

func (mr *MockIInvokeMockRecorder) Filter(ctx, flt any, opts ...any) *IInvokeFilterCall

Filter indicates an expected call of Filter.

func (*MockIInvokeMockRecorder) GetByID

func (mr *MockIInvokeMockRecorder) GetByID(ctx, id any) *IInvokeGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIInvokeMockRecorder) HashByHeight

func (mr *MockIInvokeMockRecorder) HashByHeight(ctx, height any) *IInvokeHashByHeightCall

HashByHeight indicates an expected call of HashByHeight.

func (*MockIInvokeMockRecorder) IsNoRows

func (mr *MockIInvokeMockRecorder) IsNoRows(err any) *IInvokeIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIInvokeMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIInvokeMockRecorder) List

func (mr *MockIInvokeMockRecorder) List(ctx, limit, offset, order any) *IInvokeListCall

List indicates an expected call of List.

func (*MockIInvokeMockRecorder) Save

func (mr *MockIInvokeMockRecorder) Save(ctx, m any) *IInvokeSaveCall

Save indicates an expected call of Save.

func (*MockIInvokeMockRecorder) Update

func (mr *MockIInvokeMockRecorder) Update(ctx, m any) *IInvokeUpdateCall

Update indicates an expected call of Update.

type MockIL1Handler

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

MockIL1Handler is a mock of IL1Handler interface.

func NewMockIL1Handler

func NewMockIL1Handler(ctrl *gomock.Controller) *MockIL1Handler

NewMockIL1Handler creates a new mock instance.

func (*MockIL1Handler) CursorList

func (m *MockIL1Handler) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.L1Handler, error)

CursorList mocks base method.

func (*MockIL1Handler) EXPECT

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

func (*MockIL1Handler) Filter

Filter mocks base method.

func (*MockIL1Handler) GetByID

func (m *MockIL1Handler) GetByID(ctx context.Context, id uint64) (*storage.L1Handler, error)

GetByID mocks base method.

func (*MockIL1Handler) IsNoRows

func (m *MockIL1Handler) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIL1Handler) LastID

func (m *MockIL1Handler) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIL1Handler) List

func (m *MockIL1Handler) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.L1Handler, error)

List mocks base method.

func (*MockIL1Handler) Save

func (m_2 *MockIL1Handler) Save(ctx context.Context, m *storage.L1Handler) error

Save mocks base method.

func (*MockIL1Handler) Update

func (m_2 *MockIL1Handler) Update(ctx context.Context, m *storage.L1Handler) error

Update mocks base method.

type MockIL1HandlerMockRecorder

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

MockIL1HandlerMockRecorder is the mock recorder for MockIL1Handler.

func (*MockIL1HandlerMockRecorder) CursorList

func (mr *MockIL1HandlerMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IL1HandlerCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIL1HandlerMockRecorder) Filter

func (mr *MockIL1HandlerMockRecorder) Filter(ctx, flt any, opts ...any) *IL1HandlerFilterCall

Filter indicates an expected call of Filter.

func (*MockIL1HandlerMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIL1HandlerMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIL1HandlerMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIL1HandlerMockRecorder) List

func (mr *MockIL1HandlerMockRecorder) List(ctx, limit, offset, order any) *IL1HandlerListCall

List indicates an expected call of List.

func (*MockIL1HandlerMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIL1HandlerMockRecorder) Update

Update indicates an expected call of Update.

type MockIMessage

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

MockIMessage is a mock of IMessage interface.

func NewMockIMessage

func NewMockIMessage(ctrl *gomock.Controller) *MockIMessage

NewMockIMessage creates a new mock instance.

func (*MockIMessage) CursorList

func (m *MockIMessage) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Message, error)

CursorList mocks base method.

func (*MockIMessage) EXPECT

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

func (*MockIMessage) Filter

Filter mocks base method.

func (*MockIMessage) GetByID

func (m *MockIMessage) GetByID(ctx context.Context, id uint64) (*storage.Message, error)

GetByID mocks base method.

func (*MockIMessage) IsNoRows

func (m *MockIMessage) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIMessage) LastID

func (m *MockIMessage) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIMessage) List

func (m *MockIMessage) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Message, error)

List mocks base method.

func (*MockIMessage) Save

func (m_2 *MockIMessage) Save(ctx context.Context, m *storage.Message) error

Save mocks base method.

func (*MockIMessage) Update

func (m_2 *MockIMessage) Update(ctx context.Context, m *storage.Message) error

Update mocks base method.

type MockIMessageMockRecorder

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

MockIMessageMockRecorder is the mock recorder for MockIMessage.

func (*MockIMessageMockRecorder) CursorList

func (mr *MockIMessageMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IMessageCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIMessageMockRecorder) Filter

func (mr *MockIMessageMockRecorder) Filter(ctx, flt any, opts ...any) *IMessageFilterCall

Filter indicates an expected call of Filter.

func (*MockIMessageMockRecorder) GetByID

func (mr *MockIMessageMockRecorder) GetByID(ctx, id any) *IMessageGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIMessageMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIMessageMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIMessageMockRecorder) List

func (mr *MockIMessageMockRecorder) List(ctx, limit, offset, order any) *IMessageListCall

List indicates an expected call of List.

func (*MockIMessageMockRecorder) Save

func (mr *MockIMessageMockRecorder) Save(ctx, m any) *IMessageSaveCall

Save indicates an expected call of Save.

func (*MockIMessageMockRecorder) Update

func (mr *MockIMessageMockRecorder) Update(ctx, m any) *IMessageUpdateCall

Update indicates an expected call of Update.

type MockIProxy

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

MockIProxy is a mock of IProxy interface.

func NewMockIProxy

func NewMockIProxy(ctrl *gomock.Controller) *MockIProxy

NewMockIProxy creates a new mock instance.

func (*MockIProxy) CursorList

func (m *MockIProxy) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Proxy, error)

CursorList mocks base method.

func (*MockIProxy) EXPECT

func (m *MockIProxy) EXPECT() *MockIProxyMockRecorder

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

func (*MockIProxy) GetByHash

func (m *MockIProxy) GetByHash(ctx context.Context, address, selector []byte) (storage.Proxy, error)

GetByHash mocks base method.

func (*MockIProxy) GetByID

func (m *MockIProxy) GetByID(ctx context.Context, id uint64) (*storage.Proxy, error)

GetByID mocks base method.

func (*MockIProxy) IsNoRows

func (m *MockIProxy) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIProxy) LastID

func (m *MockIProxy) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIProxy) List

func (m *MockIProxy) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Proxy, error)

List mocks base method.

func (*MockIProxy) Save

func (m_2 *MockIProxy) Save(ctx context.Context, m *storage.Proxy) error

Save mocks base method.

func (*MockIProxy) Update

func (m_2 *MockIProxy) Update(ctx context.Context, m *storage.Proxy) error

Update mocks base method.

type MockIProxyMockRecorder

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

MockIProxyMockRecorder is the mock recorder for MockIProxy.

func (*MockIProxyMockRecorder) CursorList

func (mr *MockIProxyMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IProxyCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIProxyMockRecorder) GetByHash

func (mr *MockIProxyMockRecorder) GetByHash(ctx, address, selector any) *IProxyGetByHashCall

GetByHash indicates an expected call of GetByHash.

func (*MockIProxyMockRecorder) GetByID

func (mr *MockIProxyMockRecorder) GetByID(ctx, id any) *IProxyGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIProxyMockRecorder) IsNoRows

func (mr *MockIProxyMockRecorder) IsNoRows(err any) *IProxyIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIProxyMockRecorder) LastID

func (mr *MockIProxyMockRecorder) LastID(ctx any) *IProxyLastIDCall

LastID indicates an expected call of LastID.

func (*MockIProxyMockRecorder) List

func (mr *MockIProxyMockRecorder) List(ctx, limit, offset, order any) *IProxyListCall

List indicates an expected call of List.

func (*MockIProxyMockRecorder) Save

func (mr *MockIProxyMockRecorder) Save(ctx, m any) *IProxySaveCall

Save indicates an expected call of Save.

func (*MockIProxyMockRecorder) Update

func (mr *MockIProxyMockRecorder) Update(ctx, m any) *IProxyUpdateCall

Update indicates an expected call of Update.

type MockIProxyUpgrade

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

MockIProxyUpgrade is a mock of IProxyUpgrade interface.

func NewMockIProxyUpgrade

func NewMockIProxyUpgrade(ctrl *gomock.Controller) *MockIProxyUpgrade

NewMockIProxyUpgrade creates a new mock instance.

func (*MockIProxyUpgrade) CursorList

func (m *MockIProxyUpgrade) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.ProxyUpgrade, error)

CursorList mocks base method.

func (*MockIProxyUpgrade) EXPECT

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

func (*MockIProxyUpgrade) GetByID

GetByID mocks base method.

func (*MockIProxyUpgrade) IsNoRows

func (m *MockIProxyUpgrade) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIProxyUpgrade) LastBefore

func (m *MockIProxyUpgrade) LastBefore(ctx context.Context, hash, selector []byte, height uint64) (storage.ProxyUpgrade, error)

LastBefore mocks base method.

func (*MockIProxyUpgrade) LastID

func (m *MockIProxyUpgrade) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIProxyUpgrade) List

func (m *MockIProxyUpgrade) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.ProxyUpgrade, error)

List mocks base method.

func (*MockIProxyUpgrade) ListWithHeight

func (m *MockIProxyUpgrade) ListWithHeight(ctx context.Context, height uint64, limit, offset int) ([]storage.ProxyUpgrade, error)

ListWithHeight mocks base method.

func (*MockIProxyUpgrade) Save

Save mocks base method.

func (*MockIProxyUpgrade) Update

Update mocks base method.

type MockIProxyUpgradeMockRecorder

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

MockIProxyUpgradeMockRecorder is the mock recorder for MockIProxyUpgrade.

func (*MockIProxyUpgradeMockRecorder) CursorList

func (mr *MockIProxyUpgradeMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IProxyUpgradeCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIProxyUpgradeMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIProxyUpgradeMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIProxyUpgradeMockRecorder) LastBefore

func (mr *MockIProxyUpgradeMockRecorder) LastBefore(ctx, hash, selector, height any) *IProxyUpgradeLastBeforeCall

LastBefore indicates an expected call of LastBefore.

func (*MockIProxyUpgradeMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIProxyUpgradeMockRecorder) List

func (mr *MockIProxyUpgradeMockRecorder) List(ctx, limit, offset, order any) *IProxyUpgradeListCall

List indicates an expected call of List.

func (*MockIProxyUpgradeMockRecorder) ListWithHeight

func (mr *MockIProxyUpgradeMockRecorder) ListWithHeight(ctx, height, limit, offset any) *IProxyUpgradeListWithHeightCall

ListWithHeight indicates an expected call of ListWithHeight.

func (*MockIProxyUpgradeMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIProxyUpgradeMockRecorder) Update

Update indicates an expected call of Update.

type MockIState

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

MockIState is a mock of IState interface.

func NewMockIState

func NewMockIState(ctrl *gomock.Controller) *MockIState

NewMockIState creates a new mock instance.

func (*MockIState) ByName

func (m *MockIState) ByName(ctx context.Context, name string) (storage.State, error)

ByName mocks base method.

func (*MockIState) CursorList

func (m *MockIState) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.State, error)

CursorList mocks base method.

func (*MockIState) EXPECT

func (m *MockIState) EXPECT() *MockIStateMockRecorder

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

func (*MockIState) GetByID

func (m *MockIState) GetByID(ctx context.Context, id uint64) (*storage.State, error)

GetByID mocks base method.

func (*MockIState) IsNoRows

func (m *MockIState) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIState) LastID

func (m *MockIState) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIState) List

func (m *MockIState) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.State, error)

List mocks base method.

func (*MockIState) Save

func (m_2 *MockIState) Save(ctx context.Context, m *storage.State) error

Save mocks base method.

func (*MockIState) Update

func (m_2 *MockIState) Update(ctx context.Context, m *storage.State) error

Update mocks base method.

type MockIStateMockRecorder

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

MockIStateMockRecorder is the mock recorder for MockIState.

func (*MockIStateMockRecorder) ByName

func (mr *MockIStateMockRecorder) ByName(ctx, name any) *IStateByNameCall

ByName indicates an expected call of ByName.

func (*MockIStateMockRecorder) CursorList

func (mr *MockIStateMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IStateCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIStateMockRecorder) GetByID

func (mr *MockIStateMockRecorder) GetByID(ctx, id any) *IStateGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockIStateMockRecorder) IsNoRows

func (mr *MockIStateMockRecorder) IsNoRows(err any) *IStateIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockIStateMockRecorder) LastID

func (mr *MockIStateMockRecorder) LastID(ctx any) *IStateLastIDCall

LastID indicates an expected call of LastID.

func (*MockIStateMockRecorder) List

func (mr *MockIStateMockRecorder) List(ctx, limit, offset, order any) *IStateListCall

List indicates an expected call of List.

func (*MockIStateMockRecorder) Save

func (mr *MockIStateMockRecorder) Save(ctx, m any) *IStateSaveCall

Save indicates an expected call of Save.

func (*MockIStateMockRecorder) Update

func (mr *MockIStateMockRecorder) Update(ctx, m any) *IStateUpdateCall

Update indicates an expected call of Update.

type MockIStorageDiff

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

MockIStorageDiff is a mock of IStorageDiff interface.

func NewMockIStorageDiff

func NewMockIStorageDiff(ctrl *gomock.Controller) *MockIStorageDiff

NewMockIStorageDiff creates a new mock instance.

func (*MockIStorageDiff) CursorList

func (m *MockIStorageDiff) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.StorageDiff, error)

CursorList mocks base method.

func (*MockIStorageDiff) EXPECT

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

func (*MockIStorageDiff) Filter

Filter mocks base method.

func (*MockIStorageDiff) GetByID

GetByID mocks base method.

func (*MockIStorageDiff) GetOnBlock

func (m *MockIStorageDiff) GetOnBlock(ctx context.Context, height, contractId uint64, key []byte) (storage.StorageDiff, error)

GetOnBlock mocks base method.

func (*MockIStorageDiff) IsNoRows

func (m *MockIStorageDiff) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIStorageDiff) LastID

func (m *MockIStorageDiff) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIStorageDiff) List

func (m *MockIStorageDiff) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.StorageDiff, error)

List mocks base method.

func (*MockIStorageDiff) Save

Save mocks base method.

func (*MockIStorageDiff) Update

Update mocks base method.

type MockIStorageDiffMockRecorder

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

MockIStorageDiffMockRecorder is the mock recorder for MockIStorageDiff.

func (*MockIStorageDiffMockRecorder) CursorList

func (mr *MockIStorageDiffMockRecorder) CursorList(ctx, id, limit, order, cmp any) *IStorageDiffCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockIStorageDiffMockRecorder) Filter

func (mr *MockIStorageDiffMockRecorder) Filter(ctx, flt any, opts ...any) *IStorageDiffFilterCall

Filter indicates an expected call of Filter.

func (*MockIStorageDiffMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockIStorageDiffMockRecorder) GetOnBlock

func (mr *MockIStorageDiffMockRecorder) GetOnBlock(ctx, height, contractId, key any) *IStorageDiffGetOnBlockCall

GetOnBlock indicates an expected call of GetOnBlock.

func (*MockIStorageDiffMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockIStorageDiffMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockIStorageDiffMockRecorder) List

func (mr *MockIStorageDiffMockRecorder) List(ctx, limit, offset, order any) *IStorageDiffListCall

List indicates an expected call of List.

func (*MockIStorageDiffMockRecorder) Save

Save indicates an expected call of Save.

func (*MockIStorageDiffMockRecorder) Update

Update indicates an expected call of Update.

type MockIToken

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

MockIToken is a mock of IToken interface.

func NewMockIToken

func NewMockIToken(ctrl *gomock.Controller) *MockIToken

NewMockIToken creates a new mock instance.

func (*MockIToken) CursorList

func (m *MockIToken) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Token, error)

CursorList mocks base method.

func (*MockIToken) EXPECT

func (m *MockIToken) EXPECT() *MockITokenMockRecorder

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

func (*MockIToken) Filter

func (m *MockIToken) Filter(ctx context.Context, flt []storage.TokenFilter, opts ...storage.FilterOption) ([]storage.Token, error)

Filter mocks base method.

func (*MockIToken) Find

func (m *MockIToken) Find(ctx context.Context, contractId uint64, tokenId string) (storage.Token, error)

Find mocks base method.

func (*MockIToken) GetByID

func (m *MockIToken) GetByID(ctx context.Context, id uint64) (*storage.Token, error)

GetByID mocks base method.

func (*MockIToken) IsNoRows

func (m *MockIToken) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockIToken) LastID

func (m *MockIToken) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockIToken) List

func (m *MockIToken) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Token, error)

List mocks base method.

func (*MockIToken) ListByType

func (m *MockIToken) ListByType(ctx context.Context, typ storage.TokenType, limit, offset uint64, order storage0.SortOrder) ([]storage.Token, error)

ListByType mocks base method.

func (*MockIToken) Save

func (m_2 *MockIToken) Save(ctx context.Context, m *storage.Token) error

Save mocks base method.

func (*MockIToken) Update

func (m_2 *MockIToken) Update(ctx context.Context, m *storage.Token) error

Update mocks base method.

type MockITokenBalance

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

MockITokenBalance is a mock of ITokenBalance interface.

func NewMockITokenBalance

func NewMockITokenBalance(ctrl *gomock.Controller) *MockITokenBalance

NewMockITokenBalance creates a new mock instance.

func (*MockITokenBalance) Balances

func (m *MockITokenBalance) Balances(ctx context.Context, contractId uint64, tokenId int64, limit, offset int) ([]storage.TokenBalance, error)

Balances mocks base method.

func (*MockITokenBalance) CursorList

func (m *MockITokenBalance) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.TokenBalance, error)

CursorList mocks base method.

func (*MockITokenBalance) EXPECT

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

func (*MockITokenBalance) Filter

Filter mocks base method.

func (*MockITokenBalance) GetByID

GetByID mocks base method.

func (*MockITokenBalance) IsNoRows

func (m *MockITokenBalance) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockITokenBalance) LastID

func (m *MockITokenBalance) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockITokenBalance) List

func (m *MockITokenBalance) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.TokenBalance, error)

List mocks base method.

func (*MockITokenBalance) Save

Save mocks base method.

func (*MockITokenBalance) Update

Update mocks base method.

type MockITokenBalanceMockRecorder

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

MockITokenBalanceMockRecorder is the mock recorder for MockITokenBalance.

func (*MockITokenBalanceMockRecorder) Balances

func (mr *MockITokenBalanceMockRecorder) Balances(ctx, contractId, tokenId, limit, offset any) *ITokenBalanceBalancesCall

Balances indicates an expected call of Balances.

func (*MockITokenBalanceMockRecorder) CursorList

func (mr *MockITokenBalanceMockRecorder) CursorList(ctx, id, limit, order, cmp any) *ITokenBalanceCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockITokenBalanceMockRecorder) Filter

func (mr *MockITokenBalanceMockRecorder) Filter(ctx, flt any, opts ...any) *ITokenBalanceFilterCall

Filter indicates an expected call of Filter.

func (*MockITokenBalanceMockRecorder) GetByID

GetByID indicates an expected call of GetByID.

func (*MockITokenBalanceMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockITokenBalanceMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockITokenBalanceMockRecorder) List

func (mr *MockITokenBalanceMockRecorder) List(ctx, limit, offset, order any) *ITokenBalanceListCall

List indicates an expected call of List.

func (*MockITokenBalanceMockRecorder) Save

Save indicates an expected call of Save.

func (*MockITokenBalanceMockRecorder) Update

Update indicates an expected call of Update.

type MockITokenMockRecorder

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

MockITokenMockRecorder is the mock recorder for MockIToken.

func (*MockITokenMockRecorder) CursorList

func (mr *MockITokenMockRecorder) CursorList(ctx, id, limit, order, cmp any) *ITokenCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockITokenMockRecorder) Filter

func (mr *MockITokenMockRecorder) Filter(ctx, flt any, opts ...any) *ITokenFilterCall

Filter indicates an expected call of Filter.

func (*MockITokenMockRecorder) Find

func (mr *MockITokenMockRecorder) Find(ctx, contractId, tokenId any) *ITokenFindCall

Find indicates an expected call of Find.

func (*MockITokenMockRecorder) GetByID

func (mr *MockITokenMockRecorder) GetByID(ctx, id any) *ITokenGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockITokenMockRecorder) IsNoRows

func (mr *MockITokenMockRecorder) IsNoRows(err any) *ITokenIsNoRowsCall

IsNoRows indicates an expected call of IsNoRows.

func (*MockITokenMockRecorder) LastID

func (mr *MockITokenMockRecorder) LastID(ctx any) *ITokenLastIDCall

LastID indicates an expected call of LastID.

func (*MockITokenMockRecorder) List

func (mr *MockITokenMockRecorder) List(ctx, limit, offset, order any) *ITokenListCall

List indicates an expected call of List.

func (*MockITokenMockRecorder) ListByType

func (mr *MockITokenMockRecorder) ListByType(ctx, typ, limit, offset, order any) *ITokenListByTypeCall

ListByType indicates an expected call of ListByType.

func (*MockITokenMockRecorder) Save

func (mr *MockITokenMockRecorder) Save(ctx, m any) *ITokenSaveCall

Save indicates an expected call of Save.

func (*MockITokenMockRecorder) Update

func (mr *MockITokenMockRecorder) Update(ctx, m any) *ITokenUpdateCall

Update indicates an expected call of Update.

type MockITransfer

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

MockITransfer is a mock of ITransfer interface.

func NewMockITransfer

func NewMockITransfer(ctrl *gomock.Controller) *MockITransfer

NewMockITransfer creates a new mock instance.

func (*MockITransfer) CursorList

func (m *MockITransfer) CursorList(ctx context.Context, id, limit uint64, order storage0.SortOrder, cmp storage0.Comparator) ([]*storage.Transfer, error)

CursorList mocks base method.

func (*MockITransfer) EXPECT

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

func (*MockITransfer) Filter

Filter mocks base method.

func (*MockITransfer) GetByID

func (m *MockITransfer) GetByID(ctx context.Context, id uint64) (*storage.Transfer, error)

GetByID mocks base method.

func (*MockITransfer) IsNoRows

func (m *MockITransfer) IsNoRows(err error) bool

IsNoRows mocks base method.

func (*MockITransfer) LastID

func (m *MockITransfer) LastID(ctx context.Context) (uint64, error)

LastID mocks base method.

func (*MockITransfer) List

func (m *MockITransfer) List(ctx context.Context, limit, offset uint64, order storage0.SortOrder) ([]*storage.Transfer, error)

List mocks base method.

func (*MockITransfer) Save

func (m_2 *MockITransfer) Save(ctx context.Context, m *storage.Transfer) error

Save mocks base method.

func (*MockITransfer) Update

func (m_2 *MockITransfer) Update(ctx context.Context, m *storage.Transfer) error

Update mocks base method.

type MockITransferMockRecorder

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

MockITransferMockRecorder is the mock recorder for MockITransfer.

func (*MockITransferMockRecorder) CursorList

func (mr *MockITransferMockRecorder) CursorList(ctx, id, limit, order, cmp any) *ITransferCursorListCall

CursorList indicates an expected call of CursorList.

func (*MockITransferMockRecorder) Filter

func (mr *MockITransferMockRecorder) Filter(ctx, flt any, opts ...any) *ITransferFilterCall

Filter indicates an expected call of Filter.

func (*MockITransferMockRecorder) GetByID

func (mr *MockITransferMockRecorder) GetByID(ctx, id any) *ITransferGetByIDCall

GetByID indicates an expected call of GetByID.

func (*MockITransferMockRecorder) IsNoRows

IsNoRows indicates an expected call of IsNoRows.

func (*MockITransferMockRecorder) LastID

LastID indicates an expected call of LastID.

func (*MockITransferMockRecorder) List

func (mr *MockITransferMockRecorder) List(ctx, limit, offset, order any) *ITransferListCall

List indicates an expected call of List.

func (*MockITransferMockRecorder) Save

Save indicates an expected call of Save.

func (*MockITransferMockRecorder) Update

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

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