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
- Host: GitHub
- URL: https://github.com/v3nom/cloudenv
- Owner: v3nom
- License: mit
- Created: 2020-03-13T19:35:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-26T16:27:57.000Z (over 3 years ago)
- Last Synced: 2025-06-24T02:39:23.077Z (11 months ago)
- Topics: boilerplate, gae, gae-standard, go
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloud Env [](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.