MCPcopy
hub / github.com/autobrr/qui / Run

Struct Run

internal/services/orphanscan/types.go:85–99  ·  view source on GitHub ↗

Run represents an orphan scan run.

Source from the content-addressed store, hash-verified

83
84// Run represents an orphan scan run.
85type Run struct {
86 ID int64
87 InstanceID int
88 Status RunStatus
89 TriggeredBy TriggerType
90 ScanPaths []string
91 FilesFound int
92 FilesDeleted int
93 FoldersDeleted int
94 BytesReclaimed int64
95 Truncated bool
96 ErrorMessage string
97 StartedAt time.Time
98 CompletedAt *time.Time
99}
100
101// ScanResult holds the results of a directory scan.
102type ScanResult struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected