Go implementation of FrostFS SDK
Find a file
Roman Khimov 878f2cd855 neofs: drop package
We don't really need Credentials (it's all about private key) and ClientPlant
(it's a pool). NewEphemeralKey moved temporarily to pool.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2021-05-28 23:13:47 +03:00
pkg neofs: drop package 2021-05-28 23:13:47 +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