Add SCUM file management workbench

This commit is contained in:
npc0-hue
2026-08-04 11:33:34 +08:00
parent 2921edb401
commit f028a343d7
36 changed files with 1384 additions and 158 deletions
+16
View File
@@ -1030,6 +1030,22 @@ type FileOperationDispatchResult struct {
Status string
}
// DeclaredFileReadSnapshot is the redacted, bounded projection of a completed
// files.read job for one plugin-declared logical file.
type DeclaredFileReadSnapshot struct {
ServerInstanceID string
PluginID string
Key string
State string
Content string
Version int
Checksum string
SizeBytes int64
JobID string
ReadAt time.Time
Reason string
}
type RunCapacity struct {
MaxJobs int
RunningJobs int