An open API service indexing awesome lists of open source software.

https://github.com/v3nom/cloudenv

Cloudenv GAE boilerplate service client code
https://github.com/v3nom/cloudenv

boilerplate gae gae-standard go

Last synced: 11 months ago
JSON representation

Cloudenv GAE boilerplate service client code

Awesome Lists containing this project

README

          

# Cloud Env [![Build Status](https://travis-ci.com/v3nom/cloudenv.svg?branch=master)](https://travis-ci.com/v3nom/cloudenv)

Google App Engine standard Go environment no longer has built-in APIs for accesing internal services and it creates a lot of pain when establishing various client connections (Datastore, Logging, Cloudtasks etc).

Cloudenv tackles this problem by writing all the boilerplate connection code for you.