1
0
Fork
You've already forked go-rados
0
No description
  • Go 85.5%
  • Nix 14.5%
Christian Kampka b30692d384
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Add Ceph message constants
2024年11月21日 20:32:16 +01:00
.woodpecker Initial commit 2024年11月21日 19:17:57 +01:00
.envrc Initial commit 2024年11月21日 19:17:57 +01:00
.gitignore Initial commit 2024年11月21日 19:17:57 +01:00
ceph.go Add Ceph message constants 2024年11月21日 20:32:16 +01:00
client.go Initial commit 2024年11月21日 19:17:57 +01:00
client_test.go Initial commit 2024年11月21日 19:17:57 +01:00
devenv.lock Initial commit 2024年11月21日 19:17:57 +01:00
devenv.nix Initial commit 2024年11月21日 19:17:57 +01:00
devenv.yaml Initial commit 2024年11月21日 19:17:57 +01:00
go.mod Initial commit 2024年11月21日 19:17:57 +01:00
go.sum Initial commit 2024年11月21日 19:17:57 +01:00
LICENSE Initial commit 2024年11月21日 19:17:57 +01:00
README.md Initial commit 2024年11月21日 19:17:57 +01:00
Taskfile.yaml Initial commit 2024年11月21日 19:17:57 +01:00

go-rados

A library for interacting with for interacting with a Ceph object storage cluster (RADOS), part of the Ceph distributed storage system.

WORK IN PROGRESS