mirror of
https://github.com/aljazceru/lspd.git
synced 2025-12-21 15:54:25 +01:00
cln_plugin: custommsg support
This commit is contained in:
@@ -115,3 +115,8 @@ type LogNotification struct {
|
||||
Level string `json:"level"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
|
||||
type CustomMessageRequest struct {
|
||||
PeerId string `json:"peer_id"`
|
||||
Payload string `json:"payload"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user