package
Version:
v0.0.0-...-df0bd0c
Opens a new window with list of versions in this module.
Published: Mar 23, 2023
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Archive struct {
ID string `json:"id"`
Name string `json:"name"`
StartTime Time `json:"start"`
EndTime Time `json:"end"`
Duration float64 `json:"duration"`
CommandLine []string `json:"command_line"`
Username string `json:"username"`
Stats ArchiveStats `json:"stats"`
}
type ArchiveStats struct {
CompressedSize int64 `json:"compressed_size"`
DeduplicatedSize int64 `json:"deduplicated_size"`
NumFiles int64 `json:"nfiles"`
OriginalSize int64 `json:"original_size"`
}
type ArchiveSummary struct {
Archive string `json:"archive"`
ID string `json:"id"`
Name string `json:"name"`
Time Time `json:"start"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.