lnd_mock

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package lnd_mock is a generated GoMock package.

Package lnd_mock is a generated GoMock package.

Package lnd_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLightningClient

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

MockLightningClient is a mock of LightningClient interface.

func NewMockLightningClient

func NewMockLightningClient(ctrl *gomock.Controller) *MockLightningClient

NewMockLightningClient creates a new mock instance.

func (*MockLightningClient) AbandonChannel

AbandonChannel mocks base method.

func (*MockLightningClient) AddInvoice

func (m *MockLightningClient) AddInvoice(arg0 context.Context, arg1 *lnrpc.Invoice, arg2 ...grpc.CallOption) (*lnrpc.AddInvoiceResponse, error)

AddInvoice mocks base method.

func (*MockLightningClient) BakeMacaroon

BakeMacaroon mocks base method.

func (*MockLightningClient) BatchOpenChannel

BatchOpenChannel mocks base method.

func (*MockLightningClient) ChannelAcceptor

ChannelAcceptor mocks base method.

func (*MockLightningClient) ChannelBalance

ChannelBalance mocks base method.

func (*MockLightningClient) CheckMacaroonPermissions

func (m *MockLightningClient) CheckMacaroonPermissions(arg0 context.Context, arg1 *lnrpc.CheckMacPermRequest, arg2 ...grpc.CallOption) (*lnrpc.CheckMacPermResponse, error)

CheckMacaroonPermissions mocks base method.

func (*MockLightningClient) CloseChannel

CloseChannel mocks base method.

func (*MockLightningClient) ClosedChannels

ClosedChannels mocks base method.

func (*MockLightningClient) ConnectPeer

ConnectPeer mocks base method.

func (*MockLightningClient) DebugLevel

DebugLevel mocks base method.

func (*MockLightningClient) DecodePayReq

func (m *MockLightningClient) DecodePayReq(arg0 context.Context, arg1 *lnrpc.PayReqString, arg2 ...grpc.CallOption) (*lnrpc.PayReq, error)

DecodePayReq mocks base method.

func (*MockLightningClient) DeleteAllPayments

DeleteAllPayments mocks base method.

func (*MockLightningClient) DeleteMacaroonID

DeleteMacaroonID mocks base method.

func (*MockLightningClient) DeletePayment

DeletePayment mocks base method.

func (*MockLightningClient) DescribeGraph

DescribeGraph mocks base method.

func (*MockLightningClient) DisconnectPeer

DisconnectPeer mocks base method.

func (*MockLightningClient) EXPECT

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

func (*MockLightningClient) EstimateFee

EstimateFee mocks base method.

func (*MockLightningClient) ExportAllChannelBackups

func (m *MockLightningClient) ExportAllChannelBackups(arg0 context.Context, arg1 *lnrpc.ChanBackupExportRequest, arg2 ...grpc.CallOption) (*lnrpc.ChanBackupSnapshot, error)

ExportAllChannelBackups mocks base method.

func (*MockLightningClient) ExportChannelBackup

ExportChannelBackup mocks base method.

func (*MockLightningClient) FeeReport

FeeReport mocks base method.

func (*MockLightningClient) ForwardingHistory

ForwardingHistory mocks base method.

func (*MockLightningClient) FundingStateStep

FundingStateStep mocks base method.

func (*MockLightningClient) GetChanInfo

func (m *MockLightningClient) GetChanInfo(arg0 context.Context, arg1 *lnrpc.ChanInfoRequest, arg2 ...grpc.CallOption) (*lnrpc.ChannelEdge, error)

GetChanInfo mocks base method.

func (*MockLightningClient) GetInfo

GetInfo mocks base method.

func (*MockLightningClient) GetNetworkInfo

func (m *MockLightningClient) GetNetworkInfo(arg0 context.Context, arg1 *lnrpc.NetworkInfoRequest, arg2 ...grpc.CallOption) (*lnrpc.NetworkInfo, error)

GetNetworkInfo mocks base method.

func (*MockLightningClient) GetNodeInfo

func (m *MockLightningClient) GetNodeInfo(arg0 context.Context, arg1 *lnrpc.NodeInfoRequest, arg2 ...grpc.CallOption) (*lnrpc.NodeInfo, error)

