Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionType ¶
type ActionType int
const ( ActionAdd ActionType = iota ActionModify ActionRemove )
type DiffItem ¶
type DiffItem struct {
FromPath string
ToPath string
Type ActionType
FromValue []byte
ToValue []byte
}
type SyncPreviewItem ¶
type SyncPreviewItem struct {
Path string
Value []byte
Type ActionType
}
func SyncPreview ¶
func SyncPreview(from *Address, to *Address, recursive bool) ([]*SyncPreviewItem, error)
Click to show internal directories.
Click to hide internal directories.