Add catalog destination state schema
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user