Skip to content

Instantly share code, notes, and snippets.

@mmollaverdi
Last active October 27, 2016 17:04
Show Gist options
  • Select an option

  • Save mmollaverdi/a755e9b2a2e7fa6861dc3443cf65fb30 to your computer and use it in GitHub Desktop.

Select an option

Save mmollaverdi/a755e9b2a2e7fa6861dc3443cf65fb30 to your computer and use it in GitHub Desktop.
case class System(id: String, name: String, ownerId: String)
case class Owner(id: String, name: String)
sealed trait SystemStatus
case object Green extends SystemStatus
case object Red extends SystemStatus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment