[#1568] pilorama: Replace "containerID" with "container ID" in the error message
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 5m42s
DCO action / DCO (pull_request) Successful in 6m12s
Tests and linters / gopls check (pull_request) Successful in 7m59s
Pre-commit hooks / Pre-commit (pull_request) Successful in 8m9s
Tests and linters / Tests (pull_request) Successful in 8m59s
Vulncheck / Vulncheck (pull_request) Successful in 10m44s
Tests and linters / Tests with -race (pull_request) Successful in 11m6s
Build / Build Components (pull_request) Successful in 11m56s
Tests and linters / Staticcheck (pull_request) Successful in 11m57s
Tests and linters / Lint (pull_request) Successful in 12m36s
All checks were successful
Tests and linters / Run gofumpt (pull_request) Successful in 5m42s
DCO action / DCO (pull_request) Successful in 6m12s
Tests and linters / gopls check (pull_request) Successful in 7m59s
Pre-commit hooks / Pre-commit (pull_request) Successful in 8m9s
Tests and linters / Tests (pull_request) Successful in 8m59s
Vulncheck / Vulncheck (pull_request) Successful in 10m44s
Tests and linters / Tests with -race (pull_request) Successful in 11m6s
Build / Build Components (pull_request) Successful in 11m56s
Tests and linters / Staticcheck (pull_request) Successful in 11m57s
Tests and linters / Lint (pull_request) Successful in 12m36s
It is "container ID" in every other place. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
fecb1eed24
commit
09b486fe33
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ func (t *boltForest) TreeListTrees(ctx context.Context, prm TreeListTreesPrm) (*
|
||||||
|
|
||||||
var contID cidSDK.ID
|
var contID cidSDK.ID
|
||||||
if err := contID.Decode(k[:32]); err != nil {
|
if err := contID.Decode(k[:32]); err != nil {
|
||||||
return fmt.Errorf("decode containerID: %w", err)
|
return fmt.Errorf("decode container ID: %w", err)
|
||||||
}
|
}
|
||||||
res.Items = append(res.Items, ContainerIDTreeID{
|
res.Items = append(res.Items, ContainerIDTreeID{
|
||||||
CID: contID,
|
CID: contID,
|
||||||
|
|
Loading…
Reference in a new issue