package model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Config(db: Option[JDBC] = None, timezone: Option[String] = None, slack: Option[Slack] = None, token: Option[List[String]] = None, webserver: Option[WebServer] = None, secretkey: Option[String] = None) extends Product with Serializable
- sealed trait Credential extends AnyRef
- sealed abstract class EtlFlowException extends RuntimeException
- final case class Slack(url: String, env: String, host: String) extends Product with Serializable
- final case class WebServer(ipAddress: Option[String], port: Option[Int], allowedOrigins: Option[Set[String]]) extends Product with Serializable
Value Members
- object Credential
- object EtlFlowException extends Serializable