https://github.com/mchmarny/gcputil
Collection of simple GCP helpers
https://github.com/mchmarny/gcputil
golang meta metrics project stackd
Last synced: 11 months ago
JSON representation
Collection of simple GCP helpers
- Host: GitHub
- URL: https://github.com/mchmarny/gcputil
- Owner: mchmarny
- License: apache-2.0
- Created: 2019-06-26T17:41:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T04:35:19.000Z (over 3 years ago)
- Last Synced: 2025-03-29T02:11:04.420Z (about 1 year ago)
- Topics: golang, meta, metrics, project, stackd
- Language: Go
- Homepage:
- Size: 6.31 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcputil
Collection of common golang GCP development patterns
## Usage
* [Project](project/) (projectID as well as other meta client helpers)
* [Metric](metric/) (custom Stackdriver metric helper)
* [Cloud Run](cr/) (Inter-Cloud Run service auth helper)
* [Metadata](meta/) (metadata service helper)
* [VM](vm/) (GCE VM helper)
* [EnvVars](env/) (environment variables helper)
> The general consensus of the Go community nowadays is that the pkg/ directory is a useless abstraction/indirection. So, this projects keeps its packages in top-level of the repository, based on their primary functionality.