Skip to content

Instantly share code, notes, and snippets.

@gtopper
Created October 15, 2014 08:09
Show Gist options
  • Save gtopper/14c0723c1fe639fc2396 to your computer and use it in GitHub Desktop.
Save gtopper/14c0723c1fe639fc2396 to your computer and use it in GitHub Desktop.
consulData <- Try(ConsulData(base64Value, modifyIndex)) match {
case Success(cd) => JsSuccess(cd)
case Failure(throwable) => JsError(throwable.toString)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment