Skip to content

Instantly share code, notes, and snippets.

@mmollaverdi
Last active October 27, 2016 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmollaverdi/a755e9b2a2e7fa6861dc3443cf65fb30 to your computer and use it in GitHub Desktop.
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