Skip to content

Instantly share code, notes, and snippets.

@Akii
Created September 7, 2015 09:42
Show Gist options
  • Save Akii/0f3b73d6176f31facb06 to your computer and use it in GitHub Desktop.
Save Akii/0f3b73d6176f31facb06 to your computer and use it in GitHub Desktop.
{
"messageType": "SomeCommand",
"payload": {
"do": "things!"
}
}
case class SomeCommand(do: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment