add webhook module

This commit is contained in:
Roei Erez
2023-12-14 11:41:48 +02:00
parent 196d7ecf33
commit 16c4d36e4a

View File

@@ -14,6 +14,7 @@ mod send_payment;
mod send_spontaneous_payment; mod send_spontaneous_payment;
mod service_status; mod service_status;
mod static_channel_backup; mod static_channel_backup;
mod webhook;
use anyhow::Result; use anyhow::Result;
use breez_sdk_core::*; use breez_sdk_core::*;