generated from TrueCloudLab/basic
[#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
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:
parent
2628f61849
commit
96225afacb
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ const (
|
||||||
MethodSearchObject = "SearchObject"
|
MethodSearchObject = "SearchObject"
|
||||||
MethodRangeObject = "RangeObject"
|
MethodRangeObject = "RangeObject"
|
||||||
MethodHashObject = "HashObject"
|
MethodHashObject = "HashObject"
|
||||||
|
MethodPatchObject = "PatchObject"
|
||||||
|
|
||||||
MethodPutContainer = "PutContainer"
|
MethodPutContainer = "PutContainer"
|
||||||
MethodDeleteContainer = "DeleteContainer"
|
MethodDeleteContainer = "DeleteContainer"
|
||||||
|
|
Loading…
Reference in a new issue