mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
Add the protos for a new Status server that can be used to query the status of a number of LiT's subservers.
9 lines
153 B
YAML
9 lines
153 B
YAML
type: google.api.Service
|
|
config_version: 3
|
|
|
|
http:
|
|
rules:
|
|
|
|
# lit-status.proto
|
|
- selector: litrpc.Status.SubServerStatus
|
|
get: "/v1/status"
|