lnd.xprv/healthcheck
Oliver Gugger 537880e634
healthcheck: exclude unsupported syscalls from JS builds
Because the health check uses OS specific syscalls for determining the
available space on a disk that aren't available in JS/WASM builds, we
need to make sure we don't reference that code at all. Otherwise we
can't use parts of lnd as a library in projects that are being compiled
down to a WASM binary.
2021-07-22 09:47:37 +02:00
..
diskcheck_js.go healthcheck: exclude unsupported syscalls from JS builds 2021-07-22 09:47:37 +02:00
diskcheck_netbsd.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck_openbsd.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck_solaris.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck_windows.go server+healthcheck: rename function, add absolute disk space function 2020-11-13 10:19:50 +01:00
diskcheck.go healthcheck: exclude unsupported syscalls from JS builds 2021-07-22 09:47:37 +02:00
go.mod healthcheck: separate lnd/healthcheck into submodule 2021-05-05 15:33:19 +02:00
go.sum healthcheck: separate lnd/healthcheck into submodule 2021-05-05 15:33:19 +02:00
healthcheck_test.go healthcheck: monitor access to chain backend 2020-08-24 09:35:36 +02:00
healthcheck.go healthcheck: bump logging for failed healthchecks to info 2020-10-04 16:31:51 -07:00
log.go healthcheck: disable default healthcheck logger 2021-05-05 15:33:14 +02:00