forked from TrueCloudLab/frostfs-api-go
c819909906
Make `Client` to be the wrapper over raw protobuf client. Provide public method to get the underlying raw client. Change implementations of all methods with the new approach of the RPC execution. Additional changes: * key replaced from `New` argument to `WithDefaultPrivateKey` option; * `GetSelfBalance` is removed as non-viable; * `GetEACLWithSignature` is removed, `GetEACL` returns `EACLWithSignature`; * `AttachSessionToken` / `AttachBearerToken` are removed as non-viable; * redundant options are removed. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru> |
||
---|---|---|
.. | ||
accounting | ||
acl | ||
audit | ||
client | ||
container | ||
netmap | ||
object | ||
owner | ||
storagegroup | ||
token | ||
.gitkeep | ||
checksum.go | ||
checksum_test.go | ||
signature.go | ||
signature_test.go | ||
version.go | ||
version_test.go | ||
xheader.go | ||
xheader_test.go |