generated from TrueCloudLab/basic
[#XX] schema: Introduce PatchObject
method
Some checks failed
DCO action / DCO (pull_request) Failing after 48s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m0s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m3s
Tests and linters / Tests with -race (pull_request) Successful in 1m7s
Tests and linters / Lint (pull_request) Successful in 1m49s
Tests and linters / Staticcheck (pull_request) Successful in 1m55s
Some checks failed
DCO action / DCO (pull_request) Failing after 48s
Tests and linters / Tests (1.21) (pull_request) Successful in 1m0s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m3s
Tests and linters / Tests with -race (pull_request) Successful in 1m7s
Tests and linters / Lint (pull_request) Successful in 1m49s
Tests and linters / Staticcheck (pull_request) Successful in 1m55s
Signed-off-by: Airat Arifullin <aarifullin@yadro.com>
This commit is contained in:
parent
2628f61849
commit
5a61ba3b57
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ const (
|
|||
MethodSearchObject = "SearchObject"
|
||||
MethodRangeObject = "RangeObject"
|
||||
MethodHashObject = "HashObject"
|
||||
MethodPatchObject = "PatchObject"
|
||||
|
||||
MethodPutContainer = "PutContainer"
|
||||
MethodDeleteContainer = "DeleteContainer"
|
||||
|
|
Loading…
Reference in a new issue