[#85] schema: Introduce PatchObject method
All checks were successful
Tests and linters / Tests (1.20) (pull_request) Successful in 54s
Tests and linters / Tests (1.21) (pull_request) Successful in 52s
DCO action / DCO (pull_request) Successful in 50s
Tests and linters / Tests with -race (pull_request) Successful in 1m10s
Tests and linters / Lint (pull_request) Successful in 1m36s
Tests and linters / Staticcheck (pull_request) Successful in 1m37s

Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-08-14 10:58:25 +03:00
parent 2628f61849
commit 96225afacb

View file

@ -8,6 +8,7 @@ const (
MethodSearchObject = "SearchObject"
MethodRangeObject = "RangeObject"
MethodHashObject = "HashObject"
MethodPatchObject = "PatchObject"
MethodPutContainer = "PutContainer"
MethodDeleteContainer = "DeleteContainer"