mock_rpc

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2023 License: MIT Imports: 7 Imported by: 0

README

Install

go install github.com/golang/mock/mockgen@v1.6.0
mockgen -source lightning_grpc.pb.go

Documentation

Overview

Package mock_lnrpc is a generated GoMock package.

Package mock_routerrpc 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

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(ctx context.Context, in *lnrpc.CheckMacPermRequest, opts ...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(ctx context.Context, in *lnrpc.PayReqString, opts ...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

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

GetChanInfo mocks base method.

func (*MockLightningClient) GetInfo

GetInfo mocks base method.

func (*MockLightningClient) GetNetworkInfo

GetNetworkInfo mocks base method.

func (*MockLightningClient) GetNodeInfo

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) ListAliases

ListAliases 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) LookupHtlcResolution added in v0.2.1

LookupHtlcResolution mocks base method.

func (*MockLightningClient) LookupInvoice

func (m *MockLightningClient) LookupInvoice(ctx context.Context, in *lnrpc.PaymentHash, opts ...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

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(ctx context.Context, in *lnrpc.SendRequest, opts ...grpc.CallOption) (*lnrpc.SendResponse, error)

SendPaymentSync mocks base method.

func (*MockLightningClient) SendToRoute

SendToRoute mocks base method.

func (*MockLightningClient) SendToRouteSync

SendToRouteSync mocks base method.

func (*MockLightningClient) SignMessage

SignMessage mocks base method.

func (*MockLightningClient) StopDaemon

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(ctx, in interface{}, opts ...interface{}) *gomock.Call

AbandonChannel indicates an expected call of AbandonChannel.

func (*MockLightningClientMockRecorder) AddInvoice

func (mr *MockLightningClientMockRecorder) AddInvoice(ctx, in interface{}, opts ...interface{}) *gomock.Call

AddInvoice indicates an expected call of AddInvoice.

func (*MockLightningClientMockRecorder) BakeMacaroon

func (mr *MockLightningClientMockRecorder) BakeMacaroon(ctx, in interface{}, opts ...interface{}) *gomock.Call

BakeMacaroon indicates an expected call of BakeMacaroon.

func (*MockLightningClientMockRecorder) BatchOpenChannel

func (mr *MockLightningClientMockRecorder) BatchOpenChannel(ctx, in interface{}, opts ...interface{}) *gomock.Call

BatchOpenChannel indicates an expected call of BatchOpenChannel.

func (*MockLightningClientMockRecorder) ChannelAcceptor

func (mr *MockLightningClientMockRecorder) ChannelAcceptor(ctx interface{}, opts ...interface{}) *gomock.Call

ChannelAcceptor indicates an expected call of ChannelAcceptor.

func (*MockLightningClientMockRecorder) ChannelBalance

func (mr *MockLightningClientMockRecorder) ChannelBalance(ctx, in interface{}, opts ...interface{}) *gomock.Call

ChannelBalance indicates an expected call of ChannelBalance.

func (*MockLightningClientMockRecorder) CheckMacaroonPermissions

func (mr *MockLightningClientMockRecorder) CheckMacaroonPermissions(ctx, in interface{}, opts ...interface{}) *gomock.Call

CheckMacaroonPermissions indicates an expected call of CheckMacaroonPermissions.

func (*MockLightningClientMockRecorder) CloseChannel

func (mr *MockLightningClientMockRecorder) CloseChannel(ctx, in interface{}, opts ...interface{}) *gomock.Call

CloseChannel indicates an expected call of CloseChannel.

func (*MockLightningClientMockRecorder) ClosedChannels

func (mr *MockLightningClientMockRecorder) ClosedChannels(ctx, in interface{}, opts ...interface{}) *gomock.Call

ClosedChannels indicates an expected call of ClosedChannels.

func (*MockLightningClientMockRecorder) ConnectPeer

func (mr *MockLightningClientMockRecorder) ConnectPeer(ctx, in interface{}, opts ...interface{}) *gomock.Call

ConnectPeer indicates an expected call of ConnectPeer.

func (*MockLightningClientMockRecorder) DebugLevel

func (mr *MockLightningClientMockRecorder) DebugLevel(ctx, in interface{}, opts ...interface{}) *gomock.Call

DebugLevel indicates an expected call of DebugLevel.

func (*MockLightningClientMockRecorder) DecodePayReq

func (mr *MockLightningClientMockRecorder) DecodePayReq(ctx, in interface{}, opts ...interface{}) *gomock.Call

DecodePayReq indicates an expected call of DecodePayReq.

func (*MockLightningClientMockRecorder) DeleteAllPayments

func (mr *MockLightningClientMockRecorder) DeleteAllPayments(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteAllPayments indicates an expected call of DeleteAllPayments.

func (*MockLightningClientMockRecorder) DeleteMacaroonID

func (mr *MockLightningClientMockRecorder) DeleteMacaroonID(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeleteMacaroonID indicates an expected call of DeleteMacaroonID.

func (*MockLightningClientMockRecorder) DeletePayment

func (mr *MockLightningClientMockRecorder) DeletePayment(ctx, in interface{}, opts ...interface{}) *gomock.Call

DeletePayment indicates an expected call of DeletePayment.

func (*MockLightningClientMockRecorder) DescribeGraph

func (mr *MockLightningClientMockRecorder) DescribeGraph(ctx, in interface{}, opts ...interface{}) *gomock.Call

DescribeGraph indicates an expected call of DescribeGraph.

func (*MockLightningClientMockRecorder) DisconnectPeer

func (mr *MockLightningClientMockRecorder) DisconnectPeer(ctx, in interface{}, opts ...interface{}) *gomock.Call

DisconnectPeer indicates an expected call of DisconnectPeer.

func (*MockLightningClientMockRecorder) EstimateFee

func (mr *MockLightningClientMockRecorder) EstimateFee(ctx, in interface{}, opts ...interface{}) *gomock.Call

EstimateFee indicates an expected call of EstimateFee.

func (*MockLightningClientMockRecorder) ExportAllChannelBackups

func (mr *MockLightningClientMockRecorder) ExportAllChannelBackups(ctx, in interface{}, opts ...interface{}) *gomock.Call

ExportAllChannelBackups indicates an expected call of ExportAllChannelBackups.

func (*MockLightningClientMockRecorder) ExportChannelBackup

func (mr *MockLightningClientMockRecorder) ExportChannelBackup(ctx, in interface{}, opts ...interface{}) *gomock.Call

ExportChannelBackup indicates an expected call of ExportChannelBackup.

func (*MockLightningClientMockRecorder) FeeReport

func (mr *MockLightningClientMockRecorder) FeeReport(ctx, in interface{}, opts ...interface{}) *gomock.Call

FeeReport indicates an expected call of FeeReport.

func (*MockLightningClientMockRecorder) ForwardingHistory

func (mr *MockLightningClientMockRecorder) ForwardingHistory(ctx, in interface{}, opts ...interface{}) *gomock.Call

ForwardingHistory indicates an expected call of ForwardingHistory.

func (*MockLightningClientMockRecorder) FundingStateStep

func (mr *MockLightningClientMockRecorder) FundingStateStep(ctx, in interface{}, opts ...interface{}) *gomock.Call

FundingStateStep indicates an expected call of FundingStateStep.

func (*MockLightningClientMockRecorder) GetChanInfo

func (mr *MockLightningClientMockRecorder) GetChanInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetChanInfo indicates an expected call of GetChanInfo.

func (*MockLightningClientMockRecorder) GetInfo

func (mr *MockLightningClientMockRecorder) GetInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetInfo indicates an expected call of GetInfo.

func (*MockLightningClientMockRecorder) GetNetworkInfo

func (mr *MockLightningClientMockRecorder) GetNetworkInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetNetworkInfo indicates an expected call of GetNetworkInfo.

func (*MockLightningClientMockRecorder) GetNodeInfo

func (mr *MockLightningClientMockRecorder) GetNodeInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetNodeInfo indicates an expected call of GetNodeInfo.

func (*MockLightningClientMockRecorder) GetNodeMetrics

func (mr *MockLightningClientMockRecorder) GetNodeMetrics(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetNodeMetrics indicates an expected call of GetNodeMetrics.

func (*MockLightningClientMockRecorder) GetRecoveryInfo

func (mr *MockLightningClientMockRecorder) GetRecoveryInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetRecoveryInfo indicates an expected call of GetRecoveryInfo.

func (*MockLightningClientMockRecorder) GetTransactions

func (mr *MockLightningClientMockRecorder) GetTransactions(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetTransactions indicates an expected call of GetTransactions.

func (*MockLightningClientMockRecorder) ListAliases

func (mr *MockLightningClientMockRecorder) ListAliases(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListAliases indicates an expected call of ListAliases.

func (*MockLightningClientMockRecorder) ListChannels

func (mr *MockLightningClientMockRecorder) ListChannels(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListChannels indicates an expected call of ListChannels.

func (*MockLightningClientMockRecorder) ListInvoices

func (mr *MockLightningClientMockRecorder) ListInvoices(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListInvoices indicates an expected call of ListInvoices.

func (*MockLightningClientMockRecorder) ListMacaroonIDs

func (mr *MockLightningClientMockRecorder) ListMacaroonIDs(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListMacaroonIDs indicates an expected call of ListMacaroonIDs.

func (*MockLightningClientMockRecorder) ListPayments

func (mr *MockLightningClientMockRecorder) ListPayments(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListPayments indicates an expected call of ListPayments.

func (*MockLightningClientMockRecorder) ListPeers

func (mr *MockLightningClientMockRecorder) ListPeers(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListPeers indicates an expected call of ListPeers.

func (*MockLightningClientMockRecorder) ListPermissions

func (mr *MockLightningClientMockRecorder) ListPermissions(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListPermissions indicates an expected call of ListPermissions.

func (*MockLightningClientMockRecorder) ListUnspent

func (mr *MockLightningClientMockRecorder) ListUnspent(ctx, in interface{}, opts ...interface{}) *gomock.Call

ListUnspent indicates an expected call of ListUnspent.

func (*MockLightningClientMockRecorder) LookupHtlcResolution added in v0.2.1

func (mr *MockLightningClientMockRecorder) LookupHtlcResolution(ctx, in interface{}, opts ...interface{}) *gomock.Call

LookupHtlcResolution indicates an expected call of LookupHtlcResolution.

func (*MockLightningClientMockRecorder) LookupInvoice

func (mr *MockLightningClientMockRecorder) LookupInvoice(ctx, in interface{}, opts ...interface{}) *gomock.Call

LookupInvoice indicates an expected call of LookupInvoice.

func (*MockLightningClientMockRecorder) NewAddress

func (mr *MockLightningClientMockRecorder) NewAddress(ctx, in interface{}, opts ...interface{}) *gomock.Call

NewAddress indicates an expected call of NewAddress.

func (*MockLightningClientMockRecorder) OpenChannel

func (mr *MockLightningClientMockRecorder) OpenChannel(ctx, in interface{}, opts ...interface{}) *gomock.Call

OpenChannel indicates an expected call of OpenChannel.

func (*MockLightningClientMockRecorder) OpenChannelSync

func (mr *MockLightningClientMockRecorder) OpenChannelSync(ctx, in interface{}, opts ...interface{}) *gomock.Call

OpenChannelSync indicates an expected call of OpenChannelSync.

func (*MockLightningClientMockRecorder) PendingChannels

func (mr *MockLightningClientMockRecorder) PendingChannels(ctx, in interface{}, opts ...interface{}) *gomock.Call

PendingChannels indicates an expected call of PendingChannels.

func (*MockLightningClientMockRecorder) QueryRoutes

func (mr *MockLightningClientMockRecorder) QueryRoutes(ctx, in interface{}, opts ...interface{}) *gomock.Call

QueryRoutes indicates an expected call of QueryRoutes.

func (*MockLightningClientMockRecorder) RegisterRPCMiddleware

func (mr *MockLightningClientMockRecorder) RegisterRPCMiddleware(ctx interface{}, opts ...interface{}) *gomock.Call

RegisterRPCMiddleware indicates an expected call of RegisterRPCMiddleware.

func (*MockLightningClientMockRecorder) RestoreChannelBackups

func (mr *MockLightningClientMockRecorder) RestoreChannelBackups(ctx, in interface{}, opts ...interface{}) *gomock.Call

RestoreChannelBackups indicates an expected call of RestoreChannelBackups.

func (*MockLightningClientMockRecorder) SendCoins

func (mr *MockLightningClientMockRecorder) SendCoins(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendCoins indicates an expected call of SendCoins.

func (*MockLightningClientMockRecorder) SendCustomMessage

func (mr *MockLightningClientMockRecorder) SendCustomMessage(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendCustomMessage indicates an expected call of SendCustomMessage.

func (*MockLightningClientMockRecorder) SendMany

func (mr *MockLightningClientMockRecorder) SendMany(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendMany indicates an expected call of SendMany.

func (*MockLightningClientMockRecorder) SendPayment

func (mr *MockLightningClientMockRecorder) SendPayment(ctx interface{}, opts ...interface{}) *gomock.Call

SendPayment indicates an expected call of SendPayment.

func (*MockLightningClientMockRecorder) SendPaymentSync

func (mr *MockLightningClientMockRecorder) SendPaymentSync(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendPaymentSync indicates an expected call of SendPaymentSync.

func (*MockLightningClientMockRecorder) SendToRoute

func (mr *MockLightningClientMockRecorder) SendToRoute(ctx interface{}, opts ...interface{}) *gomock.Call

SendToRoute indicates an expected call of SendToRoute.

func (*MockLightningClientMockRecorder) SendToRouteSync

func (mr *MockLightningClientMockRecorder) SendToRouteSync(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendToRouteSync indicates an expected call of SendToRouteSync.

func (*MockLightningClientMockRecorder) SignMessage

func (mr *MockLightningClientMockRecorder) SignMessage(ctx, in interface{}, opts ...interface{}) *gomock.Call

SignMessage indicates an expected call of SignMessage.

func (*MockLightningClientMockRecorder) StopDaemon

func (mr *MockLightningClientMockRecorder) StopDaemon(ctx, in interface{}, opts ...interface{}) *gomock.Call

StopDaemon indicates an expected call of StopDaemon.

func (*MockLightningClientMockRecorder) SubscribeChannelBackups

func (mr *MockLightningClientMockRecorder) SubscribeChannelBackups(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribeChannelBackups indicates an expected call of SubscribeChannelBackups.

func (*MockLightningClientMockRecorder) SubscribeChannelEvents

func (mr *MockLightningClientMockRecorder) SubscribeChannelEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribeChannelEvents indicates an expected call of SubscribeChannelEvents.

func (*MockLightningClientMockRecorder) SubscribeChannelGraph

func (mr *MockLightningClientMockRecorder) SubscribeChannelGraph(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribeChannelGraph indicates an expected call of SubscribeChannelGraph.

func (*MockLightningClientMockRecorder) SubscribeCustomMessages

func (mr *MockLightningClientMockRecorder) SubscribeCustomMessages(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribeCustomMessages indicates an expected call of SubscribeCustomMessages.

func (*MockLightningClientMockRecorder) SubscribeInvoices

func (mr *MockLightningClientMockRecorder) SubscribeInvoices(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribeInvoices indicates an expected call of SubscribeInvoices.

func (*MockLightningClientMockRecorder) SubscribePeerEvents

func (mr *MockLightningClientMockRecorder) SubscribePeerEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribePeerEvents indicates an expected call of SubscribePeerEvents.

func (*MockLightningClientMockRecorder) SubscribeTransactions

func (mr *MockLightningClientMockRecorder) SubscribeTransactions(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribeTransactions indicates an expected call of SubscribeTransactions.

func (*MockLightningClientMockRecorder) UpdateChannelPolicy

func (mr *MockLightningClientMockRecorder) UpdateChannelPolicy(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateChannelPolicy indicates an expected call of UpdateChannelPolicy.

func (*MockLightningClientMockRecorder) VerifyChanBackup

func (mr *MockLightningClientMockRecorder) VerifyChanBackup(ctx, in interface{}, opts ...interface{}) *gomock.Call

VerifyChanBackup indicates an expected call of VerifyChanBackup.

func (*MockLightningClientMockRecorder) VerifyMessage

func (mr *MockLightningClientMockRecorder) VerifyMessage(ctx, in interface{}, opts ...interface{}) *gomock.Call

VerifyMessage indicates an expected call of VerifyMessage.

func (*MockLightningClientMockRecorder) WalletBalance

func (mr *MockLightningClientMockRecorder) WalletBalance(ctx, in interface{}, opts ...interface{}) *gomock.Call

WalletBalance indicates an expected call of WalletBalance.

type MockLightningServer

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

MockLightningServer is a mock of LightningServer interface.

func NewMockLightningServer

func NewMockLightningServer(ctrl *gomock.Controller) *MockLightningServer

NewMockLightningServer creates a new mock instance.

func (*MockLightningServer) AbandonChannel

AbandonChannel mocks base method.

func (*MockLightningServer) AddInvoice

AddInvoice mocks base method.

func (*MockLightningServer) BakeMacaroon

BakeMacaroon mocks base method.

func (*MockLightningServer) BatchOpenChannel

BatchOpenChannel mocks base method.

func (*MockLightningServer) ChannelAcceptor

ChannelAcceptor mocks base method.

func (*MockLightningServer) ChannelBalance

ChannelBalance mocks base method.

func (*MockLightningServer) CheckMacaroonPermissions

func (m *MockLightningServer) CheckMacaroonPermissions(arg0 context.Context, arg1 *lnrpc.CheckMacPermRequest) (*lnrpc.CheckMacPermResponse, error)

CheckMacaroonPermissions mocks base method.

func (*MockLightningServer) CloseChannel

CloseChannel mocks base method.

func (*MockLightningServer) ClosedChannels

ClosedChannels mocks base method.

func (*MockLightningServer) ConnectPeer

ConnectPeer mocks base method.

func (*MockLightningServer) DebugLevel

DebugLevel mocks base method.

func (*MockLightningServer) DecodePayReq

func (m *MockLightningServer) DecodePayReq(arg0 context.Context, arg1 *lnrpc.PayReqString) (*lnrpc.PayReq, error)

DecodePayReq mocks base method.

func (*MockLightningServer) DeleteAllPayments

DeleteAllPayments mocks base method.

func (*MockLightningServer) DeleteMacaroonID

DeleteMacaroonID mocks base method.

func (*MockLightningServer) DeletePayment

DeletePayment mocks base method.

func (*MockLightningServer) DescribeGraph

DescribeGraph mocks base method.

func (*MockLightningServer) DisconnectPeer

DisconnectPeer mocks base method.

func (*MockLightningServer) EXPECT

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

func (*MockLightningServer) EstimateFee

EstimateFee mocks base method.

func (*MockLightningServer) ExportAllChannelBackups

func (m *MockLightningServer) ExportAllChannelBackups(arg0 context.Context, arg1 *lnrpc.ChanBackupExportRequest) (*lnrpc.ChanBackupSnapshot, error)

ExportAllChannelBackups mocks base method.

func (*MockLightningServer) ExportChannelBackup

ExportChannelBackup mocks base method.

func (*MockLightningServer) FeeReport

FeeReport mocks base method.

func (*MockLightningServer) ForwardingHistory

ForwardingHistory mocks base method.

func (*MockLightningServer) FundingStateStep

FundingStateStep mocks base method.

func (*MockLightningServer) GetChanInfo

GetChanInfo mocks base method.

func (*MockLightningServer) GetInfo

GetInfo mocks base method.

func (*MockLightningServer) GetNetworkInfo

GetNetworkInfo mocks base method.

func (*MockLightningServer) GetNodeInfo

func (m *MockLightningServer) GetNodeInfo(arg0 context.Context, arg1 *lnrpc.NodeInfoRequest) (*lnrpc.NodeInfo, error)

GetNodeInfo mocks base method.

func (*MockLightningServer) GetNodeMetrics

GetNodeMetrics mocks base method.

func (*MockLightningServer) GetRecoveryInfo

GetRecoveryInfo mocks base method.

func (*MockLightningServer) GetTransactions

GetTransactions mocks base method.

func (*MockLightningServer) ListAliases

ListAliases mocks base method.

func (*MockLightningServer) ListChannels

ListChannels mocks base method.

func (*MockLightningServer) ListInvoices

ListInvoices mocks base method.

func (*MockLightningServer) ListMacaroonIDs

ListMacaroonIDs mocks base method.

func (*MockLightningServer) ListPayments

ListPayments mocks base method.

func (*MockLightningServer) ListPeers

ListPeers mocks base method.

func (*MockLightningServer) ListPermissions

ListPermissions mocks base method.

func (*MockLightningServer) ListUnspent

ListUnspent mocks base method.

func (*MockLightningServer) LookupHtlcResolution added in v0.2.1

LookupHtlcResolution mocks base method.

func (*MockLightningServer) LookupInvoice

func (m *MockLightningServer) LookupInvoice(arg0 context.Context, arg1 *lnrpc.PaymentHash) (*lnrpc.Invoice, error)

LookupInvoice mocks base method.

func (*MockLightningServer) NewAddress

NewAddress mocks base method.

func (*MockLightningServer) OpenChannel

OpenChannel mocks base method.

func (*MockLightningServer) OpenChannelSync

func (m *MockLightningServer) OpenChannelSync(arg0 context.Context, arg1 *lnrpc.OpenChannelRequest) (*lnrpc.ChannelPoint, error)

OpenChannelSync mocks base method.

func (*MockLightningServer) PendingChannels

PendingChannels mocks base method.

func (*MockLightningServer) QueryRoutes

QueryRoutes mocks base method.

func (*MockLightningServer) RegisterRPCMiddleware

RegisterRPCMiddleware mocks base method.

func (*MockLightningServer) RestoreChannelBackups

RestoreChannelBackups mocks base method.

func (*MockLightningServer) SendCoins

SendCoins mocks base method.

func (*MockLightningServer) SendCustomMessage

SendCustomMessage mocks base method.

func (*MockLightningServer) SendMany

SendMany mocks base method.

func (*MockLightningServer) SendPayment

SendPayment mocks base method.

func (*MockLightningServer) SendPaymentSync

func (m *MockLightningServer) SendPaymentSync(arg0 context.Context, arg1 *lnrpc.SendRequest) (*lnrpc.SendResponse, error)

SendPaymentSync mocks base method.

func (*MockLightningServer) SendToRoute

SendToRoute mocks base method.

func (*MockLightningServer) SendToRouteSync

func (m *MockLightningServer) SendToRouteSync(arg0 context.Context, arg1 *lnrpc.SendToRouteRequest) (*lnrpc.SendResponse, error)

SendToRouteSync mocks base method.

func (*MockLightningServer) SignMessage

SignMessage mocks base method.

func (*MockLightningServer) StopDaemon

StopDaemon mocks base method.

func (*MockLightningServer) SubscribeChannelBackups

SubscribeChannelBackups mocks base method.

func (*MockLightningServer) SubscribeChannelEvents

SubscribeChannelEvents mocks base method.

func (*MockLightningServer) SubscribeChannelGraph

SubscribeChannelGraph mocks base method.

func (*MockLightningServer) SubscribeCustomMessages

SubscribeCustomMessages mocks base method.

func (*MockLightningServer) SubscribeInvoices

SubscribeInvoices mocks base method.

func (*MockLightningServer) SubscribePeerEvents

SubscribePeerEvents mocks base method.

func (*MockLightningServer) SubscribeTransactions

SubscribeTransactions mocks base method.

func (*MockLightningServer) UpdateChannelPolicy

UpdateChannelPolicy mocks base method.

func (*MockLightningServer) VerifyChanBackup

VerifyChanBackup mocks base method.

func (*MockLightningServer) VerifyMessage

VerifyMessage mocks base method.

func (*MockLightningServer) WalletBalance

WalletBalance mocks base method.

type MockLightningServerMockRecorder

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

MockLightningServerMockRecorder is the mock recorder for MockLightningServer.

func (*MockLightningServerMockRecorder) AbandonChannel

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

AbandonChannel indicates an expected call of AbandonChannel.

func (*MockLightningServerMockRecorder) AddInvoice

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

AddInvoice indicates an expected call of AddInvoice.

func (*MockLightningServerMockRecorder) BakeMacaroon

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

BakeMacaroon indicates an expected call of BakeMacaroon.

func (*MockLightningServerMockRecorder) BatchOpenChannel

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

BatchOpenChannel indicates an expected call of BatchOpenChannel.

func (*MockLightningServerMockRecorder) ChannelAcceptor

func (mr *MockLightningServerMockRecorder) ChannelAcceptor(arg0 interface{}) *gomock.Call

ChannelAcceptor indicates an expected call of ChannelAcceptor.

func (*MockLightningServerMockRecorder) ChannelBalance

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

ChannelBalance indicates an expected call of ChannelBalance.

func (*MockLightningServerMockRecorder) CheckMacaroonPermissions

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

CheckMacaroonPermissions indicates an expected call of CheckMacaroonPermissions.

func (*MockLightningServerMockRecorder) CloseChannel

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

CloseChannel indicates an expected call of CloseChannel.

func (*MockLightningServerMockRecorder) ClosedChannels

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

ClosedChannels indicates an expected call of ClosedChannels.

func (*MockLightningServerMockRecorder) ConnectPeer

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

ConnectPeer indicates an expected call of ConnectPeer.

func (*MockLightningServerMockRecorder) DebugLevel

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

DebugLevel indicates an expected call of DebugLevel.

func (*MockLightningServerMockRecorder) DecodePayReq

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

DecodePayReq indicates an expected call of DecodePayReq.

func (*MockLightningServerMockRecorder) DeleteAllPayments

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

DeleteAllPayments indicates an expected call of DeleteAllPayments.

func (*MockLightningServerMockRecorder) DeleteMacaroonID

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

DeleteMacaroonID indicates an expected call of DeleteMacaroonID.

func (*MockLightningServerMockRecorder) DeletePayment

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

DeletePayment indicates an expected call of DeletePayment.

func (*MockLightningServerMockRecorder) DescribeGraph

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

DescribeGraph indicates an expected call of DescribeGraph.

func (*MockLightningServerMockRecorder) DisconnectPeer

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

DisconnectPeer indicates an expected call of DisconnectPeer.

func (*MockLightningServerMockRecorder) EstimateFee

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

EstimateFee indicates an expected call of EstimateFee.

func (*MockLightningServerMockRecorder) ExportAllChannelBackups

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

ExportAllChannelBackups indicates an expected call of ExportAllChannelBackups.

func (*MockLightningServerMockRecorder) ExportChannelBackup

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

ExportChannelBackup indicates an expected call of ExportChannelBackup.

func (*MockLightningServerMockRecorder) FeeReport

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

FeeReport indicates an expected call of FeeReport.

func (*MockLightningServerMockRecorder) ForwardingHistory

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

ForwardingHistory indicates an expected call of ForwardingHistory.

func (*MockLightningServerMockRecorder) FundingStateStep

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

FundingStateStep indicates an expected call of FundingStateStep.

func (*MockLightningServerMockRecorder) GetChanInfo

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

GetChanInfo indicates an expected call of GetChanInfo.

func (*MockLightningServerMockRecorder) GetInfo

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

GetInfo indicates an expected call of GetInfo.

func (*MockLightningServerMockRecorder) GetNetworkInfo

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

GetNetworkInfo indicates an expected call of GetNetworkInfo.

func (*MockLightningServerMockRecorder) GetNodeInfo

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

GetNodeInfo indicates an expected call of GetNodeInfo.

func (*MockLightningServerMockRecorder) GetNodeMetrics

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

GetNodeMetrics indicates an expected call of GetNodeMetrics.

func (*MockLightningServerMockRecorder) GetRecoveryInfo

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

GetRecoveryInfo indicates an expected call of GetRecoveryInfo.

func (*MockLightningServerMockRecorder) GetTransactions

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

GetTransactions indicates an expected call of GetTransactions.

func (*MockLightningServerMockRecorder) ListAliases

func (mr *MockLightningServerMockRecorder) ListAliases(arg0, arg1 interface{}) *gomock.Call

ListAliases indicates an expected call of ListAliases.

func (*MockLightningServerMockRecorder) ListChannels

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

ListChannels indicates an expected call of ListChannels.

func (*MockLightningServerMockRecorder) ListInvoices

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

ListInvoices indicates an expected call of ListInvoices.

func (*MockLightningServerMockRecorder) ListMacaroonIDs

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

ListMacaroonIDs indicates an expected call of ListMacaroonIDs.

func (*MockLightningServerMockRecorder) ListPayments

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

ListPayments indicates an expected call of ListPayments.

func (*MockLightningServerMockRecorder) ListPeers

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

ListPeers indicates an expected call of ListPeers.

func (*MockLightningServerMockRecorder) ListPermissions

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

ListPermissions indicates an expected call of ListPermissions.

func (*MockLightningServerMockRecorder) ListUnspent

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

ListUnspent indicates an expected call of ListUnspent.

func (*MockLightningServerMockRecorder) LookupHtlcResolution added in v0.2.1

func (mr *MockLightningServerMockRecorder) LookupHtlcResolution(arg0, arg1 interface{}) *gomock.Call

LookupHtlcResolution indicates an expected call of LookupHtlcResolution.

func (*MockLightningServerMockRecorder) LookupInvoice

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

LookupInvoice indicates an expected call of LookupInvoice.

func (*MockLightningServerMockRecorder) NewAddress

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

NewAddress indicates an expected call of NewAddress.

func (*MockLightningServerMockRecorder) OpenChannel

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

OpenChannel indicates an expected call of OpenChannel.

func (*MockLightningServerMockRecorder) OpenChannelSync

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

OpenChannelSync indicates an expected call of OpenChannelSync.

func (*MockLightningServerMockRecorder) PendingChannels

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

PendingChannels indicates an expected call of PendingChannels.

func (*MockLightningServerMockRecorder) QueryRoutes

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

QueryRoutes indicates an expected call of QueryRoutes.

func (*MockLightningServerMockRecorder) RegisterRPCMiddleware

func (mr *MockLightningServerMockRecorder) RegisterRPCMiddleware(arg0 interface{}) *gomock.Call

RegisterRPCMiddleware indicates an expected call of RegisterRPCMiddleware.

func (*MockLightningServerMockRecorder) RestoreChannelBackups

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

RestoreChannelBackups indicates an expected call of RestoreChannelBackups.

func (*MockLightningServerMockRecorder) SendCoins

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

SendCoins indicates an expected call of SendCoins.

func (*MockLightningServerMockRecorder) SendCustomMessage

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

SendCustomMessage indicates an expected call of SendCustomMessage.

func (*MockLightningServerMockRecorder) SendMany

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

SendMany indicates an expected call of SendMany.

func (*MockLightningServerMockRecorder) SendPayment

func (mr *MockLightningServerMockRecorder) SendPayment(arg0 interface{}) *gomock.Call

SendPayment indicates an expected call of SendPayment.

func (*MockLightningServerMockRecorder) SendPaymentSync

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

SendPaymentSync indicates an expected call of SendPaymentSync.

func (*MockLightningServerMockRecorder) SendToRoute

func (mr *MockLightningServerMockRecorder) SendToRoute(arg0 interface{}) *gomock.Call

SendToRoute indicates an expected call of SendToRoute.

func (*MockLightningServerMockRecorder) SendToRouteSync

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

SendToRouteSync indicates an expected call of SendToRouteSync.

func (*MockLightningServerMockRecorder) SignMessage

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

SignMessage indicates an expected call of SignMessage.

func (*MockLightningServerMockRecorder) StopDaemon

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

StopDaemon indicates an expected call of StopDaemon.

func (*MockLightningServerMockRecorder) SubscribeChannelBackups

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

SubscribeChannelBackups indicates an expected call of SubscribeChannelBackups.

func (*MockLightningServerMockRecorder) SubscribeChannelEvents

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

SubscribeChannelEvents indicates an expected call of SubscribeChannelEvents.

func (*MockLightningServerMockRecorder) SubscribeChannelGraph

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

SubscribeChannelGraph indicates an expected call of SubscribeChannelGraph.

func (*MockLightningServerMockRecorder) SubscribeCustomMessages

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

SubscribeCustomMessages indicates an expected call of SubscribeCustomMessages.

func (*MockLightningServerMockRecorder) SubscribeInvoices

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

SubscribeInvoices indicates an expected call of SubscribeInvoices.

func (*MockLightningServerMockRecorder) SubscribePeerEvents

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

SubscribePeerEvents indicates an expected call of SubscribePeerEvents.

func (*MockLightningServerMockRecorder) SubscribeTransactions

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

SubscribeTransactions indicates an expected call of SubscribeTransactions.

func (*MockLightningServerMockRecorder) UpdateChannelPolicy

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

UpdateChannelPolicy indicates an expected call of UpdateChannelPolicy.

func (*MockLightningServerMockRecorder) VerifyChanBackup

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

VerifyChanBackup indicates an expected call of VerifyChanBackup.

func (*MockLightningServerMockRecorder) VerifyMessage

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

VerifyMessage indicates an expected call of VerifyMessage.

func (*MockLightningServerMockRecorder) WalletBalance

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

WalletBalance indicates an expected call of WalletBalance.

type MockLightning_ChannelAcceptorClient

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

MockLightning_ChannelAcceptorClient is a mock of Lightning_ChannelAcceptorClient interface.

func NewMockLightning_ChannelAcceptorClient

func NewMockLightning_ChannelAcceptorClient(ctrl *gomock.Controller) *MockLightning_ChannelAcceptorClient

NewMockLightning_ChannelAcceptorClient creates a new mock instance.

func (*MockLightning_ChannelAcceptorClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_ChannelAcceptorClient) Context

Context mocks base method.

func (*MockLightning_ChannelAcceptorClient) EXPECT

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

func (*MockLightning_ChannelAcceptorClient) Header

Header mocks base method.

func (*MockLightning_ChannelAcceptorClient) Recv

Recv mocks base method.

func (*MockLightning_ChannelAcceptorClient) RecvMsg

func (m_2 *MockLightning_ChannelAcceptorClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_ChannelAcceptorClient) Send

Send mocks base method.

func (*MockLightning_ChannelAcceptorClient) SendMsg

func (m_2 *MockLightning_ChannelAcceptorClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_ChannelAcceptorClient) Trailer

Trailer mocks base method.

type MockLightning_ChannelAcceptorClientMockRecorder

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

MockLightning_ChannelAcceptorClientMockRecorder is the mock recorder for MockLightning_ChannelAcceptorClient.

func (*MockLightning_ChannelAcceptorClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_ChannelAcceptorClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_ChannelAcceptorClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_ChannelAcceptorClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_ChannelAcceptorClientMockRecorder) RecvMsg

func (mr *MockLightning_ChannelAcceptorClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_ChannelAcceptorClientMockRecorder) Send

func (mr *MockLightning_ChannelAcceptorClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_ChannelAcceptorClientMockRecorder) SendMsg

func (mr *MockLightning_ChannelAcceptorClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_ChannelAcceptorClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_ChannelAcceptorServer

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

MockLightning_ChannelAcceptorServer is a mock of Lightning_ChannelAcceptorServer interface.

func NewMockLightning_ChannelAcceptorServer

func NewMockLightning_ChannelAcceptorServer(ctrl *gomock.Controller) *MockLightning_ChannelAcceptorServer

NewMockLightning_ChannelAcceptorServer creates a new mock instance.

func (*MockLightning_ChannelAcceptorServer) Context

Context mocks base method.

func (*MockLightning_ChannelAcceptorServer) EXPECT

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

func (*MockLightning_ChannelAcceptorServer) Recv

Recv mocks base method.

func (*MockLightning_ChannelAcceptorServer) RecvMsg

func (m_2 *MockLightning_ChannelAcceptorServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_ChannelAcceptorServer) Send

Send mocks base method.

func (*MockLightning_ChannelAcceptorServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_ChannelAcceptorServer) SendMsg

func (m_2 *MockLightning_ChannelAcceptorServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_ChannelAcceptorServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_ChannelAcceptorServer) SetTrailer

func (m *MockLightning_ChannelAcceptorServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockLightning_ChannelAcceptorServerMockRecorder

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

MockLightning_ChannelAcceptorServerMockRecorder is the mock recorder for MockLightning_ChannelAcceptorServer.

func (*MockLightning_ChannelAcceptorServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_ChannelAcceptorServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_ChannelAcceptorServerMockRecorder) RecvMsg

func (mr *MockLightning_ChannelAcceptorServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_ChannelAcceptorServerMockRecorder) Send

func (mr *MockLightning_ChannelAcceptorServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_ChannelAcceptorServerMockRecorder) SendHeader

func (mr *MockLightning_ChannelAcceptorServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_ChannelAcceptorServerMockRecorder) SendMsg

func (mr *MockLightning_ChannelAcceptorServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_ChannelAcceptorServerMockRecorder) SetHeader

func (mr *MockLightning_ChannelAcceptorServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_ChannelAcceptorServerMockRecorder) SetTrailer

func (mr *MockLightning_ChannelAcceptorServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_CloseChannelClient

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

MockLightning_CloseChannelClient is a mock of Lightning_CloseChannelClient interface.

func NewMockLightning_CloseChannelClient

func NewMockLightning_CloseChannelClient(ctrl *gomock.Controller) *MockLightning_CloseChannelClient

NewMockLightning_CloseChannelClient creates a new mock instance.

func (*MockLightning_CloseChannelClient) CloseSend

func (m *MockLightning_CloseChannelClient) CloseSend() error

CloseSend mocks base method.

func (*MockLightning_CloseChannelClient) Context

Context mocks base method.

func (*MockLightning_CloseChannelClient) EXPECT

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

func (*MockLightning_CloseChannelClient) Header

Header mocks base method.

func (*MockLightning_CloseChannelClient) Recv

Recv mocks base method.

func (*MockLightning_CloseChannelClient) RecvMsg

func (m_2 *MockLightning_CloseChannelClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_CloseChannelClient) SendMsg

func (m_2 *MockLightning_CloseChannelClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_CloseChannelClient) Trailer

Trailer mocks base method.

type MockLightning_CloseChannelClientMockRecorder

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

MockLightning_CloseChannelClientMockRecorder is the mock recorder for MockLightning_CloseChannelClient.

func (*MockLightning_CloseChannelClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_CloseChannelClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_CloseChannelClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_CloseChannelClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_CloseChannelClientMockRecorder) RecvMsg

func (mr *MockLightning_CloseChannelClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_CloseChannelClientMockRecorder) SendMsg

func (mr *MockLightning_CloseChannelClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_CloseChannelClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_CloseChannelServer

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

MockLightning_CloseChannelServer is a mock of Lightning_CloseChannelServer interface.

func NewMockLightning_CloseChannelServer

func NewMockLightning_CloseChannelServer(ctrl *gomock.Controller) *MockLightning_CloseChannelServer

NewMockLightning_CloseChannelServer creates a new mock instance.

func (*MockLightning_CloseChannelServer) Context

Context mocks base method.

func (*MockLightning_CloseChannelServer) EXPECT

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

func (*MockLightning_CloseChannelServer) RecvMsg

func (m_2 *MockLightning_CloseChannelServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_CloseChannelServer) Send

Send mocks base method.

func (*MockLightning_CloseChannelServer) SendHeader

func (m *MockLightning_CloseChannelServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockLightning_CloseChannelServer) SendMsg

func (m_2 *MockLightning_CloseChannelServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_CloseChannelServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_CloseChannelServer) SetTrailer

func (m *MockLightning_CloseChannelServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockLightning_CloseChannelServerMockRecorder

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

MockLightning_CloseChannelServerMockRecorder is the mock recorder for MockLightning_CloseChannelServer.

func (*MockLightning_CloseChannelServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_CloseChannelServerMockRecorder) RecvMsg

func (mr *MockLightning_CloseChannelServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_CloseChannelServerMockRecorder) Send

func (mr *MockLightning_CloseChannelServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_CloseChannelServerMockRecorder) SendHeader

func (mr *MockLightning_CloseChannelServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_CloseChannelServerMockRecorder) SendMsg

func (mr *MockLightning_CloseChannelServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_CloseChannelServerMockRecorder) SetHeader

func (mr *MockLightning_CloseChannelServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_CloseChannelServerMockRecorder) SetTrailer

func (mr *MockLightning_CloseChannelServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_OpenChannelClient

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

MockLightning_OpenChannelClient is a mock of Lightning_OpenChannelClient interface.

func NewMockLightning_OpenChannelClient

func NewMockLightning_OpenChannelClient(ctrl *gomock.Controller) *MockLightning_OpenChannelClient

NewMockLightning_OpenChannelClient creates a new mock instance.

func (*MockLightning_OpenChannelClient) CloseSend

func (m *MockLightning_OpenChannelClient) CloseSend() error

CloseSend mocks base method.

func (*MockLightning_OpenChannelClient) Context

Context mocks base method.

func (*MockLightning_OpenChannelClient) EXPECT

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

func (*MockLightning_OpenChannelClient) Header

Header mocks base method.

func (*MockLightning_OpenChannelClient) Recv

Recv mocks base method.

func (*MockLightning_OpenChannelClient) RecvMsg

func (m_2 *MockLightning_OpenChannelClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_OpenChannelClient) SendMsg

func (m_2 *MockLightning_OpenChannelClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_OpenChannelClient) Trailer

Trailer mocks base method.

type MockLightning_OpenChannelClientMockRecorder

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

MockLightning_OpenChannelClientMockRecorder is the mock recorder for MockLightning_OpenChannelClient.

func (*MockLightning_OpenChannelClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_OpenChannelClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_OpenChannelClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_OpenChannelClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_OpenChannelClientMockRecorder) RecvMsg

func (mr *MockLightning_OpenChannelClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_OpenChannelClientMockRecorder) SendMsg

func (mr *MockLightning_OpenChannelClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_OpenChannelClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_OpenChannelServer

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

MockLightning_OpenChannelServer is a mock of Lightning_OpenChannelServer interface.

func NewMockLightning_OpenChannelServer

func NewMockLightning_OpenChannelServer(ctrl *gomock.Controller) *MockLightning_OpenChannelServer

NewMockLightning_OpenChannelServer creates a new mock instance.

func (*MockLightning_OpenChannelServer) Context

Context mocks base method.

func (*MockLightning_OpenChannelServer) EXPECT

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

func (*MockLightning_OpenChannelServer) RecvMsg

func (m_2 *MockLightning_OpenChannelServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_OpenChannelServer) Send

Send mocks base method.

func (*MockLightning_OpenChannelServer) SendHeader

func (m *MockLightning_OpenChannelServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockLightning_OpenChannelServer) SendMsg

func (m_2 *MockLightning_OpenChannelServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_OpenChannelServer) SetHeader

func (m *MockLightning_OpenChannelServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockLightning_OpenChannelServer) SetTrailer

func (m *MockLightning_OpenChannelServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockLightning_OpenChannelServerMockRecorder

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

MockLightning_OpenChannelServerMockRecorder is the mock recorder for MockLightning_OpenChannelServer.

func (*MockLightning_OpenChannelServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_OpenChannelServerMockRecorder) RecvMsg

func (mr *MockLightning_OpenChannelServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_OpenChannelServerMockRecorder) Send

func (mr *MockLightning_OpenChannelServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_OpenChannelServerMockRecorder) SendHeader

func (mr *MockLightning_OpenChannelServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_OpenChannelServerMockRecorder) SendMsg

func (mr *MockLightning_OpenChannelServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_OpenChannelServerMockRecorder) SetHeader

func (mr *MockLightning_OpenChannelServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_OpenChannelServerMockRecorder) SetTrailer

func (mr *MockLightning_OpenChannelServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_RegisterRPCMiddlewareClient

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

MockLightning_RegisterRPCMiddlewareClient is a mock of Lightning_RegisterRPCMiddlewareClient interface.

func NewMockLightning_RegisterRPCMiddlewareClient

func NewMockLightning_RegisterRPCMiddlewareClient(ctrl *gomock.Controller) *MockLightning_RegisterRPCMiddlewareClient

NewMockLightning_RegisterRPCMiddlewareClient creates a new mock instance.

func (*MockLightning_RegisterRPCMiddlewareClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_RegisterRPCMiddlewareClient) Context

Context mocks base method.

func (*MockLightning_RegisterRPCMiddlewareClient) EXPECT

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

func (*MockLightning_RegisterRPCMiddlewareClient) Header

Header mocks base method.

func (*MockLightning_RegisterRPCMiddlewareClient) Recv

Recv mocks base method.

func (*MockLightning_RegisterRPCMiddlewareClient) RecvMsg

func (m_2 *MockLightning_RegisterRPCMiddlewareClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_RegisterRPCMiddlewareClient) Send

Send mocks base method.

func (*MockLightning_RegisterRPCMiddlewareClient) SendMsg

func (m_2 *MockLightning_RegisterRPCMiddlewareClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_RegisterRPCMiddlewareClient) Trailer

Trailer mocks base method.

type MockLightning_RegisterRPCMiddlewareClientMockRecorder

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

MockLightning_RegisterRPCMiddlewareClientMockRecorder is the mock recorder for MockLightning_RegisterRPCMiddlewareClient.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_RegisterRPCMiddlewareClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_RegisterRPCMiddlewareServer

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

MockLightning_RegisterRPCMiddlewareServer is a mock of Lightning_RegisterRPCMiddlewareServer interface.

func NewMockLightning_RegisterRPCMiddlewareServer

func NewMockLightning_RegisterRPCMiddlewareServer(ctrl *gomock.Controller) *MockLightning_RegisterRPCMiddlewareServer

NewMockLightning_RegisterRPCMiddlewareServer creates a new mock instance.

func (*MockLightning_RegisterRPCMiddlewareServer) Context

Context mocks base method.

func (*MockLightning_RegisterRPCMiddlewareServer) EXPECT

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

func (*MockLightning_RegisterRPCMiddlewareServer) Recv

Recv mocks base method.

func (*MockLightning_RegisterRPCMiddlewareServer) RecvMsg

func (m_2 *MockLightning_RegisterRPCMiddlewareServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_RegisterRPCMiddlewareServer) Send

Send mocks base method.

func (*MockLightning_RegisterRPCMiddlewareServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_RegisterRPCMiddlewareServer) SendMsg

func (m_2 *MockLightning_RegisterRPCMiddlewareServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_RegisterRPCMiddlewareServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_RegisterRPCMiddlewareServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_RegisterRPCMiddlewareServerMockRecorder

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

MockLightning_RegisterRPCMiddlewareServerMockRecorder is the mock recorder for MockLightning_RegisterRPCMiddlewareServer.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) SendHeader

func (mr *MockLightning_RegisterRPCMiddlewareServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) SetHeader

func (mr *MockLightning_RegisterRPCMiddlewareServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_RegisterRPCMiddlewareServerMockRecorder) SetTrailer

func (mr *MockLightning_RegisterRPCMiddlewareServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SendPaymentClient

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

MockLightning_SendPaymentClient is a mock of Lightning_SendPaymentClient interface.

func NewMockLightning_SendPaymentClient

func NewMockLightning_SendPaymentClient(ctrl *gomock.Controller) *MockLightning_SendPaymentClient

NewMockLightning_SendPaymentClient creates a new mock instance.

func (*MockLightning_SendPaymentClient) CloseSend

func (m *MockLightning_SendPaymentClient) CloseSend() error

CloseSend mocks base method.

func (*MockLightning_SendPaymentClient) Context

Context mocks base method.

func (*MockLightning_SendPaymentClient) EXPECT

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

func (*MockLightning_SendPaymentClient) Header

Header mocks base method.

func (*MockLightning_SendPaymentClient) Recv

Recv mocks base method.

func (*MockLightning_SendPaymentClient) RecvMsg

func (m_2 *MockLightning_SendPaymentClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SendPaymentClient) Send

Send mocks base method.

func (*MockLightning_SendPaymentClient) SendMsg

func (m_2 *MockLightning_SendPaymentClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SendPaymentClient) Trailer

Trailer mocks base method.

type MockLightning_SendPaymentClientMockRecorder

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

MockLightning_SendPaymentClientMockRecorder is the mock recorder for MockLightning_SendPaymentClient.

func (*MockLightning_SendPaymentClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SendPaymentClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SendPaymentClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SendPaymentClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SendPaymentClientMockRecorder) RecvMsg

func (mr *MockLightning_SendPaymentClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SendPaymentClientMockRecorder) Send

func (mr *MockLightning_SendPaymentClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_SendPaymentClientMockRecorder) SendMsg

func (mr *MockLightning_SendPaymentClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SendPaymentClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SendPaymentServer

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

MockLightning_SendPaymentServer is a mock of Lightning_SendPaymentServer interface.

func NewMockLightning_SendPaymentServer

func NewMockLightning_SendPaymentServer(ctrl *gomock.Controller) *MockLightning_SendPaymentServer

NewMockLightning_SendPaymentServer creates a new mock instance.

func (*MockLightning_SendPaymentServer) Context

Context mocks base method.

func (*MockLightning_SendPaymentServer) EXPECT

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

func (*MockLightning_SendPaymentServer) Recv

Recv mocks base method.

func (*MockLightning_SendPaymentServer) RecvMsg

func (m_2 *MockLightning_SendPaymentServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SendPaymentServer) Send

Send mocks base method.

func (*MockLightning_SendPaymentServer) SendHeader

func (m *MockLightning_SendPaymentServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockLightning_SendPaymentServer) SendMsg

func (m_2 *MockLightning_SendPaymentServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SendPaymentServer) SetHeader

func (m *MockLightning_SendPaymentServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockLightning_SendPaymentServer) SetTrailer

func (m *MockLightning_SendPaymentServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockLightning_SendPaymentServerMockRecorder

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

MockLightning_SendPaymentServerMockRecorder is the mock recorder for MockLightning_SendPaymentServer.

func (*MockLightning_SendPaymentServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SendPaymentServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SendPaymentServerMockRecorder) RecvMsg

func (mr *MockLightning_SendPaymentServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SendPaymentServerMockRecorder) Send

func (mr *MockLightning_SendPaymentServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_SendPaymentServerMockRecorder) SendHeader

func (mr *MockLightning_SendPaymentServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SendPaymentServerMockRecorder) SendMsg

func (mr *MockLightning_SendPaymentServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SendPaymentServerMockRecorder) SetHeader

func (mr *MockLightning_SendPaymentServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SendPaymentServerMockRecorder) SetTrailer

func (mr *MockLightning_SendPaymentServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SendToRouteClient

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

MockLightning_SendToRouteClient is a mock of Lightning_SendToRouteClient interface.

func NewMockLightning_SendToRouteClient

func NewMockLightning_SendToRouteClient(ctrl *gomock.Controller) *MockLightning_SendToRouteClient

NewMockLightning_SendToRouteClient creates a new mock instance.

func (*MockLightning_SendToRouteClient) CloseSend

func (m *MockLightning_SendToRouteClient) CloseSend() error

CloseSend mocks base method.

func (*MockLightning_SendToRouteClient) Context

Context mocks base method.

func (*MockLightning_SendToRouteClient) EXPECT

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

func (*MockLightning_SendToRouteClient) Header

Header mocks base method.

func (*MockLightning_SendToRouteClient) Recv

Recv mocks base method.

func (*MockLightning_SendToRouteClient) RecvMsg

func (m_2 *MockLightning_SendToRouteClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SendToRouteClient) Send

Send mocks base method.

func (*MockLightning_SendToRouteClient) SendMsg

func (m_2 *MockLightning_SendToRouteClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SendToRouteClient) Trailer

Trailer mocks base method.

type MockLightning_SendToRouteClientMockRecorder

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

MockLightning_SendToRouteClientMockRecorder is the mock recorder for MockLightning_SendToRouteClient.

func (*MockLightning_SendToRouteClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SendToRouteClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SendToRouteClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SendToRouteClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SendToRouteClientMockRecorder) RecvMsg

func (mr *MockLightning_SendToRouteClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SendToRouteClientMockRecorder) Send

func (mr *MockLightning_SendToRouteClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_SendToRouteClientMockRecorder) SendMsg

func (mr *MockLightning_SendToRouteClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SendToRouteClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SendToRouteServer

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

MockLightning_SendToRouteServer is a mock of Lightning_SendToRouteServer interface.

func NewMockLightning_SendToRouteServer

func NewMockLightning_SendToRouteServer(ctrl *gomock.Controller) *MockLightning_SendToRouteServer

NewMockLightning_SendToRouteServer creates a new mock instance.

func (*MockLightning_SendToRouteServer) Context

Context mocks base method.

func (*MockLightning_SendToRouteServer) EXPECT

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

func (*MockLightning_SendToRouteServer) Recv

Recv mocks base method.

func (*MockLightning_SendToRouteServer) RecvMsg

func (m_2 *MockLightning_SendToRouteServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SendToRouteServer) Send

Send mocks base method.

func (*MockLightning_SendToRouteServer) SendHeader

func (m *MockLightning_SendToRouteServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockLightning_SendToRouteServer) SendMsg

func (m_2 *MockLightning_SendToRouteServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SendToRouteServer) SetHeader

func (m *MockLightning_SendToRouteServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockLightning_SendToRouteServer) SetTrailer

func (m *MockLightning_SendToRouteServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockLightning_SendToRouteServerMockRecorder

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

MockLightning_SendToRouteServerMockRecorder is the mock recorder for MockLightning_SendToRouteServer.

func (*MockLightning_SendToRouteServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SendToRouteServerMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SendToRouteServerMockRecorder) RecvMsg

func (mr *MockLightning_SendToRouteServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SendToRouteServerMockRecorder) Send

func (mr *MockLightning_SendToRouteServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockLightning_SendToRouteServerMockRecorder) SendHeader

func (mr *MockLightning_SendToRouteServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SendToRouteServerMockRecorder) SendMsg

func (mr *MockLightning_SendToRouteServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SendToRouteServerMockRecorder) SetHeader

func (mr *MockLightning_SendToRouteServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SendToRouteServerMockRecorder) SetTrailer

func (mr *MockLightning_SendToRouteServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SubscribeChannelBackupsClient

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

MockLightning_SubscribeChannelBackupsClient is a mock of Lightning_SubscribeChannelBackupsClient interface.

func NewMockLightning_SubscribeChannelBackupsClient

func NewMockLightning_SubscribeChannelBackupsClient(ctrl *gomock.Controller) *MockLightning_SubscribeChannelBackupsClient

NewMockLightning_SubscribeChannelBackupsClient creates a new mock instance.

func (*MockLightning_SubscribeChannelBackupsClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_SubscribeChannelBackupsClient) Context

Context mocks base method.

func (*MockLightning_SubscribeChannelBackupsClient) EXPECT

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

func (*MockLightning_SubscribeChannelBackupsClient) Header

Header mocks base method.

func (*MockLightning_SubscribeChannelBackupsClient) Recv

Recv mocks base method.

func (*MockLightning_SubscribeChannelBackupsClient) RecvMsg

func (m_2 *MockLightning_SubscribeChannelBackupsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeChannelBackupsClient) SendMsg

func (m_2 *MockLightning_SubscribeChannelBackupsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeChannelBackupsClient) Trailer

Trailer mocks base method.

type MockLightning_SubscribeChannelBackupsClientMockRecorder

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

MockLightning_SubscribeChannelBackupsClientMockRecorder is the mock recorder for MockLightning_SubscribeChannelBackupsClient.

func (*MockLightning_SubscribeChannelBackupsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SubscribeChannelBackupsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeChannelBackupsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SubscribeChannelBackupsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SubscribeChannelBackupsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeChannelBackupsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeChannelBackupsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SubscribeChannelBackupsServer

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

MockLightning_SubscribeChannelBackupsServer is a mock of Lightning_SubscribeChannelBackupsServer interface.

func NewMockLightning_SubscribeChannelBackupsServer

func NewMockLightning_SubscribeChannelBackupsServer(ctrl *gomock.Controller) *MockLightning_SubscribeChannelBackupsServer

NewMockLightning_SubscribeChannelBackupsServer creates a new mock instance.

func (*MockLightning_SubscribeChannelBackupsServer) Context

Context mocks base method.

func (*MockLightning_SubscribeChannelBackupsServer) EXPECT

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

func (*MockLightning_SubscribeChannelBackupsServer) RecvMsg

func (m_2 *MockLightning_SubscribeChannelBackupsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeChannelBackupsServer) Send

Send mocks base method.

func (*MockLightning_SubscribeChannelBackupsServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_SubscribeChannelBackupsServer) SendMsg

func (m_2 *MockLightning_SubscribeChannelBackupsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeChannelBackupsServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_SubscribeChannelBackupsServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_SubscribeChannelBackupsServerMockRecorder

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

MockLightning_SubscribeChannelBackupsServerMockRecorder is the mock recorder for MockLightning_SubscribeChannelBackupsServer.

func (*MockLightning_SubscribeChannelBackupsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeChannelBackupsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeChannelBackupsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_SubscribeChannelBackupsServerMockRecorder) SendHeader

func (mr *MockLightning_SubscribeChannelBackupsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SubscribeChannelBackupsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeChannelBackupsServerMockRecorder) SetHeader

func (mr *MockLightning_SubscribeChannelBackupsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SubscribeChannelBackupsServerMockRecorder) SetTrailer

func (mr *MockLightning_SubscribeChannelBackupsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SubscribeChannelEventsClient

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

MockLightning_SubscribeChannelEventsClient is a mock of Lightning_SubscribeChannelEventsClient interface.

func NewMockLightning_SubscribeChannelEventsClient

func NewMockLightning_SubscribeChannelEventsClient(ctrl *gomock.Controller) *MockLightning_SubscribeChannelEventsClient

NewMockLightning_SubscribeChannelEventsClient creates a new mock instance.

func (*MockLightning_SubscribeChannelEventsClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_SubscribeChannelEventsClient) Context

Context mocks base method.

func (*MockLightning_SubscribeChannelEventsClient) EXPECT

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

func (*MockLightning_SubscribeChannelEventsClient) Header

Header mocks base method.

func (*MockLightning_SubscribeChannelEventsClient) Recv

Recv mocks base method.

func (*MockLightning_SubscribeChannelEventsClient) RecvMsg

func (m_2 *MockLightning_SubscribeChannelEventsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeChannelEventsClient) SendMsg

func (m_2 *MockLightning_SubscribeChannelEventsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeChannelEventsClient) Trailer

Trailer mocks base method.

type MockLightning_SubscribeChannelEventsClientMockRecorder

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

MockLightning_SubscribeChannelEventsClientMockRecorder is the mock recorder for MockLightning_SubscribeChannelEventsClient.

func (*MockLightning_SubscribeChannelEventsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SubscribeChannelEventsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeChannelEventsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SubscribeChannelEventsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SubscribeChannelEventsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeChannelEventsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeChannelEventsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SubscribeChannelEventsServer

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

MockLightning_SubscribeChannelEventsServer is a mock of Lightning_SubscribeChannelEventsServer interface.

func NewMockLightning_SubscribeChannelEventsServer

func NewMockLightning_SubscribeChannelEventsServer(ctrl *gomock.Controller) *MockLightning_SubscribeChannelEventsServer

NewMockLightning_SubscribeChannelEventsServer creates a new mock instance.

func (*MockLightning_SubscribeChannelEventsServer) Context

Context mocks base method.

func (*MockLightning_SubscribeChannelEventsServer) EXPECT

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

func (*MockLightning_SubscribeChannelEventsServer) RecvMsg

func (m_2 *MockLightning_SubscribeChannelEventsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeChannelEventsServer) Send

Send mocks base method.

func (*MockLightning_SubscribeChannelEventsServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_SubscribeChannelEventsServer) SendMsg

func (m_2 *MockLightning_SubscribeChannelEventsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeChannelEventsServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_SubscribeChannelEventsServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_SubscribeChannelEventsServerMockRecorder

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

MockLightning_SubscribeChannelEventsServerMockRecorder is the mock recorder for MockLightning_SubscribeChannelEventsServer.

func (*MockLightning_SubscribeChannelEventsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeChannelEventsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeChannelEventsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_SubscribeChannelEventsServerMockRecorder) SendHeader

func (mr *MockLightning_SubscribeChannelEventsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SubscribeChannelEventsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeChannelEventsServerMockRecorder) SetHeader

func (mr *MockLightning_SubscribeChannelEventsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SubscribeChannelEventsServerMockRecorder) SetTrailer

func (mr *MockLightning_SubscribeChannelEventsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SubscribeChannelGraphClient

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

MockLightning_SubscribeChannelGraphClient is a mock of Lightning_SubscribeChannelGraphClient interface.

func NewMockLightning_SubscribeChannelGraphClient

func NewMockLightning_SubscribeChannelGraphClient(ctrl *gomock.Controller) *MockLightning_SubscribeChannelGraphClient

NewMockLightning_SubscribeChannelGraphClient creates a new mock instance.

func (*MockLightning_SubscribeChannelGraphClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_SubscribeChannelGraphClient) Context

Context mocks base method.

func (*MockLightning_SubscribeChannelGraphClient) EXPECT

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

func (*MockLightning_SubscribeChannelGraphClient) Header

Header mocks base method.

func (*MockLightning_SubscribeChannelGraphClient) Recv

Recv mocks base method.

func (*MockLightning_SubscribeChannelGraphClient) RecvMsg

func (m_2 *MockLightning_SubscribeChannelGraphClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeChannelGraphClient) SendMsg

func (m_2 *MockLightning_SubscribeChannelGraphClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeChannelGraphClient) Trailer

Trailer mocks base method.

type MockLightning_SubscribeChannelGraphClientMockRecorder

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

MockLightning_SubscribeChannelGraphClientMockRecorder is the mock recorder for MockLightning_SubscribeChannelGraphClient.

func (*MockLightning_SubscribeChannelGraphClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SubscribeChannelGraphClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeChannelGraphClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SubscribeChannelGraphClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SubscribeChannelGraphClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeChannelGraphClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeChannelGraphClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SubscribeChannelGraphServer

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

MockLightning_SubscribeChannelGraphServer is a mock of Lightning_SubscribeChannelGraphServer interface.

func NewMockLightning_SubscribeChannelGraphServer

func NewMockLightning_SubscribeChannelGraphServer(ctrl *gomock.Controller) *MockLightning_SubscribeChannelGraphServer

NewMockLightning_SubscribeChannelGraphServer creates a new mock instance.

func (*MockLightning_SubscribeChannelGraphServer) Context

Context mocks base method.

func (*MockLightning_SubscribeChannelGraphServer) EXPECT

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

func (*MockLightning_SubscribeChannelGraphServer) RecvMsg

func (m_2 *MockLightning_SubscribeChannelGraphServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeChannelGraphServer) Send

Send mocks base method.

func (*MockLightning_SubscribeChannelGraphServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_SubscribeChannelGraphServer) SendMsg

func (m_2 *MockLightning_SubscribeChannelGraphServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeChannelGraphServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_SubscribeChannelGraphServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_SubscribeChannelGraphServerMockRecorder

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

MockLightning_SubscribeChannelGraphServerMockRecorder is the mock recorder for MockLightning_SubscribeChannelGraphServer.

func (*MockLightning_SubscribeChannelGraphServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeChannelGraphServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeChannelGraphServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_SubscribeChannelGraphServerMockRecorder) SendHeader

func (mr *MockLightning_SubscribeChannelGraphServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SubscribeChannelGraphServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeChannelGraphServerMockRecorder) SetHeader

func (mr *MockLightning_SubscribeChannelGraphServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SubscribeChannelGraphServerMockRecorder) SetTrailer

func (mr *MockLightning_SubscribeChannelGraphServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SubscribeCustomMessagesClient

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

MockLightning_SubscribeCustomMessagesClient is a mock of Lightning_SubscribeCustomMessagesClient interface.

func NewMockLightning_SubscribeCustomMessagesClient

func NewMockLightning_SubscribeCustomMessagesClient(ctrl *gomock.Controller) *MockLightning_SubscribeCustomMessagesClient

NewMockLightning_SubscribeCustomMessagesClient creates a new mock instance.

func (*MockLightning_SubscribeCustomMessagesClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_SubscribeCustomMessagesClient) Context

Context mocks base method.

func (*MockLightning_SubscribeCustomMessagesClient) EXPECT

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

func (*MockLightning_SubscribeCustomMessagesClient) Header

Header mocks base method.

func (*MockLightning_SubscribeCustomMessagesClient) Recv

Recv mocks base method.

func (*MockLightning_SubscribeCustomMessagesClient) RecvMsg

func (m_2 *MockLightning_SubscribeCustomMessagesClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeCustomMessagesClient) SendMsg

func (m_2 *MockLightning_SubscribeCustomMessagesClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeCustomMessagesClient) Trailer

Trailer mocks base method.

type MockLightning_SubscribeCustomMessagesClientMockRecorder

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

MockLightning_SubscribeCustomMessagesClientMockRecorder is the mock recorder for MockLightning_SubscribeCustomMessagesClient.

func (*MockLightning_SubscribeCustomMessagesClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SubscribeCustomMessagesClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeCustomMessagesClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SubscribeCustomMessagesClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SubscribeCustomMessagesClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeCustomMessagesClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeCustomMessagesClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SubscribeCustomMessagesServer

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

MockLightning_SubscribeCustomMessagesServer is a mock of Lightning_SubscribeCustomMessagesServer interface.

func NewMockLightning_SubscribeCustomMessagesServer

func NewMockLightning_SubscribeCustomMessagesServer(ctrl *gomock.Controller) *MockLightning_SubscribeCustomMessagesServer

NewMockLightning_SubscribeCustomMessagesServer creates a new mock instance.

func (*MockLightning_SubscribeCustomMessagesServer) Context

Context mocks base method.

func (*MockLightning_SubscribeCustomMessagesServer) EXPECT

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

func (*MockLightning_SubscribeCustomMessagesServer) RecvMsg

func (m_2 *MockLightning_SubscribeCustomMessagesServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeCustomMessagesServer) Send

Send mocks base method.

func (*MockLightning_SubscribeCustomMessagesServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_SubscribeCustomMessagesServer) SendMsg

func (m_2 *MockLightning_SubscribeCustomMessagesServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeCustomMessagesServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_SubscribeCustomMessagesServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_SubscribeCustomMessagesServerMockRecorder

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

MockLightning_SubscribeCustomMessagesServerMockRecorder is the mock recorder for MockLightning_SubscribeCustomMessagesServer.

func (*MockLightning_SubscribeCustomMessagesServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeCustomMessagesServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeCustomMessagesServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_SubscribeCustomMessagesServerMockRecorder) SendHeader

func (mr *MockLightning_SubscribeCustomMessagesServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SubscribeCustomMessagesServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeCustomMessagesServerMockRecorder) SetHeader

func (mr *MockLightning_SubscribeCustomMessagesServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SubscribeCustomMessagesServerMockRecorder) SetTrailer

func (mr *MockLightning_SubscribeCustomMessagesServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SubscribeInvoicesClient

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

MockLightning_SubscribeInvoicesClient is a mock of Lightning_SubscribeInvoicesClient interface.

func NewMockLightning_SubscribeInvoicesClient

func NewMockLightning_SubscribeInvoicesClient(ctrl *gomock.Controller) *MockLightning_SubscribeInvoicesClient

NewMockLightning_SubscribeInvoicesClient creates a new mock instance.

func (*MockLightning_SubscribeInvoicesClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_SubscribeInvoicesClient) Context

Context mocks base method.

func (*MockLightning_SubscribeInvoicesClient) EXPECT

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

func (*MockLightning_SubscribeInvoicesClient) Header

Header mocks base method.

func (*MockLightning_SubscribeInvoicesClient) Recv

Recv mocks base method.

func (*MockLightning_SubscribeInvoicesClient) RecvMsg

func (m_2 *MockLightning_SubscribeInvoicesClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeInvoicesClient) SendMsg

func (m_2 *MockLightning_SubscribeInvoicesClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeInvoicesClient) Trailer

Trailer mocks base method.

type MockLightning_SubscribeInvoicesClientMockRecorder

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

MockLightning_SubscribeInvoicesClientMockRecorder is the mock recorder for MockLightning_SubscribeInvoicesClient.

func (*MockLightning_SubscribeInvoicesClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SubscribeInvoicesClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeInvoicesClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SubscribeInvoicesClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SubscribeInvoicesClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeInvoicesClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeInvoicesClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SubscribeInvoicesServer

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

MockLightning_SubscribeInvoicesServer is a mock of Lightning_SubscribeInvoicesServer interface.

func NewMockLightning_SubscribeInvoicesServer

func NewMockLightning_SubscribeInvoicesServer(ctrl *gomock.Controller) *MockLightning_SubscribeInvoicesServer

NewMockLightning_SubscribeInvoicesServer creates a new mock instance.

func (*MockLightning_SubscribeInvoicesServer) Context

Context mocks base method.

func (*MockLightning_SubscribeInvoicesServer) EXPECT

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

func (*MockLightning_SubscribeInvoicesServer) RecvMsg

func (m_2 *MockLightning_SubscribeInvoicesServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeInvoicesServer) Send

Send mocks base method.

func (*MockLightning_SubscribeInvoicesServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_SubscribeInvoicesServer) SendMsg

func (m_2 *MockLightning_SubscribeInvoicesServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeInvoicesServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_SubscribeInvoicesServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_SubscribeInvoicesServerMockRecorder

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

MockLightning_SubscribeInvoicesServerMockRecorder is the mock recorder for MockLightning_SubscribeInvoicesServer.

func (*MockLightning_SubscribeInvoicesServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeInvoicesServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeInvoicesServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_SubscribeInvoicesServerMockRecorder) SendHeader

func (mr *MockLightning_SubscribeInvoicesServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SubscribeInvoicesServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeInvoicesServerMockRecorder) SetHeader

func (mr *MockLightning_SubscribeInvoicesServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SubscribeInvoicesServerMockRecorder) SetTrailer

func (mr *MockLightning_SubscribeInvoicesServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SubscribePeerEventsClient

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

MockLightning_SubscribePeerEventsClient is a mock of Lightning_SubscribePeerEventsClient interface.

func NewMockLightning_SubscribePeerEventsClient

func NewMockLightning_SubscribePeerEventsClient(ctrl *gomock.Controller) *MockLightning_SubscribePeerEventsClient

NewMockLightning_SubscribePeerEventsClient creates a new mock instance.

func (*MockLightning_SubscribePeerEventsClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_SubscribePeerEventsClient) Context

Context mocks base method.

func (*MockLightning_SubscribePeerEventsClient) EXPECT

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

func (*MockLightning_SubscribePeerEventsClient) Header

Header mocks base method.

func (*MockLightning_SubscribePeerEventsClient) Recv

Recv mocks base method.

func (*MockLightning_SubscribePeerEventsClient) RecvMsg

func (m_2 *MockLightning_SubscribePeerEventsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribePeerEventsClient) SendMsg

func (m_2 *MockLightning_SubscribePeerEventsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribePeerEventsClient) Trailer

Trailer mocks base method.

type MockLightning_SubscribePeerEventsClientMockRecorder

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

MockLightning_SubscribePeerEventsClientMockRecorder is the mock recorder for MockLightning_SubscribePeerEventsClient.

func (*MockLightning_SubscribePeerEventsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SubscribePeerEventsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribePeerEventsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SubscribePeerEventsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SubscribePeerEventsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribePeerEventsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribePeerEventsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SubscribePeerEventsServer

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

MockLightning_SubscribePeerEventsServer is a mock of Lightning_SubscribePeerEventsServer interface.

func NewMockLightning_SubscribePeerEventsServer

func NewMockLightning_SubscribePeerEventsServer(ctrl *gomock.Controller) *MockLightning_SubscribePeerEventsServer

NewMockLightning_SubscribePeerEventsServer creates a new mock instance.

func (*MockLightning_SubscribePeerEventsServer) Context

Context mocks base method.

func (*MockLightning_SubscribePeerEventsServer) EXPECT

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

func (*MockLightning_SubscribePeerEventsServer) RecvMsg

func (m_2 *MockLightning_SubscribePeerEventsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribePeerEventsServer) Send

Send mocks base method.

func (*MockLightning_SubscribePeerEventsServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_SubscribePeerEventsServer) SendMsg

func (m_2 *MockLightning_SubscribePeerEventsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribePeerEventsServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_SubscribePeerEventsServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_SubscribePeerEventsServerMockRecorder

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

MockLightning_SubscribePeerEventsServerMockRecorder is the mock recorder for MockLightning_SubscribePeerEventsServer.

func (*MockLightning_SubscribePeerEventsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribePeerEventsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribePeerEventsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_SubscribePeerEventsServerMockRecorder) SendHeader

func (mr *MockLightning_SubscribePeerEventsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SubscribePeerEventsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribePeerEventsServerMockRecorder) SetHeader

func (mr *MockLightning_SubscribePeerEventsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SubscribePeerEventsServerMockRecorder) SetTrailer

func (mr *MockLightning_SubscribePeerEventsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockLightning_SubscribeTransactionsClient

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

MockLightning_SubscribeTransactionsClient is a mock of Lightning_SubscribeTransactionsClient interface.

func NewMockLightning_SubscribeTransactionsClient

func NewMockLightning_SubscribeTransactionsClient(ctrl *gomock.Controller) *MockLightning_SubscribeTransactionsClient

NewMockLightning_SubscribeTransactionsClient creates a new mock instance.

func (*MockLightning_SubscribeTransactionsClient) CloseSend

CloseSend mocks base method.

func (*MockLightning_SubscribeTransactionsClient) Context

Context mocks base method.

func (*MockLightning_SubscribeTransactionsClient) EXPECT

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

func (*MockLightning_SubscribeTransactionsClient) Header

Header mocks base method.

func (*MockLightning_SubscribeTransactionsClient) Recv

Recv mocks base method.

func (*MockLightning_SubscribeTransactionsClient) RecvMsg

func (m_2 *MockLightning_SubscribeTransactionsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeTransactionsClient) SendMsg

func (m_2 *MockLightning_SubscribeTransactionsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeTransactionsClient) Trailer

Trailer mocks base method.

type MockLightning_SubscribeTransactionsClientMockRecorder

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

MockLightning_SubscribeTransactionsClientMockRecorder is the mock recorder for MockLightning_SubscribeTransactionsClient.

func (*MockLightning_SubscribeTransactionsClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockLightning_SubscribeTransactionsClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeTransactionsClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockLightning_SubscribeTransactionsClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockLightning_SubscribeTransactionsClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeTransactionsClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeTransactionsClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockLightning_SubscribeTransactionsServer

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

MockLightning_SubscribeTransactionsServer is a mock of Lightning_SubscribeTransactionsServer interface.

func NewMockLightning_SubscribeTransactionsServer

func NewMockLightning_SubscribeTransactionsServer(ctrl *gomock.Controller) *MockLightning_SubscribeTransactionsServer

NewMockLightning_SubscribeTransactionsServer creates a new mock instance.

func (*MockLightning_SubscribeTransactionsServer) Context

Context mocks base method.

func (*MockLightning_SubscribeTransactionsServer) EXPECT

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

func (*MockLightning_SubscribeTransactionsServer) RecvMsg

func (m_2 *MockLightning_SubscribeTransactionsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockLightning_SubscribeTransactionsServer) Send

Send mocks base method.

func (*MockLightning_SubscribeTransactionsServer) SendHeader

SendHeader mocks base method.

func (*MockLightning_SubscribeTransactionsServer) SendMsg

func (m_2 *MockLightning_SubscribeTransactionsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockLightning_SubscribeTransactionsServer) SetHeader

SetHeader mocks base method.

func (*MockLightning_SubscribeTransactionsServer) SetTrailer

SetTrailer mocks base method.

type MockLightning_SubscribeTransactionsServerMockRecorder

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

MockLightning_SubscribeTransactionsServerMockRecorder is the mock recorder for MockLightning_SubscribeTransactionsServer.

func (*MockLightning_SubscribeTransactionsServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockLightning_SubscribeTransactionsServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockLightning_SubscribeTransactionsServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockLightning_SubscribeTransactionsServerMockRecorder) SendHeader

func (mr *MockLightning_SubscribeTransactionsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockLightning_SubscribeTransactionsServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockLightning_SubscribeTransactionsServerMockRecorder) SetHeader

func (mr *MockLightning_SubscribeTransactionsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockLightning_SubscribeTransactionsServerMockRecorder) SetTrailer

func (mr *MockLightning_SubscribeTransactionsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockRouterClient added in v0.0.49

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

MockRouterClient is a mock of RouterClient interface.

func NewMockRouterClient added in v0.0.49

func NewMockRouterClient(ctrl *gomock.Controller) *MockRouterClient

NewMockRouterClient creates a new mock instance.

func (*MockRouterClient) BuildRoute added in v0.0.49

BuildRoute mocks base method.

func (*MockRouterClient) EXPECT added in v0.0.49

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

func (*MockRouterClient) EstimateRouteFee added in v0.0.49

EstimateRouteFee mocks base method.

func (*MockRouterClient) GetMissionControlConfig added in v0.0.49

GetMissionControlConfig mocks base method.

func (*MockRouterClient) HtlcInterceptor added in v0.0.49

HtlcInterceptor mocks base method.

func (*MockRouterClient) QueryMissionControl added in v0.0.49

QueryMissionControl mocks base method.

func (*MockRouterClient) QueryProbability added in v0.0.49

QueryProbability mocks base method.

func (*MockRouterClient) ResetMissionControl added in v0.0.49

ResetMissionControl mocks base method.

func (*MockRouterClient) SendPayment added in v0.0.49

SendPayment mocks base method.

func (*MockRouterClient) SendPaymentV2 added in v0.0.49

SendPaymentV2 mocks base method.

func (*MockRouterClient) SendToRoute added in v0.0.49

SendToRoute mocks base method.

func (*MockRouterClient) SendToRouteV2 added in v0.0.49

SendToRouteV2 mocks base method.

func (*MockRouterClient) SetMissionControlConfig added in v0.0.49

SetMissionControlConfig mocks base method.

func (*MockRouterClient) SubscribeHtlcEvents added in v0.0.49

SubscribeHtlcEvents mocks base method.

func (*MockRouterClient) TrackPayment added in v0.0.49

TrackPayment mocks base method.

func (*MockRouterClient) TrackPaymentV2 added in v0.0.49

TrackPaymentV2 mocks base method.

func (*MockRouterClient) TrackPayments added in v0.2.1

TrackPayments mocks base method.

func (*MockRouterClient) UpdateChanStatus added in v0.0.49

UpdateChanStatus mocks base method.

func (*MockRouterClient) XImportMissionControl added in v0.0.49

XImportMissionControl mocks base method.

type MockRouterClientMockRecorder added in v0.0.49

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

MockRouterClientMockRecorder is the mock recorder for MockRouterClient.

func (*MockRouterClientMockRecorder) BuildRoute added in v0.0.49

func (mr *MockRouterClientMockRecorder) BuildRoute(ctx, in interface{}, opts ...interface{}) *gomock.Call

BuildRoute indicates an expected call of BuildRoute.

func (*MockRouterClientMockRecorder) EstimateRouteFee added in v0.0.49

func (mr *MockRouterClientMockRecorder) EstimateRouteFee(ctx, in interface{}, opts ...interface{}) *gomock.Call

EstimateRouteFee indicates an expected call of EstimateRouteFee.

func (*MockRouterClientMockRecorder) GetMissionControlConfig added in v0.0.49

func (mr *MockRouterClientMockRecorder) GetMissionControlConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call

GetMissionControlConfig indicates an expected call of GetMissionControlConfig.

func (*MockRouterClientMockRecorder) HtlcInterceptor added in v0.0.49

func (mr *MockRouterClientMockRecorder) HtlcInterceptor(ctx interface{}, opts ...interface{}) *gomock.Call

HtlcInterceptor indicates an expected call of HtlcInterceptor.

func (*MockRouterClientMockRecorder) QueryMissionControl added in v0.0.49

func (mr *MockRouterClientMockRecorder) QueryMissionControl(ctx, in interface{}, opts ...interface{}) *gomock.Call

QueryMissionControl indicates an expected call of QueryMissionControl.

func (*MockRouterClientMockRecorder) QueryProbability added in v0.0.49

func (mr *MockRouterClientMockRecorder) QueryProbability(ctx, in interface{}, opts ...interface{}) *gomock.Call

QueryProbability indicates an expected call of QueryProbability.

func (*MockRouterClientMockRecorder) ResetMissionControl added in v0.0.49

func (mr *MockRouterClientMockRecorder) ResetMissionControl(ctx, in interface{}, opts ...interface{}) *gomock.Call

ResetMissionControl indicates an expected call of ResetMissionControl.

func (*MockRouterClientMockRecorder) SendPayment added in v0.0.49

func (mr *MockRouterClientMockRecorder) SendPayment(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendPayment indicates an expected call of SendPayment.

func (*MockRouterClientMockRecorder) SendPaymentV2 added in v0.0.49

func (mr *MockRouterClientMockRecorder) SendPaymentV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendPaymentV2 indicates an expected call of SendPaymentV2.

func (*MockRouterClientMockRecorder) SendToRoute added in v0.0.49

func (mr *MockRouterClientMockRecorder) SendToRoute(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendToRoute indicates an expected call of SendToRoute.

func (*MockRouterClientMockRecorder) SendToRouteV2 added in v0.0.49

func (mr *MockRouterClientMockRecorder) SendToRouteV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

SendToRouteV2 indicates an expected call of SendToRouteV2.

func (*MockRouterClientMockRecorder) SetMissionControlConfig added in v0.0.49

func (mr *MockRouterClientMockRecorder) SetMissionControlConfig(ctx, in interface{}, opts ...interface{}) *gomock.Call

SetMissionControlConfig indicates an expected call of SetMissionControlConfig.

func (*MockRouterClientMockRecorder) SubscribeHtlcEvents added in v0.0.49

func (mr *MockRouterClientMockRecorder) SubscribeHtlcEvents(ctx, in interface{}, opts ...interface{}) *gomock.Call

SubscribeHtlcEvents indicates an expected call of SubscribeHtlcEvents.

func (*MockRouterClientMockRecorder) TrackPayment added in v0.0.49

func (mr *MockRouterClientMockRecorder) TrackPayment(ctx, in interface{}, opts ...interface{}) *gomock.Call

TrackPayment indicates an expected call of TrackPayment.

func (*MockRouterClientMockRecorder) TrackPaymentV2 added in v0.0.49

func (mr *MockRouterClientMockRecorder) TrackPaymentV2(ctx, in interface{}, opts ...interface{}) *gomock.Call

TrackPaymentV2 indicates an expected call of TrackPaymentV2.

func (*MockRouterClientMockRecorder) TrackPayments added in v0.2.1

func (mr *MockRouterClientMockRecorder) TrackPayments(ctx, in interface{}, opts ...interface{}) *gomock.Call

TrackPayments indicates an expected call of TrackPayments.

func (*MockRouterClientMockRecorder) UpdateChanStatus added in v0.0.49

func (mr *MockRouterClientMockRecorder) UpdateChanStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call

UpdateChanStatus indicates an expected call of UpdateChanStatus.

func (*MockRouterClientMockRecorder) XImportMissionControl added in v0.0.49

func (mr *MockRouterClientMockRecorder) XImportMissionControl(ctx, in interface{}, opts ...interface{}) *gomock.Call

XImportMissionControl indicates an expected call of XImportMissionControl.

type MockRouterServer added in v0.0.49

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

MockRouterServer is a mock of RouterServer interface.

func NewMockRouterServer added in v0.0.49

func NewMockRouterServer(ctrl *gomock.Controller) *MockRouterServer

NewMockRouterServer creates a new mock instance.

func (*MockRouterServer) BuildRoute added in v0.0.49

BuildRoute mocks base method.

func (*MockRouterServer) EXPECT added in v0.0.49

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

func (*MockRouterServer) EstimateRouteFee added in v0.0.49

EstimateRouteFee mocks base method.

func (*MockRouterServer) GetMissionControlConfig added in v0.0.49

GetMissionControlConfig mocks base method.

func (*MockRouterServer) HtlcInterceptor added in v0.0.49

HtlcInterceptor mocks base method.

func (*MockRouterServer) QueryMissionControl added in v0.0.49

QueryMissionControl mocks base method.

func (*MockRouterServer) QueryProbability added in v0.0.49

QueryProbability mocks base method.

func (*MockRouterServer) ResetMissionControl added in v0.0.49

ResetMissionControl mocks base method.

func (*MockRouterServer) SendPayment added in v0.0.49

SendPayment mocks base method.

func (*MockRouterServer) SendPaymentV2 added in v0.0.49

SendPaymentV2 mocks base method.

func (*MockRouterServer) SendToRoute added in v0.0.49

SendToRoute mocks base method.

func (*MockRouterServer) SendToRouteV2 added in v0.0.49

SendToRouteV2 mocks base method.

func (*MockRouterServer) SetMissionControlConfig added in v0.0.49

SetMissionControlConfig mocks base method.

func (*MockRouterServer) SubscribeHtlcEvents added in v0.0.49

SubscribeHtlcEvents mocks base method.

func (*MockRouterServer) TrackPayment added in v0.0.49

TrackPayment mocks base method.

func (*MockRouterServer) TrackPaymentV2 added in v0.0.49

TrackPaymentV2 mocks base method.

func (*MockRouterServer) TrackPayments added in v0.2.1

TrackPayments mocks base method.

func (*MockRouterServer) UpdateChanStatus added in v0.0.49

UpdateChanStatus mocks base method.

func (*MockRouterServer) XImportMissionControl added in v0.0.49

XImportMissionControl mocks base method.

type MockRouterServerMockRecorder added in v0.0.49

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

MockRouterServerMockRecorder is the mock recorder for MockRouterServer.

func (*MockRouterServerMockRecorder) BuildRoute added in v0.0.49

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

BuildRoute indicates an expected call of BuildRoute.

func (*MockRouterServerMockRecorder) EstimateRouteFee added in v0.0.49

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

EstimateRouteFee indicates an expected call of EstimateRouteFee.

func (*MockRouterServerMockRecorder) GetMissionControlConfig added in v0.0.49

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

GetMissionControlConfig indicates an expected call of GetMissionControlConfig.

func (*MockRouterServerMockRecorder) HtlcInterceptor added in v0.0.49

func (mr *MockRouterServerMockRecorder) HtlcInterceptor(arg0 interface{}) *gomock.Call

HtlcInterceptor indicates an expected call of HtlcInterceptor.

func (*MockRouterServerMockRecorder) QueryMissionControl added in v0.0.49

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

QueryMissionControl indicates an expected call of QueryMissionControl.

func (*MockRouterServerMockRecorder) QueryProbability added in v0.0.49

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

QueryProbability indicates an expected call of QueryProbability.

func (*MockRouterServerMockRecorder) ResetMissionControl added in v0.0.49

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

ResetMissionControl indicates an expected call of ResetMissionControl.

func (*MockRouterServerMockRecorder) SendPayment added in v0.0.49

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

SendPayment indicates an expected call of SendPayment.

func (*MockRouterServerMockRecorder) SendPaymentV2 added in v0.0.49

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

SendPaymentV2 indicates an expected call of SendPaymentV2.

func (*MockRouterServerMockRecorder) SendToRoute added in v0.0.49

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

SendToRoute indicates an expected call of SendToRoute.

func (*MockRouterServerMockRecorder) SendToRouteV2 added in v0.0.49

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

SendToRouteV2 indicates an expected call of SendToRouteV2.

func (*MockRouterServerMockRecorder) SetMissionControlConfig added in v0.0.49

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

SetMissionControlConfig indicates an expected call of SetMissionControlConfig.

func (*MockRouterServerMockRecorder) SubscribeHtlcEvents added in v0.0.49

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

SubscribeHtlcEvents indicates an expected call of SubscribeHtlcEvents.

func (*MockRouterServerMockRecorder) TrackPayment added in v0.0.49

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

TrackPayment indicates an expected call of TrackPayment.

func (*MockRouterServerMockRecorder) TrackPaymentV2 added in v0.0.49

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

TrackPaymentV2 indicates an expected call of TrackPaymentV2.

func (*MockRouterServerMockRecorder) TrackPayments added in v0.2.1

func (mr *MockRouterServerMockRecorder) TrackPayments(arg0, arg1 interface{}) *gomock.Call

TrackPayments indicates an expected call of TrackPayments.

func (*MockRouterServerMockRecorder) UpdateChanStatus added in v0.0.49

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

UpdateChanStatus indicates an expected call of UpdateChanStatus.

func (*MockRouterServerMockRecorder) XImportMissionControl added in v0.0.49

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

XImportMissionControl indicates an expected call of XImportMissionControl.

type MockRouter_HtlcInterceptorClient added in v0.0.49

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

MockRouter_HtlcInterceptorClient is a mock of Router_HtlcInterceptorClient interface.

func NewMockRouter_HtlcInterceptorClient added in v0.0.49

func NewMockRouter_HtlcInterceptorClient(ctrl *gomock.Controller) *MockRouter_HtlcInterceptorClient

NewMockRouter_HtlcInterceptorClient creates a new mock instance.

func (*MockRouter_HtlcInterceptorClient) CloseSend added in v0.0.49

func (m *MockRouter_HtlcInterceptorClient) CloseSend() error

CloseSend mocks base method.

func (*MockRouter_HtlcInterceptorClient) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_HtlcInterceptorClient) EXPECT added in v0.0.49

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

func (*MockRouter_HtlcInterceptorClient) Header added in v0.0.49

Header mocks base method.

func (*MockRouter_HtlcInterceptorClient) Recv added in v0.0.49

Recv mocks base method.

func (*MockRouter_HtlcInterceptorClient) RecvMsg added in v0.0.49

func (m_2 *MockRouter_HtlcInterceptorClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_HtlcInterceptorClient) Send added in v0.0.49

Send mocks base method.

func (*MockRouter_HtlcInterceptorClient) SendMsg added in v0.0.49

func (m_2 *MockRouter_HtlcInterceptorClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_HtlcInterceptorClient) Trailer added in v0.0.49

Trailer mocks base method.

type MockRouter_HtlcInterceptorClientMockRecorder added in v0.0.49

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

MockRouter_HtlcInterceptorClientMockRecorder is the mock recorder for MockRouter_HtlcInterceptorClient.

func (*MockRouter_HtlcInterceptorClientMockRecorder) CloseSend added in v0.0.49

CloseSend indicates an expected call of CloseSend.

func (*MockRouter_HtlcInterceptorClientMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_HtlcInterceptorClientMockRecorder) Header added in v0.0.49

Header indicates an expected call of Header.

func (*MockRouter_HtlcInterceptorClientMockRecorder) Recv added in v0.0.49

Recv indicates an expected call of Recv.

func (*MockRouter_HtlcInterceptorClientMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_HtlcInterceptorClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_HtlcInterceptorClientMockRecorder) Send added in v0.0.49

func (mr *MockRouter_HtlcInterceptorClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_HtlcInterceptorClientMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_HtlcInterceptorClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_HtlcInterceptorClientMockRecorder) Trailer added in v0.0.49

Trailer indicates an expected call of Trailer.

type MockRouter_HtlcInterceptorServer added in v0.0.49

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

MockRouter_HtlcInterceptorServer is a mock of Router_HtlcInterceptorServer interface.

func NewMockRouter_HtlcInterceptorServer added in v0.0.49

func NewMockRouter_HtlcInterceptorServer(ctrl *gomock.Controller) *MockRouter_HtlcInterceptorServer

NewMockRouter_HtlcInterceptorServer creates a new mock instance.

func (*MockRouter_HtlcInterceptorServer) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_HtlcInterceptorServer) EXPECT added in v0.0.49

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

func (*MockRouter_HtlcInterceptorServer) Recv added in v0.0.49

Recv mocks base method.

func (*MockRouter_HtlcInterceptorServer) RecvMsg added in v0.0.49

func (m_2 *MockRouter_HtlcInterceptorServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_HtlcInterceptorServer) Send added in v0.0.49

Send mocks base method.

func (*MockRouter_HtlcInterceptorServer) SendHeader added in v0.0.49

func (m *MockRouter_HtlcInterceptorServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockRouter_HtlcInterceptorServer) SendMsg added in v0.0.49

func (m_2 *MockRouter_HtlcInterceptorServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_HtlcInterceptorServer) SetHeader added in v0.0.49

SetHeader mocks base method.

func (*MockRouter_HtlcInterceptorServer) SetTrailer added in v0.0.49

func (m *MockRouter_HtlcInterceptorServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockRouter_HtlcInterceptorServerMockRecorder added in v0.0.49

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

MockRouter_HtlcInterceptorServerMockRecorder is the mock recorder for MockRouter_HtlcInterceptorServer.

func (*MockRouter_HtlcInterceptorServerMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_HtlcInterceptorServerMockRecorder) Recv added in v0.0.49

Recv indicates an expected call of Recv.

func (*MockRouter_HtlcInterceptorServerMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_HtlcInterceptorServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_HtlcInterceptorServerMockRecorder) Send added in v0.0.49

func (mr *MockRouter_HtlcInterceptorServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_HtlcInterceptorServerMockRecorder) SendHeader added in v0.0.49

func (mr *MockRouter_HtlcInterceptorServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockRouter_HtlcInterceptorServerMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_HtlcInterceptorServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_HtlcInterceptorServerMockRecorder) SetHeader added in v0.0.49

func (mr *MockRouter_HtlcInterceptorServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockRouter_HtlcInterceptorServerMockRecorder) SetTrailer added in v0.0.49

func (mr *MockRouter_HtlcInterceptorServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockRouter_SendPaymentClient added in v0.0.49

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

MockRouter_SendPaymentClient is a mock of Router_SendPaymentClient interface.

func NewMockRouter_SendPaymentClient added in v0.0.49

func NewMockRouter_SendPaymentClient(ctrl *gomock.Controller) *MockRouter_SendPaymentClient

NewMockRouter_SendPaymentClient creates a new mock instance.

func (*MockRouter_SendPaymentClient) CloseSend added in v0.0.49

func (m *MockRouter_SendPaymentClient) CloseSend() error

CloseSend mocks base method.

func (*MockRouter_SendPaymentClient) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_SendPaymentClient) EXPECT added in v0.0.49

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

func (*MockRouter_SendPaymentClient) Header added in v0.0.49

Header mocks base method.

func (*MockRouter_SendPaymentClient) Recv added in v0.0.49

Recv mocks base method.

func (*MockRouter_SendPaymentClient) RecvMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_SendPaymentClient) SendMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_SendPaymentClient) Trailer added in v0.0.49

Trailer mocks base method.

type MockRouter_SendPaymentClientMockRecorder added in v0.0.49

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

MockRouter_SendPaymentClientMockRecorder is the mock recorder for MockRouter_SendPaymentClient.

func (*MockRouter_SendPaymentClientMockRecorder) CloseSend added in v0.0.49

CloseSend indicates an expected call of CloseSend.

func (*MockRouter_SendPaymentClientMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_SendPaymentClientMockRecorder) Header added in v0.0.49

Header indicates an expected call of Header.

func (*MockRouter_SendPaymentClientMockRecorder) Recv added in v0.0.49

Recv indicates an expected call of Recv.

func (*MockRouter_SendPaymentClientMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_SendPaymentClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_SendPaymentClientMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_SendPaymentClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_SendPaymentClientMockRecorder) Trailer added in v0.0.49

Trailer indicates an expected call of Trailer.

type MockRouter_SendPaymentServer added in v0.0.49

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

MockRouter_SendPaymentServer is a mock of Router_SendPaymentServer interface.

func NewMockRouter_SendPaymentServer added in v0.0.49

func NewMockRouter_SendPaymentServer(ctrl *gomock.Controller) *MockRouter_SendPaymentServer

NewMockRouter_SendPaymentServer creates a new mock instance.

func (*MockRouter_SendPaymentServer) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_SendPaymentServer) EXPECT added in v0.0.49

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

func (*MockRouter_SendPaymentServer) RecvMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_SendPaymentServer) Send added in v0.0.49

Send mocks base method.

func (*MockRouter_SendPaymentServer) SendHeader added in v0.0.49

func (m *MockRouter_SendPaymentServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockRouter_SendPaymentServer) SendMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_SendPaymentServer) SetHeader added in v0.0.49

func (m *MockRouter_SendPaymentServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockRouter_SendPaymentServer) SetTrailer added in v0.0.49

func (m *MockRouter_SendPaymentServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockRouter_SendPaymentServerMockRecorder added in v0.0.49

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

MockRouter_SendPaymentServerMockRecorder is the mock recorder for MockRouter_SendPaymentServer.

func (*MockRouter_SendPaymentServerMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_SendPaymentServerMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_SendPaymentServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_SendPaymentServerMockRecorder) Send added in v0.0.49

func (mr *MockRouter_SendPaymentServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_SendPaymentServerMockRecorder) SendHeader added in v0.0.49

func (mr *MockRouter_SendPaymentServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockRouter_SendPaymentServerMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_SendPaymentServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_SendPaymentServerMockRecorder) SetHeader added in v0.0.49

func (mr *MockRouter_SendPaymentServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockRouter_SendPaymentServerMockRecorder) SetTrailer added in v0.0.49

func (mr *MockRouter_SendPaymentServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockRouter_SendPaymentV2Client added in v0.0.49

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

MockRouter_SendPaymentV2Client is a mock of Router_SendPaymentV2Client interface.

func NewMockRouter_SendPaymentV2Client added in v0.0.49

func NewMockRouter_SendPaymentV2Client(ctrl *gomock.Controller) *MockRouter_SendPaymentV2Client

NewMockRouter_SendPaymentV2Client creates a new mock instance.

func (*MockRouter_SendPaymentV2Client) CloseSend added in v0.0.49

func (m *MockRouter_SendPaymentV2Client) CloseSend() error

CloseSend mocks base method.

func (*MockRouter_SendPaymentV2Client) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_SendPaymentV2Client) EXPECT added in v0.0.49

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

func (*MockRouter_SendPaymentV2Client) Header added in v0.0.49

Header mocks base method.

func (*MockRouter_SendPaymentV2Client) Recv added in v0.0.49

Recv mocks base method.

func (*MockRouter_SendPaymentV2Client) RecvMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentV2Client) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_SendPaymentV2Client) SendMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentV2Client) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_SendPaymentV2Client) Trailer added in v0.0.49

Trailer mocks base method.

type MockRouter_SendPaymentV2ClientMockRecorder added in v0.0.49

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

MockRouter_SendPaymentV2ClientMockRecorder is the mock recorder for MockRouter_SendPaymentV2Client.

func (*MockRouter_SendPaymentV2ClientMockRecorder) CloseSend added in v0.0.49

CloseSend indicates an expected call of CloseSend.

func (*MockRouter_SendPaymentV2ClientMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_SendPaymentV2ClientMockRecorder) Header added in v0.0.49

Header indicates an expected call of Header.

func (*MockRouter_SendPaymentV2ClientMockRecorder) Recv added in v0.0.49

Recv indicates an expected call of Recv.

func (*MockRouter_SendPaymentV2ClientMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_SendPaymentV2ClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_SendPaymentV2ClientMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_SendPaymentV2ClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_SendPaymentV2ClientMockRecorder) Trailer added in v0.0.49

Trailer indicates an expected call of Trailer.

type MockRouter_SendPaymentV2Server added in v0.0.49

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

MockRouter_SendPaymentV2Server is a mock of Router_SendPaymentV2Server interface.

func NewMockRouter_SendPaymentV2Server added in v0.0.49

func NewMockRouter_SendPaymentV2Server(ctrl *gomock.Controller) *MockRouter_SendPaymentV2Server

NewMockRouter_SendPaymentV2Server creates a new mock instance.

func (*MockRouter_SendPaymentV2Server) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_SendPaymentV2Server) EXPECT added in v0.0.49

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

func (*MockRouter_SendPaymentV2Server) RecvMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentV2Server) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_SendPaymentV2Server) Send added in v0.0.49

Send mocks base method.

func (*MockRouter_SendPaymentV2Server) SendHeader added in v0.0.49

func (m *MockRouter_SendPaymentV2Server) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockRouter_SendPaymentV2Server) SendMsg added in v0.0.49

func (m_2 *MockRouter_SendPaymentV2Server) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_SendPaymentV2Server) SetHeader added in v0.0.49

func (m *MockRouter_SendPaymentV2Server) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockRouter_SendPaymentV2Server) SetTrailer added in v0.0.49

func (m *MockRouter_SendPaymentV2Server) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockRouter_SendPaymentV2ServerMockRecorder added in v0.0.49

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

MockRouter_SendPaymentV2ServerMockRecorder is the mock recorder for MockRouter_SendPaymentV2Server.

func (*MockRouter_SendPaymentV2ServerMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_SendPaymentV2ServerMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_SendPaymentV2ServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_SendPaymentV2ServerMockRecorder) Send added in v0.0.49

func (mr *MockRouter_SendPaymentV2ServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_SendPaymentV2ServerMockRecorder) SendHeader added in v0.0.49

func (mr *MockRouter_SendPaymentV2ServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockRouter_SendPaymentV2ServerMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_SendPaymentV2ServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_SendPaymentV2ServerMockRecorder) SetHeader added in v0.0.49

func (mr *MockRouter_SendPaymentV2ServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockRouter_SendPaymentV2ServerMockRecorder) SetTrailer added in v0.0.49

func (mr *MockRouter_SendPaymentV2ServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockRouter_SubscribeHtlcEventsClient added in v0.0.49

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

MockRouter_SubscribeHtlcEventsClient is a mock of Router_SubscribeHtlcEventsClient interface.

func NewMockRouter_SubscribeHtlcEventsClient added in v0.0.49

func NewMockRouter_SubscribeHtlcEventsClient(ctrl *gomock.Controller) *MockRouter_SubscribeHtlcEventsClient

NewMockRouter_SubscribeHtlcEventsClient creates a new mock instance.

func (*MockRouter_SubscribeHtlcEventsClient) CloseSend added in v0.0.49

CloseSend mocks base method.

func (*MockRouter_SubscribeHtlcEventsClient) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_SubscribeHtlcEventsClient) EXPECT added in v0.0.49

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

func (*MockRouter_SubscribeHtlcEventsClient) Header added in v0.0.49

Header mocks base method.

func (*MockRouter_SubscribeHtlcEventsClient) Recv added in v0.0.49

Recv mocks base method.

func (*MockRouter_SubscribeHtlcEventsClient) RecvMsg added in v0.0.49

func (m_2 *MockRouter_SubscribeHtlcEventsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_SubscribeHtlcEventsClient) SendMsg added in v0.0.49

func (m_2 *MockRouter_SubscribeHtlcEventsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_SubscribeHtlcEventsClient) Trailer added in v0.0.49

Trailer mocks base method.

type MockRouter_SubscribeHtlcEventsClientMockRecorder added in v0.0.49

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

MockRouter_SubscribeHtlcEventsClientMockRecorder is the mock recorder for MockRouter_SubscribeHtlcEventsClient.

func (*MockRouter_SubscribeHtlcEventsClientMockRecorder) CloseSend added in v0.0.49

CloseSend indicates an expected call of CloseSend.

func (*MockRouter_SubscribeHtlcEventsClientMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_SubscribeHtlcEventsClientMockRecorder) Header added in v0.0.49

Header indicates an expected call of Header.

func (*MockRouter_SubscribeHtlcEventsClientMockRecorder) Recv added in v0.0.49

Recv indicates an expected call of Recv.

func (*MockRouter_SubscribeHtlcEventsClientMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_SubscribeHtlcEventsClientMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_SubscribeHtlcEventsClientMockRecorder) Trailer added in v0.0.49

Trailer indicates an expected call of Trailer.

type MockRouter_SubscribeHtlcEventsServer added in v0.0.49

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

MockRouter_SubscribeHtlcEventsServer is a mock of Router_SubscribeHtlcEventsServer interface.

func NewMockRouter_SubscribeHtlcEventsServer added in v0.0.49

func NewMockRouter_SubscribeHtlcEventsServer(ctrl *gomock.Controller) *MockRouter_SubscribeHtlcEventsServer

NewMockRouter_SubscribeHtlcEventsServer creates a new mock instance.

func (*MockRouter_SubscribeHtlcEventsServer) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_SubscribeHtlcEventsServer) EXPECT added in v0.0.49

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

func (*MockRouter_SubscribeHtlcEventsServer) RecvMsg added in v0.0.49

func (m_2 *MockRouter_SubscribeHtlcEventsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_SubscribeHtlcEventsServer) Send added in v0.0.49

Send mocks base method.

func (*MockRouter_SubscribeHtlcEventsServer) SendHeader added in v0.0.49

SendHeader mocks base method.

func (*MockRouter_SubscribeHtlcEventsServer) SendMsg added in v0.0.49

func (m_2 *MockRouter_SubscribeHtlcEventsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_SubscribeHtlcEventsServer) SetHeader added in v0.0.49

SetHeader mocks base method.

func (*MockRouter_SubscribeHtlcEventsServer) SetTrailer added in v0.0.49

func (m *MockRouter_SubscribeHtlcEventsServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockRouter_SubscribeHtlcEventsServerMockRecorder added in v0.0.49

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

MockRouter_SubscribeHtlcEventsServerMockRecorder is the mock recorder for MockRouter_SubscribeHtlcEventsServer.

func (*MockRouter_SubscribeHtlcEventsServerMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_SubscribeHtlcEventsServerMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_SubscribeHtlcEventsServerMockRecorder) Send added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_SubscribeHtlcEventsServerMockRecorder) SendHeader added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockRouter_SubscribeHtlcEventsServerMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_SubscribeHtlcEventsServerMockRecorder) SetHeader added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockRouter_SubscribeHtlcEventsServerMockRecorder) SetTrailer added in v0.0.49

func (mr *MockRouter_SubscribeHtlcEventsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockRouter_TrackPaymentClient added in v0.0.49

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

MockRouter_TrackPaymentClient is a mock of Router_TrackPaymentClient interface.

func NewMockRouter_TrackPaymentClient added in v0.0.49

func NewMockRouter_TrackPaymentClient(ctrl *gomock.Controller) *MockRouter_TrackPaymentClient

NewMockRouter_TrackPaymentClient creates a new mock instance.

func (*MockRouter_TrackPaymentClient) CloseSend added in v0.0.49

func (m *MockRouter_TrackPaymentClient) CloseSend() error

CloseSend mocks base method.

func (*MockRouter_TrackPaymentClient) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_TrackPaymentClient) EXPECT added in v0.0.49

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

func (*MockRouter_TrackPaymentClient) Header added in v0.0.49

Header mocks base method.

func (*MockRouter_TrackPaymentClient) Recv added in v0.0.49

Recv mocks base method.

func (*MockRouter_TrackPaymentClient) RecvMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_TrackPaymentClient) SendMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_TrackPaymentClient) Trailer added in v0.0.49

Trailer mocks base method.

type MockRouter_TrackPaymentClientMockRecorder added in v0.0.49

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

MockRouter_TrackPaymentClientMockRecorder is the mock recorder for MockRouter_TrackPaymentClient.

func (*MockRouter_TrackPaymentClientMockRecorder) CloseSend added in v0.0.49

CloseSend indicates an expected call of CloseSend.

func (*MockRouter_TrackPaymentClientMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_TrackPaymentClientMockRecorder) Header added in v0.0.49

Header indicates an expected call of Header.

func (*MockRouter_TrackPaymentClientMockRecorder) Recv added in v0.0.49

Recv indicates an expected call of Recv.

func (*MockRouter_TrackPaymentClientMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_TrackPaymentClientMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_TrackPaymentClientMockRecorder) Trailer added in v0.0.49

Trailer indicates an expected call of Trailer.

type MockRouter_TrackPaymentServer added in v0.0.49

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

MockRouter_TrackPaymentServer is a mock of Router_TrackPaymentServer interface.

func NewMockRouter_TrackPaymentServer added in v0.0.49

func NewMockRouter_TrackPaymentServer(ctrl *gomock.Controller) *MockRouter_TrackPaymentServer

NewMockRouter_TrackPaymentServer creates a new mock instance.

func (*MockRouter_TrackPaymentServer) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_TrackPaymentServer) EXPECT added in v0.0.49

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

func (*MockRouter_TrackPaymentServer) RecvMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_TrackPaymentServer) Send added in v0.0.49

Send mocks base method.

func (*MockRouter_TrackPaymentServer) SendHeader added in v0.0.49

func (m *MockRouter_TrackPaymentServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockRouter_TrackPaymentServer) SendMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_TrackPaymentServer) SetHeader added in v0.0.49

func (m *MockRouter_TrackPaymentServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockRouter_TrackPaymentServer) SetTrailer added in v0.0.49

func (m *MockRouter_TrackPaymentServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockRouter_TrackPaymentServerMockRecorder added in v0.0.49

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

MockRouter_TrackPaymentServerMockRecorder is the mock recorder for MockRouter_TrackPaymentServer.

func (*MockRouter_TrackPaymentServerMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_TrackPaymentServerMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_TrackPaymentServerMockRecorder) Send added in v0.0.49

func (mr *MockRouter_TrackPaymentServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_TrackPaymentServerMockRecorder) SendHeader added in v0.0.49

func (mr *MockRouter_TrackPaymentServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockRouter_TrackPaymentServerMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_TrackPaymentServerMockRecorder) SetHeader added in v0.0.49

func (mr *MockRouter_TrackPaymentServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockRouter_TrackPaymentServerMockRecorder) SetTrailer added in v0.0.49

func (mr *MockRouter_TrackPaymentServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockRouter_TrackPaymentV2Client added in v0.0.49

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

MockRouter_TrackPaymentV2Client is a mock of Router_TrackPaymentV2Client interface.

func NewMockRouter_TrackPaymentV2Client added in v0.0.49

func NewMockRouter_TrackPaymentV2Client(ctrl *gomock.Controller) *MockRouter_TrackPaymentV2Client

NewMockRouter_TrackPaymentV2Client creates a new mock instance.

func (*MockRouter_TrackPaymentV2Client) CloseSend added in v0.0.49

func (m *MockRouter_TrackPaymentV2Client) CloseSend() error

CloseSend mocks base method.

func (*MockRouter_TrackPaymentV2Client) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_TrackPaymentV2Client) EXPECT added in v0.0.49

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

func (*MockRouter_TrackPaymentV2Client) Header added in v0.0.49

Header mocks base method.

func (*MockRouter_TrackPaymentV2Client) Recv added in v0.0.49

Recv mocks base method.

func (*MockRouter_TrackPaymentV2Client) RecvMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentV2Client) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_TrackPaymentV2Client) SendMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentV2Client) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_TrackPaymentV2Client) Trailer added in v0.0.49

Trailer mocks base method.

type MockRouter_TrackPaymentV2ClientMockRecorder added in v0.0.49

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

MockRouter_TrackPaymentV2ClientMockRecorder is the mock recorder for MockRouter_TrackPaymentV2Client.

func (*MockRouter_TrackPaymentV2ClientMockRecorder) CloseSend added in v0.0.49

CloseSend indicates an expected call of CloseSend.

func (*MockRouter_TrackPaymentV2ClientMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_TrackPaymentV2ClientMockRecorder) Header added in v0.0.49

Header indicates an expected call of Header.

func (*MockRouter_TrackPaymentV2ClientMockRecorder) Recv added in v0.0.49

Recv indicates an expected call of Recv.

func (*MockRouter_TrackPaymentV2ClientMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_TrackPaymentV2ClientMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_TrackPaymentV2ClientMockRecorder) Trailer added in v0.0.49

Trailer indicates an expected call of Trailer.

type MockRouter_TrackPaymentV2Server added in v0.0.49

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

MockRouter_TrackPaymentV2Server is a mock of Router_TrackPaymentV2Server interface.

func NewMockRouter_TrackPaymentV2Server added in v0.0.49

func NewMockRouter_TrackPaymentV2Server(ctrl *gomock.Controller) *MockRouter_TrackPaymentV2Server

NewMockRouter_TrackPaymentV2Server creates a new mock instance.

func (*MockRouter_TrackPaymentV2Server) Context added in v0.0.49

Context mocks base method.

func (*MockRouter_TrackPaymentV2Server) EXPECT added in v0.0.49

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

func (*MockRouter_TrackPaymentV2Server) RecvMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentV2Server) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_TrackPaymentV2Server) Send added in v0.0.49

Send mocks base method.

func (*MockRouter_TrackPaymentV2Server) SendHeader added in v0.0.49

func (m *MockRouter_TrackPaymentV2Server) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockRouter_TrackPaymentV2Server) SendMsg added in v0.0.49

func (m_2 *MockRouter_TrackPaymentV2Server) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_TrackPaymentV2Server) SetHeader added in v0.0.49

func (m *MockRouter_TrackPaymentV2Server) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockRouter_TrackPaymentV2Server) SetTrailer added in v0.0.49

func (m *MockRouter_TrackPaymentV2Server) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockRouter_TrackPaymentV2ServerMockRecorder added in v0.0.49

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

MockRouter_TrackPaymentV2ServerMockRecorder is the mock recorder for MockRouter_TrackPaymentV2Server.

func (*MockRouter_TrackPaymentV2ServerMockRecorder) Context added in v0.0.49

Context indicates an expected call of Context.

func (*MockRouter_TrackPaymentV2ServerMockRecorder) RecvMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_TrackPaymentV2ServerMockRecorder) Send added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_TrackPaymentV2ServerMockRecorder) SendHeader added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockRouter_TrackPaymentV2ServerMockRecorder) SendMsg added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_TrackPaymentV2ServerMockRecorder) SetHeader added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockRouter_TrackPaymentV2ServerMockRecorder) SetTrailer added in v0.0.49

func (mr *MockRouter_TrackPaymentV2ServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockRouter_TrackPaymentsClient added in v0.2.1

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

MockRouter_TrackPaymentsClient is a mock of Router_TrackPaymentsClient interface.

func NewMockRouter_TrackPaymentsClient added in v0.2.1

func NewMockRouter_TrackPaymentsClient(ctrl *gomock.Controller) *MockRouter_TrackPaymentsClient

NewMockRouter_TrackPaymentsClient creates a new mock instance.

func (*MockRouter_TrackPaymentsClient) CloseSend added in v0.2.1

func (m *MockRouter_TrackPaymentsClient) CloseSend() error

CloseSend mocks base method.

func (*MockRouter_TrackPaymentsClient) Context added in v0.2.1

Context mocks base method.

func (*MockRouter_TrackPaymentsClient) EXPECT added in v0.2.1

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

func (*MockRouter_TrackPaymentsClient) Header added in v0.2.1

Header mocks base method.

func (*MockRouter_TrackPaymentsClient) Recv added in v0.2.1

Recv mocks base method.

func (*MockRouter_TrackPaymentsClient) RecvMsg added in v0.2.1

func (m_2 *MockRouter_TrackPaymentsClient) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_TrackPaymentsClient) SendMsg added in v0.2.1

func (m_2 *MockRouter_TrackPaymentsClient) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_TrackPaymentsClient) Trailer added in v0.2.1

Trailer mocks base method.

type MockRouter_TrackPaymentsClientMockRecorder added in v0.2.1

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

MockRouter_TrackPaymentsClientMockRecorder is the mock recorder for MockRouter_TrackPaymentsClient.

func (*MockRouter_TrackPaymentsClientMockRecorder) CloseSend added in v0.2.1

CloseSend indicates an expected call of CloseSend.

func (*MockRouter_TrackPaymentsClientMockRecorder) Context added in v0.2.1

Context indicates an expected call of Context.

func (*MockRouter_TrackPaymentsClientMockRecorder) Header added in v0.2.1

Header indicates an expected call of Header.

func (*MockRouter_TrackPaymentsClientMockRecorder) Recv added in v0.2.1

Recv indicates an expected call of Recv.

func (*MockRouter_TrackPaymentsClientMockRecorder) RecvMsg added in v0.2.1

func (mr *MockRouter_TrackPaymentsClientMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_TrackPaymentsClientMockRecorder) SendMsg added in v0.2.1

func (mr *MockRouter_TrackPaymentsClientMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_TrackPaymentsClientMockRecorder) Trailer added in v0.2.1

Trailer indicates an expected call of Trailer.

type MockRouter_TrackPaymentsServer added in v0.2.1

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

MockRouter_TrackPaymentsServer is a mock of Router_TrackPaymentsServer interface.

func NewMockRouter_TrackPaymentsServer added in v0.2.1

func NewMockRouter_TrackPaymentsServer(ctrl *gomock.Controller) *MockRouter_TrackPaymentsServer

NewMockRouter_TrackPaymentsServer creates a new mock instance.

func (*MockRouter_TrackPaymentsServer) Context added in v0.2.1

Context mocks base method.

func (*MockRouter_TrackPaymentsServer) EXPECT added in v0.2.1

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

func (*MockRouter_TrackPaymentsServer) RecvMsg added in v0.2.1

func (m_2 *MockRouter_TrackPaymentsServer) RecvMsg(m interface{}) error

RecvMsg mocks base method.

func (*MockRouter_TrackPaymentsServer) Send added in v0.2.1

Send mocks base method.

func (*MockRouter_TrackPaymentsServer) SendHeader added in v0.2.1

func (m *MockRouter_TrackPaymentsServer) SendHeader(arg0 metadata.MD) error

SendHeader mocks base method.

func (*MockRouter_TrackPaymentsServer) SendMsg added in v0.2.1

func (m_2 *MockRouter_TrackPaymentsServer) SendMsg(m interface{}) error

SendMsg mocks base method.

func (*MockRouter_TrackPaymentsServer) SetHeader added in v0.2.1

func (m *MockRouter_TrackPaymentsServer) SetHeader(arg0 metadata.MD) error

SetHeader mocks base method.

func (*MockRouter_TrackPaymentsServer) SetTrailer added in v0.2.1

func (m *MockRouter_TrackPaymentsServer) SetTrailer(arg0 metadata.MD)

SetTrailer mocks base method.

type MockRouter_TrackPaymentsServerMockRecorder added in v0.2.1

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

MockRouter_TrackPaymentsServerMockRecorder is the mock recorder for MockRouter_TrackPaymentsServer.

func (*MockRouter_TrackPaymentsServerMockRecorder) Context added in v0.2.1

Context indicates an expected call of Context.

func (*MockRouter_TrackPaymentsServerMockRecorder) RecvMsg added in v0.2.1

func (mr *MockRouter_TrackPaymentsServerMockRecorder) RecvMsg(m interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockRouter_TrackPaymentsServerMockRecorder) Send added in v0.2.1

func (mr *MockRouter_TrackPaymentsServerMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockRouter_TrackPaymentsServerMockRecorder) SendHeader added in v0.2.1

func (mr *MockRouter_TrackPaymentsServerMockRecorder) SendHeader(arg0 interface{}) *gomock.Call

SendHeader indicates an expected call of SendHeader.

func (*MockRouter_TrackPaymentsServerMockRecorder) SendMsg added in v0.2.1

func (mr *MockRouter_TrackPaymentsServerMockRecorder) SendMsg(m interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockRouter_TrackPaymentsServerMockRecorder) SetHeader added in v0.2.1

func (mr *MockRouter_TrackPaymentsServerMockRecorder) SetHeader(arg0 interface{}) *gomock.Call

SetHeader indicates an expected call of SetHeader.

func (*MockRouter_TrackPaymentsServerMockRecorder) SetTrailer added in v0.2.1

func (mr *MockRouter_TrackPaymentsServerMockRecorder) SetTrailer(arg0 interface{}) *gomock.Call

SetTrailer indicates an expected call of SetTrailer.

type MockUnsafeLightningServer

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

MockUnsafeLightningServer is a mock of UnsafeLightningServer interface.

func NewMockUnsafeLightningServer

func NewMockUnsafeLightningServer(ctrl *gomock.Controller) *MockUnsafeLightningServer

NewMockUnsafeLightningServer creates a new mock instance.

func (*MockUnsafeLightningServer) EXPECT

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

type MockUnsafeLightningServerMockRecorder

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

MockUnsafeLightningServerMockRecorder is the mock recorder for MockUnsafeLightningServer.

type MockUnsafeRouterServer added in v0.0.49

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

MockUnsafeRouterServer is a mock of UnsafeRouterServer interface.

func NewMockUnsafeRouterServer added in v0.0.49

func NewMockUnsafeRouterServer(ctrl *gomock.Controller) *MockUnsafeRouterServer

NewMockUnsafeRouterServer creates a new mock instance.

func (*MockUnsafeRouterServer) EXPECT added in v0.0.49

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

type MockUnsafeRouterServerMockRecorder added in v0.0.49

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

MockUnsafeRouterServerMockRecorder is the mock recorder for MockUnsafeRouterServer.

Jump to

Keyboard shortcuts

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