Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapcc/go-api-declarations
Reusable declarations for Go types appearing in our APIs
https://github.com/sapcc/go-api-declarations
Last synced: 11 days ago
JSON representation
Reusable declarations for Go types appearing in our APIs
- Host: GitHub
- URL: https://github.com/sapcc/go-api-declarations
- Owner: sapcc
- License: apache-2.0
- Created: 2022-04-21T11:02:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T14:31:25.000Z (2 months ago)
- Last Synced: 2024-09-11T22:35:34.867Z (2 months ago)
- Language: Go
- Size: 216 KB
- Stars: 3
- Watchers: 35
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# go-api-declarations
[![CI](https://github.com/sapcc/go-api-declarations/actions/workflows/ci.yaml/badge.svg)](https://github.com/sapcc/go-api-declarations/actions/workflows/ci.yaml)
This Go module contains reusable declarations for types appearing in our APIs.
This repository is designed to have as little dependencies as possible and
contain as little application logic as possible. Also, by using versioned tags,
we avoid excessive auto-updates for this dependency in downstream repositories.
(This is in contrast to most of our Go repositories, which usually use
continuous delivery and do not tag releases.)