https://github.com/g-core/gcore-storage-sdk-go
G-Core Labs Storage API Golang SDK
https://github.com/g-core/gcore-storage-sdk-go
Last synced: 5 months ago
JSON representation
G-Core Labs Storage API Golang SDK
- Host: GitHub
- URL: https://github.com/g-core/gcore-storage-sdk-go
- Owner: G-Core
- License: mpl-2.0
- Archived: true
- Created: 2021-05-11T13:14:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T15:42:41.000Z (8 months ago)
- Last Synced: 2026-01-12T01:34:22.012Z (5 months ago)
- Language: Go
- Size: 1.62 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ DEPRECATED ⚠️
This repository is now **DEPRECATED** and is no longer maintained.
All storage functionality has been moved into the new, unified G-Core Go SDK:
👉 **New SDK:** [**`gcore-go`**](https://github.com/G-Core/gcore-go)
Please migrate your projects to the new SDK for ongoing support and updates.
**Examples of how to use the storage features in the new SDK can be found [here](https://github.com/G-Core/gcore-go/tree/main/examples/storage).**
---
# G-Core Labs Storage API Golang SDK
The purpose of this project is to cover G-Core Storage API methods related with G-Core Terraform plugin (https://github.com/G-Core/terraform-provider-gcore).
## Internal design of SDK
Since Storage service provides Swagger open docs so we generate an actual version of the client with https://goswagger.io/generate/client.html.
And we extend our wrapper of this client after.
Read Makefile to get more technical details.
### Status
[](https://travis-ci.com/G-Core/gcore-storage-sdk-go)