storage: initial perfdata AE app
This creates the skeleton of an AppEngine app for perfdata.golang.org and adds an initial implementation of /upload that saves the provided file into Cloud Storage. Change-Id: I1fe19b27841ab62aad146d1d1019996634012d35 Reviewed-on: https://go-review.googlesource.com/34620Reviewed-by: Russ Cox <rsc@golang.org>
Showing
storage/app/app.go
0 → 100644
storage/app/appengine.go
0 → 100644
storage/app/local.go
0 → 100644
storage/app/upload.go
0 → 100644
storage/app/upload_test.go
0 → 100644
storage/appengine/app.go
0 → 100644
storage/appengine/app.yaml
0 → 100644
storage/db/db.go
0 → 100644
storage/db/schema.sql
0 → 100644
storage/fs/fs.go
0 → 100644
storage/fs/gcs/gcs.go
0 → 100644
storage/localserver/app.go
0 → 100644
Please register or sign in to comment