Release URBM 2026.06.15.r008

This commit is contained in:
Mikei386
2026-06-15 07:17:37 +02:00
parent b0fa11a40a
commit 5e68a50373
13 changed files with 143 additions and 14 deletions
+9
View File
@@ -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,