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

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

The newest version!
package consul4s.model.agent

final case class Weights(Passing: Int, Warning: Int)

object Weights {
  val DEFAULT = Weights(1, 1)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy