A container registry that uses the AT Protocol for manifest storage and S3 for blob storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fit lint

+6 -6
+6 -6
pkg/hold/gc/gc.go
··· 107 107 108 108 // analysisResult holds intermediate data from record analysis, shared between Run and Preview 109 109 type analysisResult struct { 110 - referenced map[string]bool 111 - orphanedRkeys []string // rkeys for deletion in Run 112 - orphanedDetails []OrphanedRecordDetail // details for display in Preview 113 - missingDetails []MissingRecordDetail // details for creation in Run / display in Preview 114 - usersChecked int64 110 + referenced map[string]bool 111 + orphanedRkeys []string // rkeys for deletion in Run 112 + orphanedDetails []OrphanedRecordDetail // details for display in Preview 113 + missingDetails []MissingRecordDetail // details for creation in Run / display in Preview 114 + usersChecked int64 115 115 manifestsChecked int64 116 - totalRecords int 116 + totalRecords int 117 117 } 118 118 119 119 // NewGarbageCollector creates a new GC instance