Skip to content

Ensure catalog Walk function is thread safe (1/2)

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/catalog.go#L30