GetNodeInfo mocks base method.

func (*MockLightningClient) GetNodeMetrics

GetNodeMetrics mocks base method.

func (*MockLightningClient) GetRecoveryInfo

GetRecoveryInfo mocks base method.

func (*MockLightningClient) GetTransactions

GetTransactions mocks base method.

func (*MockLightningClient) ListChannels

ListChannels mocks base method.

func (*MockLightningClient) ListInvoices

ListInvoices mocks base method.

func (*MockLightningClient) ListMacaroonIDs

ListMacaroonIDs mocks base method.

func (*MockLightningClient) ListPayments

ListPayments mocks base method.

func (*MockLightningClient) ListPeers

ListPeers mocks base method.

func (*MockLightningClient) ListPermissions

ListPermissions mocks base method.

func (*MockLightningClient) ListUnspent

ListUnspent mocks base method.

func (*MockLightningClient) LookupInvoice

func (m *MockLightningClient) LookupInvoice(arg0 context.Context, arg1 *lnrpc.PaymentHash, arg2 ...grpc.CallOption) (*lnrpc.Invoice, error)

LookupInvoice mocks base method.

func (*MockLightningClient) NewAddress

NewAddress mocks base method.

func (*MockLightningClient) OpenChannel

OpenChannel mocks base method.

func (*MockLightningClient) OpenChannelSync

func (m *MockLightningClient) OpenChannelSync(arg0 context.Context, arg1 *lnrpc.OpenChannelRequest, arg2 ...grpc.CallOption) (*lnrpc.ChannelPoint, error)

OpenChannelSync mocks base method.

func (*MockLightningClient) PendingChannels

PendingChannels mocks base method.

func (*MockLightningClient) QueryRoutes

QueryRoutes mocks base method.

func (*MockLightningClient) RegisterRPCMiddleware

RegisterRPCMiddleware mocks base method.

func (*MockLightningClient) RestoreChannelBackups

RestoreChannelBackups mocks base method.

func (*MockLightningClient) SendCoins

SendCoins mocks base method.

func (*MockLightningClient) SendCustomMessage

SendCustomMessage mocks base method.

func (*MockLightningClient) SendMany

SendMany mocks base method.

func (*MockLightningClient) SendPayment

SendPayment mocks base method.

func (*MockLightningClient) SendPaymentSync

func (m *MockLightningClient) SendPaymentSync(arg0 context.Context, arg1 *lnrpc.SendRequest, arg2 ...grpc.CallOption) (*lnrpc.SendResponse, error)

SendPaymentSync mocks base method.

func (*MockLightningClient) SendToRoute

SendToRoute mocks base method.

func (*MockLightningClient) SendToRouteSync

func (m *MockLightningClient) SendToRouteSync(arg0 context.Context, arg1 *lnrpc.SendToRouteRequest, arg2 ...grpc.CallOption) (*lnrpc.SendResponse, error)

SendToRouteSync mocks base method.

func (*MockLightningClient) SignMessage

SignMessage mocks base method.

func (*MockLightningClient) StopDaemon

func (m *MockLightningClient) StopDaemon(arg0 context.Context, arg1 *lnrpc.StopRequest, arg2 ...grpc.CallOption) (*lnrpc.StopResponse, error)

StopDaemon mocks base method.

func (*MockLightningClient) SubscribeChannelBackups

SubscribeChannelBackups mocks base method.

func (*MockLightningClient) SubscribeChannelEvents

SubscribeChannelEvents mocks base method.

func (*MockLightningClient) SubscribeChannelGraph

SubscribeChannelGraph mocks base method.

func (*MockLightningClient) SubscribeCustomMessages

SubscribeCustomMessages mocks base method.

func (*MockLightningClient) SubscribeInvoices

SubscribeInvoices mocks base method.

func (*MockLightningClient) SubscribePeerEvents

SubscribePeerEvents mocks base method.

func (*MockLightningClient) SubscribeTransactions

SubscribeTransactions mocks base method.

func (*MockLightningClient) UpdateChannelPolicy

UpdateChannelPolicy mocks base method.

func (*MockLightningClient) VerifyChanBackup

