Packages

p

etlflow

model

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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
  2. sealed trait Credential extends AnyRef
  3. sealed abstract class EtlFlowException extends RuntimeException
  4. final case class Slack(url: String, env: String, host: String) extends Product with Serializable
  5. final case class WebServer(ipAddress: Option[String], port: Option[Int], allowedOrigins: Option[Set[String]]) extends Product with Serializable

Value Members

  1. object Credential
  2. object EtlFlowException extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped