Registry /
observability / lightningnetwork-lnd-healthcheck
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
healthcheck
✓ github.com/lightningnetwork/lnd/healthcheck
Create a new health check server for LND.
package main
import (
"fmt"
"github.com/lightningnetwork/lnd/healthcheck"
)
func main() {
config := &healthcheck.Config{}
server, err := healthcheck.New(config)
if err != nil {
panic(err)
}
fmt.Println(server)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.2.6latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.