Dac_helper.Call_endpoint
This module is syntactix sugar to call DAC RPC endpoints.
module V0 : sig ... end
module V1 : sig ... end
val get_health_live : Dac_node.t -> bool Lwt.t
Call GET /health/live.
val get_health_ready : Dac_node.t -> bool Lwt.t
Call GET /health/ready.