Add structured destination comparison details
This commit is contained in:
@@ -57,8 +57,10 @@ type SharedRootOutputFile struct {
|
||||
}
|
||||
|
||||
type PathOwnershipConflict struct {
|
||||
Path string
|
||||
Owner OwnerScope
|
||||
Path string
|
||||
Owner OwnerScope
|
||||
CurrentOwner OwnerScope
|
||||
Detail ComparisonDetail
|
||||
}
|
||||
|
||||
type rawSharedRootState struct {
|
||||
|
||||
Reference in New Issue
Block a user