All Downloads are FREE. Search and download functionalities are using the official Maven repository.

consul4s.model.agent.AggregatedServiceStatus.scala Maven / Gradle / Ivy

The newest version!
package consul4s.model.agent

import consul4s.model.CheckStatus
import consul4s.model.health.HealthCheck

final case class AggregatedServiceStatus(AggregatedStatus: CheckStatus, Service: Service, Checks: List[HealthCheck])




© 2015 - 2024 Weber Informatics LLC | Privacy Policy