Skip to content

Ensure blobstore WalkFn is thread safe

To support #3 (closed) all functions passed to Walk must be thread safe. This function needs to be reviewed and tested so that it can safely run inside of a goroutine.

https://gitlab.com/gitlab-org/container-registry/blob/release/2.7-gitlab/registry/storage/blobstore.go#L96