FrostFS API Golang repository contains implementation of core FrostFS structures that can be used for integration with FrostFS.
sdk
Find a file
Evgenii Stratonikov 1ec1762d3a
Some checks failed
DCO action / DCO (pull_request) Failing after 56s
Tests and linters / Tests with -race (pull_request) Successful in 1m10s
Tests and linters / Lint (pull_request) Successful in 1m15s
Tests and linters / Tests (pull_request) Successful in 1m29s
protogen: Always marshal empty fields
This is how it was done previously:
a0a9b765f3/rpc/message/encoding.go (L31)

The tricky part is `[]byte` which is marshaled as `null` by easyjson
helper, but as `""` by protojson.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-10-07 15:04:13 +03:00
.forgejo/workflows [#1316] go.mod: Bump go version to 1.22 2024-08-21 17:22:56 +03:00
.github [#14] Add Issue Template 2023-03-23 12:19:35 +03:00
accounting protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
acl protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
ape protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
apemanager protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
container protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
docs Move to frostfs-api 2022-12-12 17:40:48 +03:00
lock/grpc protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
netmap protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
object protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
refs protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
rpc [#117] rpc: Allow to specify custom gRPC dialer 2024-09-16 12:35:37 +03:00
session protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
signature [#113] go.mod: Use range over int 2024-09-04 15:44:59 +03:00
status protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
tombstone protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
util protogen: Always marshal empty fields 2024-10-07 15:04:13 +03:00
.gitattributes Simplify Makefile 2020-09-18 11:25:32 +03:00
.gitignore [#101] Remove usage of folder vendor 2024-08-08 17:38:49 +03:00
.golangci.yml [#121] .golangci.yml: Replace exportloopref with copyloopvar 2024-10-02 09:48:11 +03:00
.pre-commit-config.yaml [#113] pre-commit: Update golangci-lint to v1.60.3 2024-09-04 15:43:24 +03:00
CHANGELOG.md [#116] Update obsolete URLs 2024-09-11 14:09:12 +03:00
CONTRIBUTING.md [#116] Update obsolete URLs 2024-09-11 14:09:12 +03:00
CREDITS.md Rebranding 2022-12-09 13:41:35 +03:00
go.mod [#117] go.mod: Upgrade grpc to v1.66.2 2024-09-13 17:22:52 +03:00
go.sum [#117] go.mod: Upgrade grpc to v1.66.2 2024-09-13 17:22:52 +03:00
LICENSE change license 2020-04-10 09:22:35 +03:00
Makefile [#107] Makefile: Generate standard protobuf bindings for tests 2024-08-26 14:36:19 +03:00
prepare.sh [#101] Fix make test 2024-08-09 09:35:25 +03:00
README.md [#116] Update obsolete URLs 2024-09-11 14:09:12 +03:00

FrostFS

Low-level Golang API for FrostFS


Tests Report Release

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