https://github.com/storageos/go-api
Golang API for StorageOS
https://github.com/storageos/go-api
api docker kubernetes storage
Last synced: 5 months ago
JSON representation
Golang API for StorageOS
- Host: GitHub
- URL: https://github.com/storageos/go-api
- Owner: storageos
- License: mit
- Created: 2017-01-25T23:10:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T11:05:31.000Z (over 3 years ago)
- Last Synced: 2025-08-15T12:42:15.149Z (11 months ago)
- Topics: api, docker, kubernetes, storage
- Language: Go
- Homepage: https://storageos.com
- Size: 751 KB
- Stars: 13
- Watchers: 11
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAPI manifests generator for GO
[](https://github.com/storageos/go-api/actions/workflows/basic-checks.yml)
Repo used for storage and generating the GO structs and variables from an OpenAPI yaml spec file (generated by Openapi Generator https://github.com/openapitools/openapi-generator).
Because we only ever reference **object types** we don't need the OpenAPI generator to create a full fledged GO Client for us and as such we delete the go.mod this tool generates resulting in a single GO Module under this directory.