mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
style(metadb): use type aliases for metadb types to be easier to read (#2043)
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ type RepoImage struct {
|
||||
|
||||
type RepoMultiArchImage struct {
|
||||
imageUtil.MultiarchImage
|
||||
ImageStatistics map[string]mTypes.DescriptorStatistics
|
||||
ImageStatistics map[mTypes.ImageDigest]mTypes.DescriptorStatistics
|
||||
Reference string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user