Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastServer ¶
type BroadcastServer interface { Subscribe() <-chan interface{} CancelSubscription(<-chan interface{}) }
func NewBroadcastServer ¶
func NewBroadcastServer(ctx context.Context, source <-chan interface{}) BroadcastServer
type ChannelEvent ¶
type ChannelEvent struct { EventData Type lnrpc.ChannelEventUpdate_UpdateType `json:"type"` ChannelId int `json:"channelId"` }
type ChannelGraphEvent ¶
type ChannelGraphEvent struct { GraphEventData ChannelGraphEventData PreviousEventTime time.Time `json:"previousEventTime"` PreviousEventData ChannelGraphEventData `json:"previous"` }
type ChannelGraphEventData ¶
type GraphEventData ¶
type InvoiceEvent ¶
type NodeGraphEvent ¶
type NodeGraphEvent struct { GraphEventData NodeGraphEventData PreviousEventTime time.Time `json:"previousEventTime"` PreviousEventData NodeGraphEventData `json:"previous"` }
type NodeGraphEventData ¶
Click to show internal directories.
Click to hide internal directories.