Add SCUM file management workbench
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user