FrostFS API Golang repository contains implementation of core FrostFS structures that can be used for integration with FrostFS.
 
 
 
Go to file
Dmitrii Stepanov 63eb4dc3ea [#3] api-go: Go version up
Update go version 1.17 -> 1.18

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2023-03-10 13:36:26 +03:00
.github [#7] .github: Remove directory 2023-03-09 19:47:04 +00:00
accounting Rename package name 2023-03-07 13:42:36 +03:00
acl Rename package name 2023-03-07 13:42:36 +03:00
audit Rename package name 2023-03-07 13:42:36 +03:00
container Rename package name 2023-03-07 13:42:36 +03:00
docs Move to frostfs-api 2022-12-12 17:40:48 +03:00
internal/random [#401] internal: Place randomization code in random package 2022-05-30 22:02:58 +03:00
lock/grpc Rename package name 2023-03-07 13:42:36 +03:00
netmap Rename package name 2023-03-07 13:42:36 +03:00
object Rename package name 2023-03-07 13:42:36 +03:00
refs Rename package name 2023-03-07 13:42:36 +03:00
reputation Rename package name 2023-03-07 13:42:36 +03:00
rpc Rename package name 2023-03-07 13:42:36 +03:00
session Rename package name 2023-03-07 13:42:36 +03:00
signature Rename package name 2023-03-07 13:42:36 +03:00
status Rename package name 2023-03-07 13:42:36 +03:00
storagegroup Rename package name 2023-03-07 13:42:36 +03:00
subnet Rename package name 2023-03-07 13:42:36 +03:00
tombstone Rename package name 2023-03-07 13:42:36 +03:00
util Rename package name 2023-03-07 13:42:36 +03:00
.gitattributes Simplify Makefile 2020-09-18 11:25:32 +03:00
.gitignore Simplify Makefile 2020-09-18 11:25:32 +03:00
.gitlint [#7] pre-commit: Add gitlint hook 2023-03-09 19:47:04 +00:00
.golangci.yml [#7] pre-commit: Add initial configuration 2023-03-09 19:47:04 +00:00
.pre-commit-config.yaml [#7] pre-commit: Add gitlint hook 2023-03-09 19:47:04 +00:00
CHANGELOG.md [#7] pre-commit: Add initial configuration 2023-03-09 19:47:04 +00:00
CONTRIBUTING.md Rebranding 2022-12-09 13:41:35 +03:00
CREDITS.md Rebranding 2022-12-09 13:41:35 +03:00
LICENSE change license 2020-04-10 09:22:35 +03:00
Makefile [#7] pre-commit: Add initial configuration 2023-03-09 19:47:04 +00:00
README.md Change logo 2023-01-08 00:00:59 +03:00
go.mod [#3] api-go: Go version up 2023-03-10 13:36:26 +03:00
go.sum Rename package name 2023-03-07 13:42:36 +03:00
prepare.sh Rebranding 2022-12-09 13:41:35 +03:00

README.md

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