forked from TrueCloudLab/frostfs-node
[#1460] blobstor: Do not use pointers as the results
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
08bf8a68f1
commit
0e4a1beecf
11 changed files with 64 additions and 63 deletions
|
@ -52,7 +52,7 @@ func (s *Shard) Put(prm PutPrm) (PutRes, error) {
|
|||
|
||||
var (
|
||||
err error
|
||||
res *blobstor.PutRes
|
||||
res blobstor.PutRes
|
||||
)
|
||||
|
||||
if res, err = s.blobStor.Put(putPrm); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue