frostfs-api-go/pkg/client
Leonard Lyubich fcb2cce8a0 [#278] pkg/client: Fix payload slice allocation in Object Range method
Allocate capacity instead of length of the slice to write the object payload
range since each chunk is written through `append`.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-04-30 11:15:35 +03:00
..
accounting.go [#263] pkg/client: Refactor the client to use raw protobuf client 2021-03-17 14:03:49 +03:00
client.go [#265] pkg/client: Implement SendLocalTrust method 2021-03-25 11:20:34 +03:00
container.go [#273] Add go1.16 tests and fix linter error 2021-04-16 16:32:14 +03:00
netmap.go [#263] pkg/client: Split interface method's declarations with linebreaks 2021-03-17 14:03:49 +03:00
object.go [#278] pkg/client: Fix payload slice allocation in Object Range method 2021-04-30 11:15:35 +03:00
opts.go [#263] pkg/client: Refactor the client to use raw protobuf client 2021-03-17 14:03:49 +03:00
raw.go [#263] pkg/client: Refactor the client to use raw protobuf client 2021-03-17 14:03:49 +03:00
reputation.go [#274] pkg/client: Add epoch field to SendIntermediateTrustPrm 2021-04-22 13:37:07 +03:00
session.go [#263] pkg/client: Refactor the client to use raw protobuf client 2021-03-17 14:03:49 +03:00