Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mchmarny/gcputil
Collection of simple GCP helpers
https://github.com/mchmarny/gcputil
golang meta metrics project stackd
Last synced: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T04:35:19.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T14:27:55.463Z (7 months ago)
- Topics: golang, meta, metrics, project, stackd
- Language: Go
- Homepage:
- Size: 6.31 MB
- Stars: 3
- Watchers: 3
- 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.