mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-29 12:17:00 +00:00
fit lint
This commit is contained in:
+6
-6
@@ -107,13 +107,13 @@ type manifestInfo struct {
|
||||
|
||||
// analysisResult holds intermediate data from record analysis, shared between Run and Preview
|
||||
type analysisResult struct {
|
||||
referenced map[string]bool
|
||||
orphanedRkeys []string // rkeys for deletion in Run
|
||||
orphanedDetails []OrphanedRecordDetail // details for display in Preview
|
||||
missingDetails []MissingRecordDetail // details for creation in Run / display in Preview
|
||||
usersChecked int64
|
||||
referenced map[string]bool
|
||||
orphanedRkeys []string // rkeys for deletion in Run
|
||||
orphanedDetails []OrphanedRecordDetail // details for display in Preview
|
||||
missingDetails []MissingRecordDetail // details for creation in Run / display in Preview
|
||||
usersChecked int64
|
||||
manifestsChecked int64
|
||||
totalRecords int
|
||||
totalRecords int
|
||||
}
|
||||
|
||||
// NewGarbageCollector creates a new GC instance
|
||||
|
||||
Reference in New Issue
Block a user