temporal-sdk-core-2025.10.1.0: src/Temporal/Core/Client/HealthService.hs
module Temporal.Core.Client.HealthService where import Proto.Health.V1.Health import Temporal.Core.Client -- foreign import ccall "hs_health_check" hs_health_check :: PrimRpcCall -- -- healthCheck :: Client -> HealthCheckRequest -> IO (Either RpcError HealthCheckResponse) -- -- healthCheck = call @HealthService @"healthCheck" hs_health_check