https://github.com/google/cayley
Raw File
Tip revision: 0bc15eda5d8b691cf422141e3a688648ec90dfb5 authored by Denys Smirnov on 17 July 2016, 16:48:10 UTC
gremlin: convert values to native types, not strings
Tip revision: 0bc15ed
app.yaml
application: cayley-test
version: 1
runtime: go
api_version: go1.4.1

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