Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelEvent ¶
type ChannelEvent struct { EventTime time.Time `json:"eventTime" db:"event_time"` EventType lnrpc.ChannelEventUpdate_UpdateType `json:"eventType" db:"event_type"` ChannelId int `json:"channelId" db:"channel_id"` Imported bool `json:"imported" db:"imported"` Event string `json:"event" db:"event"` NodeId int `json:"nodeId" db:"node_id"` }
Click to show internal directories.
Click to hide internal directories.