Add catalog destination state schema

This commit is contained in:
2026-06-19 15:28:03 +00:00
parent a95662226f
commit 20129bfff5
9 changed files with 834 additions and 36 deletions

View File

@@ -21,10 +21,12 @@ const (
)
type DestinationStatus struct {
State *DistributorState
SharedRoot *SharedRootState
StateErr error
HasContents bool
State *DistributorState
SharedRoot *SharedRootState
Catalog *CatalogState
SupersededLegacy *SupersededLegacyState
StateErr error
HasContents bool
}
type Comparison struct {