Config

peloton.config.Config
See theConfig companion class
object Config

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type

Members list

Type members

Classlikes

case class Peloton(persistence: Persistence)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Persistence(store: Store)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Postgresql(url: String, user: String, password: String, maximumPoolSize: Int) extends Store

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Store
class Object
trait Matchable
class Any
Show all
sealed trait Store

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Postgresql

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def default(): IO[Config]
def file(configFilePath: String): IO[Config]
def string(configStr: String): IO[Config]

Givens

Givens

given derived$ConfigReader: ConfigReader[Config]