VerifyChanBackup mocks base method.

func (*MockLightningClient) VerifyMessage

VerifyMessage mocks base method.

func (*MockLightningClient) WalletBalance

WalletBalance mocks base method.

type MockLightningClientMockRecorder

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

MockLightningClientMockRecorder is the mock recorder for MockLightningClient.

func (*MockLightningClientMockRecorder) AbandonChannel

func (mr *MockLightningClientMockRecorder) AbandonChannel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AbandonChannel indicates an expected call of AbandonChannel.

func (*MockLightningClientMockRecorder) AddInvoice

func (mr *MockLightningClientMockRecorder) AddInvoice(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddInvoice indicates an expected call of AddInvoice.

func (*MockLightningClientMockRecorder) BakeMacaroon

func (mr *MockLightningClientMockRecorder) BakeMacaroon(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BakeMacaroon indicates an expected call of BakeMacaroon.

func (*MockLightningClientMockRecorder) BatchOpenChannel

func (mr *MockLightningClientMockRecorder) BatchOpenChannel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchOpenChannel indicates an expected call of BatchOpenChannel.

func (*MockLightningClientMockRecorder) ChannelAcceptor

func (mr *MockLightningClientMockRecorder) ChannelAcceptor(arg0 interface{}, arg1 ...interface{}) *gomock.Call

ChannelAcceptor indicates an expected call of ChannelAcceptor.

func (*MockLightningClientMockRecorder) ChannelBalance

func (mr *MockLightningClientMockRecorder) ChannelBalance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChannelBalance indicates an expected call of ChannelBalance.

func (*MockLightningClientMockRecorder) CheckMacaroonPermissions

func (mr *MockLightningClientMockRecorder) CheckMacaroonPermissions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CheckMacaroonPermissions indicates an expected call of CheckMacaroonPermissions.

func (*MockLightningClientMockRecorder) CloseChannel

func (mr *MockLightningClientMockRecorder) CloseChannel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CloseChannel indicates an expected call of CloseChannel.

func (*MockLightningClientMockRecorder) ClosedChannels

func (mr *MockLightningClientMockRecorder) ClosedChannels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ClosedChannels indicates an expected call of ClosedChannels.

func (*MockLightningClientMockRecorder) ConnectPeer

func (mr *MockLightningClientMockRecorder) ConnectPeer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConnectPeer indicates an expected call of ConnectPeer.

func (*MockLightningClientMockRecorder) DebugLevel

func (mr *MockLightningClientMockRecorder) DebugLevel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DebugLevel indicates an expected call of DebugLevel.

func (*MockLightningClientMockRecorder) DecodePayReq

func (mr *MockLightningClientMockRecorder) DecodePayReq(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecodePayReq indicates an expected call of DecodePayReq.

func (*MockLightningClientMockRecorder) DeleteAllPayments

func (mr *MockLightningClientMockRecorder) DeleteAllPayments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAllPayments indicates an expected call of DeleteAllPayments.

func (*MockLightningClientMockRecorder) DeleteMacaroonID

func (mr *MockLightningClientMockRecorder) DeleteMacaroonID(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMacaroonID indicates an expected call of DeleteMacaroonID.

func (*MockLightningClientMockRecorder) DeletePayment

func (mr *MockLightningClientMockRecorder) DeletePayment(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePayment indicates an expected call of DeletePayment.

func (*MockLightningClientMockRecorder) DescribeGraph

func (mr *MockLightningClientMockRecorder) DescribeGraph(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGraph indicates an expected call of DescribeGraph.

func (*MockLightningClientMockRecorder) DisconnectPeer

func (mr *MockLightningClientMockRecorder) DisconnectPeer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisconnectPeer indicates an expected call of DisconnectPeer.

func (*MockLightningClientMockRecorder) EstimateFee

func (mr *MockLightningClientMockRecorder) EstimateFee(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimateFee indicates an expected call of EstimateFee.

func (*MockLightningClientMockRecorder) ExportAllChannelBackups

func (mr *MockLightningClientMockRecorder) ExportAllChannelBackups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportAllChannelBackups indicates an expected call of ExportAllChannelBackups.

func (*MockLightningClientMockRecorder) ExportChannelBackup

func (mr *MockLightningClientMockRecorder) ExportChannelBackup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportChannelBackup indicates an expected call of ExportChannelBackup.

func (*MockLightningClientMockRecorder) FeeReport

func (mr *MockLightningClientMockRecorder) FeeReport(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FeeReport indicates an expected call of FeeReport.

func (*MockLightningClientMockRecorder) ForwardingHistory

func (mr *MockLightningClientMockRecorder) ForwardingHistory(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ForwardingHistory indicates an expected call of ForwardingHistory.

func (*MockLightningClientMockRecorder) FundingStateStep

func (mr *MockLightningClientMockRecorder) FundingStateStep(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FundingStateStep indicates an expected call of FundingStateStep.

func (*MockLightningClientMockRecorder) GetChanInfo

func (mr *MockLightningClientMockRecorder) GetChanInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetChanInfo indicates an expected call of GetChanInfo.

func (*MockLightningClientMockRecorder) GetInfo

func (mr *MockLightningClientMockRecorder) GetInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInfo indicates an expected call of GetInfo.

func (*MockLightningClientMockRecorder) GetNetworkInfo

func (mr *MockLightningClientMockRecorder) GetNetworkInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNetworkInfo indicates an expected call of GetNetworkInfo.

func (*MockLightningClientMockRecorder) GetNodeInfo

func (mr *MockLightningClientMockRecorder) GetNodeInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNodeInfo indicates an expected call of GetNodeInfo.

func (*MockLightningClientMockRecorder) GetNodeMetrics

func (mr *MockLightningClientMockRecorder) GetNodeMetrics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNodeMetrics indicates an expected call of GetNodeMetrics.

func (*MockLightningClientMockRecorder) GetRecoveryInfo

func (mr *MockLightningClientMockRecorder) GetRecoveryInfo(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRecoveryInfo indicates an expected call of GetRecoveryInfo.

func (*MockLightningClientMockRecorder) GetTransactions

func (mr *MockLightningClientMockRecorder) GetTransactions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransactions indicates an expected call of GetTransactions.

func (*MockLightningClientMockRecorder) ListChannels

func (mr *MockLightningClientMockRecorder) ListChannels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListChannels indicates an expected call of ListChannels.

func (*MockLightningClientMockRecorder) ListInvoices

func (mr *MockLightningClientMockRecorder) ListInvoices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInvoices indicates an expected call of ListInvoices.

func (*MockLightningClientMockRecorder) ListMacaroonIDs

func (mr *MockLightningClientMockRecorder) ListMacaroonIDs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMacaroonIDs indicates an expected call of ListMacaroonIDs.

func (*MockLightningClientMockRecorder) ListPayments

func (mr *MockLightningClientMockRecorder) ListPayments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPayments indicates an expected call of ListPayments.

func (*MockLightningClientMockRecorder) ListPeers

func (mr *MockLightningClientMockRecorder) ListPeers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPeers indicates an expected call of ListPeers.

func (*MockLightningClientMockRecorder) ListPermissions

func (mr *MockLightningClientMockRecorder) ListPermissions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPermissions indicates an expected call of ListPermissions.

func (*MockLightningClientMockRecorder) ListUnspent

func (mr *MockLightningClientMockRecorder) ListUnspent(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUnspent indicates an expected call of ListUnspent.

func (*MockLightningClientMockRecorder) LookupInvoice

func (mr *MockLightningClientMockRecorder) LookupInvoice(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LookupInvoice indicates an expected call of LookupInvoice.

func (*MockLightningClientMockRecorder) NewAddress

func (mr *MockLightningClientMockRecorder) NewAddress(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

NewAddress indicates an expected call of NewAddress.

func (*MockLightningClientMockRecorder) OpenChannel

func (mr *MockLightningClientMockRecorder) OpenChannel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OpenChannel indicates an expected call of OpenChannel.

func (*MockLightningClientMockRecorder) OpenChannelSync

func (mr *MockLightningClientMockRecorder) OpenChannelSync(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

OpenChannelSync indicates an expected call of OpenChannelSync.

func (*MockLightningClientMockRecorder) PendingChannels

func (mr *MockLightningClientMockRecorder) PendingChannels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PendingChannels indicates an expected call of PendingChannels.

func (*MockLightningClientMockRecorder) QueryRoutes

func (mr *MockLightningClientMockRecorder) QueryRoutes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QueryRoutes indicates an expected call of QueryRoutes.

func (*MockLightningClientMockRecorder) RegisterRPCMiddleware

func (mr *MockLightningClientMockRecorder) RegisterRPCMiddleware(arg0 interface{}, arg1 ...interface{}) *gomock.Call

RegisterRPCMiddleware indicates an expected call of RegisterRPCMiddleware.

func (*MockLightningClientMockRecorder) RestoreChannelBackups

func (mr *MockLightningClientMockRecorder) RestoreChannelBackups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreChannelBackups indicates an expected call of RestoreChannelBackups.

func (*MockLightningClientMockRecorder) SendCoins

func (mr *MockLightningClientMockRecorder) SendCoins(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendCoins indicates an expected call of SendCoins.

func (*MockLightningClientMockRecorder) SendCustomMessage

func (mr *MockLightningClientMockRecorder) SendCustomMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendCustomMessage indicates an expected call of SendCustomMessage.

func (*MockLightningClientMockRecorder) SendMany

func (mr *MockLightningClientMockRecorder) SendMany(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendMany indicates an expected call of SendMany.

func (*MockLightningClientMockRecorder) SendPayment

func (mr *MockLightningClientMockRecorder) SendPayment(arg0 interface{}, arg1 ...interface{}) *gomock.Call

SendPayment indicates an expected call of SendPayment.

func (*MockLightningClientMockRecorder) SendPaymentSync

func (mr *MockLightningClientMockRecorder) SendPaymentSync(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendPaymentSync indicates an expected call of SendPaymentSync.

func (*MockLightningClientMockRecorder) SendToRoute

func (mr *MockLightningClientMockRecorder) SendToRoute(arg0 interface{}, arg1 ...interface{}) *gomock.Call

SendToRoute indicates an expected call of SendToRoute.

func (*MockLightningClientMockRecorder) SendToRouteSync

func (mr *MockLightningClientMockRecorder) SendToRouteSync(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendToRouteSync indicates an expected call of SendToRouteSync.

func (*MockLightningClientMockRecorder) SignMessage

func (mr *MockLightningClientMockRecorder) SignMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignMessage indicates an expected call of SignMessage.

func (*MockLightningClientMockRecorder) StopDaemon

func (mr *MockLightningClientMockRecorder) StopDaemon(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDaemon indicates an expected call of StopDaemon.

func (*MockLightningClientMockRecorder) SubscribeChannelBackups

func (mr *MockLightningClientMockRecorder) SubscribeChannelBackups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeChannelBackups indicates an expected call of SubscribeChannelBackups.

func (*MockLightningClientMockRecorder) SubscribeChannelEvents

func (mr *MockLightningClientMockRecorder) SubscribeChannelEvents(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeChannelEvents indicates an expected call of SubscribeChannelEvents.

func (*MockLightningClientMockRecorder) SubscribeChannelGraph

func (mr *MockLightningClientMockRecorder) SubscribeChannelGraph(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeChannelGraph indicates an expected call of SubscribeChannelGraph.

func (*MockLightningClientMockRecorder) SubscribeCustomMessages

func (mr *MockLightningClientMockRecorder) SubscribeCustomMessages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeCustomMessages indicates an expected call of SubscribeCustomMessages.

func (*MockLightningClientMockRecorder) SubscribeInvoices

func (mr *MockLightningClientMockRecorder) SubscribeInvoices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeInvoices indicates an expected call of SubscribeInvoices.

func (*MockLightningClientMockRecorder) SubscribePeerEvents

func (mr *MockLightningClientMockRecorder) SubscribePeerEvents(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribePeerEvents indicates an expected call of SubscribePeerEvents.

func (*MockLightningClientMockRecorder) SubscribeTransactions

func (mr *MockLightningClientMockRecorder) SubscribeTransactions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeTransactions indicates an expected call of SubscribeTransactions.

func (*MockLightningClientMockRecorder) UpdateChannelPolicy

func (mr *MockLightningClientMockRecorder) UpdateChannelPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateChannelPolicy indicates an expected call of UpdateChannelPolicy.

func (*MockLightningClientMockRecorder) VerifyChanBackup

func (mr *MockLightningClientMockRecorder) VerifyChanBackup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyChanBackup indicates an expected call of VerifyChanBackup.

func (*MockLightningClientMockRecorder) VerifyMessage

func (mr *MockLightningClientMockRecorder) VerifyMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyMessage indicates an expected call of VerifyMessage.

func (*MockLightningClientMockRecorder) WalletBalance

func (mr *MockLightningClientMockRecorder) WalletBalance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WalletBalance indicates an expected call of WalletBalance.

type MockRouterClient

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

MockRouterClient is a mock of RouterClient interface.

func NewMockRouterClient

func NewMockRouterClient(ctrl *gomock.Controller) *MockRouterClient

NewMockRouterClient creates a new mock instance.

func (*MockRouterClient) BuildRoute

BuildRoute mocks base method.

func (*MockRouterClient) EXPECT

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

func (*MockRouterClient) EstimateRouteFee

EstimateRouteFee mocks base method.

func (*MockRouterClient) GetMissionControlConfig

GetMissionControlConfig mocks base method.

func (*MockRouterClient) HtlcInterceptor

HtlcInterceptor mocks base method.

func (*MockRouterClient) QueryMissionControl

QueryMissionControl mocks base method.

func (*MockRouterClient) QueryProbability

QueryProbability mocks base method.

func (*MockRouterClient) ResetMissionControl

ResetMissionControl mocks base method.

func (*MockRouterClient) SendPayment

SendPayment mocks base method.

func (*MockRouterClient) SendPaymentV2

SendPaymentV2 mocks base method.

func (*MockRouterClient) SendToRoute

SendToRoute mocks base method.

func (*MockRouterClient) SendToRouteV2

SendToRouteV2 mocks base method.

func (*MockRouterClient) SetMissionControlConfig

SetMissionControlConfig mocks base method.

func (*MockRouterClient) SubscribeHtlcEvents

SubscribeHtlcEvents mocks base method.

func (*MockRouterClient) TrackPayment

TrackPayment mocks base method.

func (*MockRouterClient) TrackPaymentV2

TrackPaymentV2 mocks base method.

func (*MockRouterClient) UpdateChanStatus

UpdateChanStatus mocks base method.

func (*MockRouterClient) XImportMissionControl

XImportMissionControl mocks base method.

type MockRouterClientMockRecorder

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

MockRouterClientMockRecorder is the mock recorder for MockRouterClient.

func (*MockRouterClientMockRecorder) BuildRoute

func (mr *MockRouterClientMockRecorder) BuildRoute(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BuildRoute indicates an expected call of BuildRoute.

func (*MockRouterClientMockRecorder) EstimateRouteFee

func (mr *MockRouterClientMockRecorder) EstimateRouteFee(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EstimateRouteFee indicates an expected call of EstimateRouteFee.

func (*MockRouterClientMockRecorder) GetMissionControlConfig

func (mr *MockRouterClientMockRecorder) GetMissionControlConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMissionControlConfig indicates an expected call of GetMissionControlConfig.

func (*MockRouterClientMockRecorder) HtlcInterceptor

func (mr *MockRouterClientMockRecorder) HtlcInterceptor(arg0 interface{}, arg1 ...interface{}) *gomock.Call

HtlcInterceptor indicates an expected call of HtlcInterceptor.

func (*MockRouterClientMockRecorder) QueryMissionControl

func (mr *MockRouterClientMockRecorder) QueryMissionControl(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QueryMissionControl indicates an expected call of QueryMissionControl.

func (*MockRouterClientMockRecorder) QueryProbability

func (mr *MockRouterClientMockRecorder) QueryProbability(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QueryProbability indicates an expected call of QueryProbability.

func (*MockRouterClientMockRecorder) ResetMissionControl

func (mr *MockRouterClientMockRecorder) ResetMissionControl(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetMissionControl indicates an expected call of ResetMissionControl.

func (*MockRouterClientMockRecorder) SendPayment

func (mr *MockRouterClientMockRecorder) SendPayment(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendPayment indicates an expected call of SendPayment.

func (*MockRouterClientMockRecorder) SendPaymentV2

func (mr *MockRouterClientMockRecorder) SendPaymentV2(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendPaymentV2 indicates an expected call of SendPaymentV2.

func (*MockRouterClientMockRecorder) SendToRoute

func (mr *MockRouterClientMockRecorder) SendToRoute(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendToRoute indicates an expected call of SendToRoute.

func (*MockRouterClientMockRecorder) SendToRouteV2

func (mr *MockRouterClientMockRecorder) SendToRouteV2(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendToRouteV2 indicates an expected call of SendToRouteV2.

func (*MockRouterClientMockRecorder) SetMissionControlConfig

func (mr *MockRouterClientMockRecorder) SetMissionControlConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetMissionControlConfig indicates an expected call of SetMissionControlConfig.

func (*MockRouterClientMockRecorder) SubscribeHtlcEvents

func (mr *MockRouterClientMockRecorder) SubscribeHtlcEvents(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeHtlcEvents indicates an expected call of SubscribeHtlcEvents.

func (*MockRouterClientMockRecorder) TrackPayment

func (mr *MockRouterClientMockRecorder) TrackPayment(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TrackPayment indicates an expected call of TrackPayment.

func (*MockRouterClientMockRecorder) TrackPaymentV2

func (mr *MockRouterClientMockRecorder) TrackPaymentV2(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TrackPaymentV2 indicates an expected call of TrackPaymentV2.

func (*MockRouterClientMockRecorder) UpdateChanStatus

func (mr *MockRouterClientMockRecorder) UpdateChanStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateChanStatus indicates an expected call of UpdateChanStatus.

func (*MockRouterClientMockRecorder) XImportMissionControl

func (mr *MockRouterClientMockRecorder) XImportMissionControl(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

XImportMissionControl indicates an expected call of XImportMissionControl.

type MockSignerClient

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

MockSignerClient is a mock of SignerClient interface.

func NewMockSignerClient

func NewMockSignerClient(ctrl *gomock.Controller) *MockSignerClient

NewMockSignerClient creates a new mock instance.

func (*MockSignerClient) ComputeInputScript

func (m *MockSignerClient) ComputeInputScript(arg0 context.Context, arg1 *signrpc.SignReq, arg2 ...grpc.CallOption) (*signrpc.InputScriptResp, error)

ComputeInputScript mocks base method.

func (*MockSignerClient) DeriveSharedKey

DeriveSharedKey mocks base method.

func (*MockSignerClient) EXPECT

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

func (*MockSignerClient) SignMessage

SignMessage mocks base method.

func (*MockSignerClient) SignOutputRaw

func (m *MockSignerClient) SignOutputRaw(arg0 context.Context, arg1 *signrpc.SignReq, arg2 ...grpc.CallOption) (*signrpc.SignResp, error)

SignOutputRaw mocks base method.

func (*MockSignerClient) VerifyMessage

VerifyMessage mocks base method.

type MockSignerClientMockRecorder

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

MockSignerClientMockRecorder is the mock recorder for MockSignerClient.

func (*MockSignerClientMockRecorder) ComputeInputScript

func (mr *MockSignerClientMockRecorder) ComputeInputScript(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ComputeInputScript indicates an expected call of ComputeInputScript.

func (*MockSignerClientMockRecorder) DeriveSharedKey

func (mr *MockSignerClientMockRecorder) DeriveSharedKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeriveSharedKey indicates an expected call of DeriveSharedKey.

func (*MockSignerClientMockRecorder) SignMessage

func (mr *MockSignerClientMockRecorder) SignMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignMessage indicates an expected call of SignMessage.

func (*MockSignerClientMockRecorder) SignOutputRaw

func (mr *MockSignerClientMockRecorder) SignOutputRaw(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SignOutputRaw indicates an expected call of SignOutputRaw.

func (*MockSignerClientMockRecorder) VerifyMessage

func (mr *MockSignerClientMockRecorder) VerifyMessage(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

VerifyMessage indicates an expected call of VerifyMessage.

Jump to

Keyboard shortcuts

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