Add Service Status page with service_health_check and report_issue examples

This commit is contained in:
Ross Savage
2023-11-27 13:50:16 +01:00
parent b65d2c0d85
commit 2e24d376ee
11 changed files with 348 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ mod receive_payment;
mod send_onchain;
mod send_payment;
mod send_spontaneous_payment;
mod service_status;
mod static_channel_backup;
use anyhow::Result;