Release URBM 2026.06.15.r008
This commit is contained in:
@@ -162,6 +162,15 @@ type Snapshot struct {
|
||||
Tags []string `json:"tags"`
|
||||
}
|
||||
|
||||
type RepositoryStats struct {
|
||||
RepositoryID string `json:"repositoryId"`
|
||||
RepositoryName string `json:"repositoryName"`
|
||||
StoredBytes int64 `json:"storedBytes"`
|
||||
FileCount int64 `json:"fileCount"`
|
||||
SnapshotCount int `json:"snapshotCount"`
|
||||
Error string `json:"error,omitempty"`
|
||||
}
|
||||
|
||||
func DefaultConfig() Config {
|
||||
return Config{
|
||||
SchemaVersion: SchemaVersion,
|
||||
|
||||
Reference in New Issue
Block a user