FrostFS API Golang repository contains implementation of core FrostFS structures that can be used for integration with FrostFS.
sdk
Find a file
Anton Nikiforov 05d0f8e092
All checks were successful
DCO action / DCO (pull_request) Successful in 50s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m18s
Tests and linters / Tests (1.19) (pull_request) Successful in 1m27s
Tests and linters / Lint (pull_request) Successful in 1m47s
Tests and linters / Tests with -race (pull_request) Successful in 1m42s
[#87] netmap: Extend enum Operation
Add const for wildcard char `*`

Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
2024-07-01 09:34:13 +03:00
.forgejo/workflows [#63] .forgejo: Update dco-go to v3 2024-01-26 12:19:53 +03:00
.github [#14] Add Issue Template 2023-03-23 12:19:35 +03:00
accounting [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
acl [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
ape [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
apemanager [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
container [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
docs Move to frostfs-api 2022-12-12 17:40:48 +03:00
lock/grpc [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
netmap [#87] netmap: Extend enum Operation 2024-07-01 09:34:13 +03:00
object [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
refs [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
rpc [#81] rpc: Fix apemanager rpc service name 2024-05-06 14:46:54 +03:00
session [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
signature [#74] apemanager: Generate protobufs for apemanager service 2024-05-02 11:53:26 +00:00
status [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
tombstone [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
util [#87] proto: Process files with protoc version 27.1 2024-06-25 09:27:08 +03:00
.gitattributes Simplify Makefile 2020-09-18 11:25:32 +03:00
.gitignore Simplify Makefile 2020-09-18 11:25:32 +03:00
.golangci.yml [#27] .golanci.yml: Unify with other repos 2023-05-03 14:15:56 +03:00
.pre-commit-config.yaml [#68] Makefile: Use gofumpt for formatting 2024-03-14 10:31:58 +03:00
CHANGELOG.md Release v2.16.0 2023-09-14 13:20:13 +03:00
CONTRIBUTING.md Rebranding 2022-12-09 13:41:35 +03:00
CREDITS.md Rebranding 2022-12-09 13:41:35 +03:00
go.mod [#87] go.mod: Update google.golang.org/grpc to v1.63.2 2024-06-24 14:58:55 +03:00
go.sum [#87] go.mod: Update google.golang.org/grpc to v1.63.2 2024-06-24 14:58:55 +03:00
LICENSE change license 2020-04-10 09:22:35 +03:00
Makefile [#87] Makefile: Add target protoc-install 2024-06-25 09:27:00 +03:00
prepare.sh Rebranding 2022-12-09 13:41:35 +03:00
README.md Change logo 2023-01-08 00:00:59 +03:00

FrostFS

Low-level Golang API for FrostFS


Tests codecov Report GitHub release GitHub license

Overview

Go implementation of recent FrostFS API versions. For a more high-level SDK see FrostFS SDK.

Frostfs-Api compatibility

frostfs-api-go version supported frostfs-api versions
v2.14.x v2.14.0

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before starting to work on a certain topic, create a new issue first, 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