Skip to content

Instantly share code, notes, and snippets.

@emmettna
Last active January 20, 2020 04:19
Show Gist options
  • Save emmettna/86fbaff481c57c7fc3b86239643b122a to your computer and use it in GitHub Desktop.
Save emmettna/86fbaff481c57c7fc3b86239643b122a to your computer and use it in GitHub Desktop.
final case class ConfigHost(value: String)
final case class ConfigId(value: String)
final case class ConfigPass(value: String)
def loadConfig(host: ConfigHost, id: ConfigId, pass: ConfigPass): Unit = ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment