Skip to content

Instantly share code, notes, and snippets.

@mmollaverdi
Created October 27, 2016 17:17
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/0efaeca71ded8eb25183fc7f109b7aa0 to your computer and use it in GitHub Desktop.
Save mmollaverdi/0efaeca71ded8eb25183fc7f109b7aa0 to your computer and use it in GitHub Desktop.
scala> getSystemStatusInfo("consumer_desktop")
res20: Option[SystemStatusInfo] = Some(SystemStatusInfo(System(consumer_desktop,realestate.com.au desktop site,consumer_web),Red))
scala> getSystemStatusInfo("no_such_system_id")
res21: Option[SystemStatusInfo] = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment