Go implementation of FrostFS SDK
Find a file
Angira Kekteeva 7cfe91fac7 [#4] pool: Rename exported structs in pool pkg
Renamed PoolBuilderOptions to BuilderOptions and PoolBuilder to Builder
because usages of them with prefix pool.* in other packages stutter.

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
2021-05-25 14:58:55 +03:00
pkg [#4] pool: Rename exported structs in pool pkg 2021-05-25 14:58:55 +03:00
.gitignore [nspcc-dev/neofs-node#166] *: Add project files 2021-05-20 23:57:51 +03:00
.golangci.yml [nspcc-dev/neofs-node#166] *: Add project files 2021-05-20 23:57:51 +03:00
go.mod [#4] *: Add new imports for added pkgs 2021-05-25 14:35:50 +03:00
go.sum [#4] *: Add new imports for added pkgs 2021-05-25 14:35:50 +03:00
LICENSE Initial commit 2021-02-25 11:35:04 +03:00
Makefile [nspcc-dev/neofs-node#166] *: Add project files 2021-05-20 23:57:51 +03:00
README.md Initial commit 2021-02-25 11:35:04 +03:00

neofs-sdk-go

Go implementation of NeoFS SDK