[#1350] Fix typo
All checks were successful
DCO action / DCO (pull_request) Successful in 1m5s
Tests and linters / Run gofumpt (pull_request) Successful in 1m16s
Vulncheck / Vulncheck (pull_request) Successful in 2m0s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m18s
Build / Build Components (pull_request) Successful in 2m26s
Tests and linters / gopls check (pull_request) Successful in 2m31s
Tests and linters / Tests (pull_request) Successful in 2m43s
Tests and linters / Staticcheck (pull_request) Successful in 2m43s
Tests and linters / Lint (pull_request) Successful in 3m23s
Tests and linters / Tests with -race (pull_request) Successful in 5m59s
All checks were successful
DCO action / DCO (pull_request) Successful in 1m5s
Tests and linters / Run gofumpt (pull_request) Successful in 1m16s
Vulncheck / Vulncheck (pull_request) Successful in 2m0s
Pre-commit hooks / Pre-commit (pull_request) Successful in 2m18s
Build / Build Components (pull_request) Successful in 2m26s
Tests and linters / gopls check (pull_request) Successful in 2m31s
Tests and linters / Tests (pull_request) Successful in 2m43s
Tests and linters / Staticcheck (pull_request) Successful in 2m43s
Tests and linters / Lint (pull_request) Successful in 3m23s
Tests and linters / Tests with -race (pull_request) Successful in 5m59s
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
3ec9900790
commit
517d9bdbbe
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ type IterateOverContainersPrm struct {
|
||||||
type IterateOverObjectsInContainerPrm struct {
|
type IterateOverObjectsInContainerPrm struct {
|
||||||
// BucketName container's bucket name.
|
// BucketName container's bucket name.
|
||||||
BucketName []byte
|
BucketName []byte
|
||||||
// Handler function executed upon containers in db.
|
// Handler function executed upon objects in db.
|
||||||
Handler func(context.Context, *objectcore.Info) error
|
Handler func(context.Context, *objectcore.Info) error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue