forked from TrueCloudLab/frostfs-api
FrostFS API documentation and proto files declaration
Evgenii Stratonikov
5bfbd249bc
Fix warning from protoc: `container/grpc/service.proto:8:1: warning: Import acl/grpc/types.proto is unused.` Refs #60 Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com> |
||
---|---|---|
.forgejo/workflows | ||
.github | ||
accounting | ||
acl | ||
ape | ||
apemanager | ||
container | ||
doc | ||
lock | ||
netmap | ||
object | ||
proto-docs | ||
refs | ||
session | ||
status | ||
tombstone | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
CREDITS.md | ||
help.mk | ||
LICENSE | ||
Makefile | ||
README.md |
FrostFS API language-agnostic protocol definitions
Overview
FrostFS-API repository is the basis for language-specific libraries, e.g.:
Those libraries contain compiled protocol buffers definitions, wrapped with language-specific code. Use them to integrate applications with FrostFS.
This repository contains:
- protocol buffers packages
- auto-generated docs for protocol buffers
Contributing
Feel free to contribute to this project after reading the contributing guidelines.
Before you start working on a certain topic, first create a new issue describing the feature/topic you are going to implement.
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details