lightning-terminal/status
Viktor Tigerström 0c6a84babf
status: add status manager isReadyOverride func
isReadyOverride is a callback that, when set and only if `running` is
not yet true, will be used to determine if a system is ready for a call.
We will pass the request URI to this method along with the
`manualStatus`. The first returned boolean is true if the system should
be seen as ready and the second is true if the override does handle the
given request. If it does not, then we will fall back to our normal
is-ready check.
2024-01-05 03:46:54 +01:00
..
log.go status: add status server implementation 2023-09-22 11:59:24 +02:00
manager.go status: add status manager isReadyOverride func 2024-01-05 03:46:54 +01:00