get fw events
This commit is contained in:
parent
b58839c7e3
commit
a5be3a97e8
12 changed files with 250 additions and 4 deletions
|
|
@ -221,6 +221,15 @@ service LightningPub {
|
|||
option (http_route) = "/api/reports/lnd";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc GetLndForwardingMetrics(structs.LndMetricsRequest) returns (structs.LndForwardingMetrics) {
|
||||
option (auth_type) = "Metrics";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/reports/lnd/forwarding";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
||||
|
||||
rpc SubmitWebRtcMessage(structs.WebRtcMessage) returns (structs.WebRtcAnswer) {
|
||||
option (auth_type) = "Metrics";
|
||||
option (http_method) = "post";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue