frostfs-sdk-go/object
Airat Arifullin 361739e860 [] object: Introduce patcher package
* Introduce `patcher` package that contains such interfaces to be
  implemented:
  - `PatchApplier` - the main patching engine that merges the stream
    of patches and the stream of original object payload divided by
    ranges. The merged streams result is output to `ChunkedObjectWriter`;
  - `RangeProvider` - provides the original object payload by ranges;
  - `HeaderProvider` - provides the original object header.
* Introduce `patcher` that implements `PatchApplier`;
* Cover all possible cases with unit-tests.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-08-05 12:32:14 +00:00
..
erasurecode [] object: Introduce parent attributes in EC-header 2024-05-31 16:20:48 +03:00
id [] *: Do not use math/rand.Read() 2023-09-08 17:17:02 +03:00
patcher [] object: Introduce patcher package 2024-08-05 12:32:14 +00:00
relations Rename package name 2023-03-07 15:47:21 +03:00
test Rename package name 2023-03-07 15:47:21 +03:00
transformer [] pool: Return creation epoch from object put 2024-07-22 06:15:23 +00:00
attribute.go Rename package name 2023-03-07 15:47:21 +03:00
attribute_test.go Rename package name 2023-03-07 15:47:21 +03:00
ecinfo.go [] object: Implement Get\Head requests for EC object 2024-04-24 11:07:26 +03:00
erasure_code.go [] object: Introduce parent attributes in EC-header 2024-05-31 16:20:48 +03:00
error.go [] object: Implement Get\Head requests for EC object 2024-04-24 11:07:26 +03:00
error_test.go [] object: Implement Get\Head requests for EC object 2024-04-24 11:07:26 +03:00
fmt.go Rename package name 2023-03-07 15:47:21 +03:00
fmt_test.go [] Refactor cryptographic functionality 2022-04-19 12:55:11 +03:00
lock.go Rename package name 2023-03-07 15:47:21 +03:00
lock_test.go Rename package name 2023-03-07 15:47:21 +03:00
object.go [] object: Initial EC implementation 2024-03-22 10:14:12 +00:00
object_test.go [] sdk-go: Pass user.ID by value 2023-11-22 19:21:20 +03:00
patch.go [] object: Introduce Patch type 2024-08-05 12:32:14 +00:00
patch_test.go [] object: Introduce Patch type 2024-08-05 12:32:14 +00:00
range.go Rename package name 2023-03-07 15:47:21 +03:00
range_test.go Rename package name 2023-03-07 15:47:21 +03:00
raw.go Rename package name 2023-03-07 15:47:21 +03:00
raw_test.go [] Remove storage groups and audit 2023-05-03 08:20:37 +00:00
search.go [] object: Introduce ec_parent search filter 2024-05-17 15:03:40 +03:00
search_test.go [] object: Introduce ec_parent search filter 2024-05-17 15:03:40 +03:00
splitid.go Move to frostfs-sdk-go 2022-12-14 09:59:29 +03:00
splitid_test.go Rename package name 2023-03-07 15:47:21 +03:00
splitinfo.go Rename package name 2023-03-07 15:47:21 +03:00
splitinfo_test.go Rename package name 2023-03-07 15:47:21 +03:00
tombstone.go Rename package name 2023-03-07 15:47:21 +03:00
tombstone_test.go [] *: Do not use math/rand.Read() 2023-09-08 17:17:02 +03:00
type.go [] Remove storage groups and audit 2023-05-03 08:20:37 +00:00
type_test.go [] Remove storage groups and audit 2023-05-03 08:20:37 +00:00
wellknown_attributes.go [] object: Add well-known FilePath attribute 2022-09-06 17:21:37 +04:00