https://github.com/google/cayley
Raw File
Tip revision: c73198415d3b167718343c241d6cec5271b9bf9d authored by camazotz on 21 September 2017, 21:40:32 UTC
Add apply deltas for elastic
Tip revision: c731984
app.yaml
runtime: go
api_version: go1

handlers:
- url: /.*
  script: _go_app
back to top