Documentation
¶
Index ¶
- func IncrementalPath(receiver, sender []*FilesystemVersion) (incPath []*FilesystemVersion, conflict error)
- func SortVersionListByCreateTXGThenBookmarkLTSnapshot(fsvslice []*FilesystemVersion) []*FilesystemVersion
- func StripBookmarksFromVersionList(fsvslice []*FilesystemVersion) []*FilesystemVersion
- type ConflictDiverged
- type ConflictMostRecentSnapshotAlreadyPresent
- type ConflictNoCommonAncestor
- type ConflictNoSenderSnapshots
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncrementalPath ¶
func IncrementalPath(receiver, sender []*FilesystemVersion) (incPath []*FilesystemVersion, conflict error)
func SortVersionListByCreateTXGThenBookmarkLTSnapshot ¶
func SortVersionListByCreateTXGThenBookmarkLTSnapshot(fsvslice []*FilesystemVersion) []*FilesystemVersion
func StripBookmarksFromVersionList ¶ added in v0.6.0
func StripBookmarksFromVersionList(fsvslice []*FilesystemVersion) []*FilesystemVersion
Types ¶
type ConflictDiverged ¶
type ConflictDiverged struct {
SortedSenderVersions, SortedReceiverVersions []*FilesystemVersion
CommonAncestor *FilesystemVersion
SenderOnly, ReceiverOnly []*FilesystemVersion
}
func (*ConflictDiverged) Error ¶
func (c *ConflictDiverged) Error() string
type ConflictMostRecentSnapshotAlreadyPresent ¶ added in v0.6.0
type ConflictMostRecentSnapshotAlreadyPresent struct {
SortedSenderVersions, SortedReceiverVersions []*FilesystemVersion
CommonAncestor *FilesystemVersion
}
func (*ConflictMostRecentSnapshotAlreadyPresent) Error ¶ added in v0.6.0
func (c *ConflictMostRecentSnapshotAlreadyPresent) Error() string
type ConflictNoCommonAncestor ¶
type ConflictNoCommonAncestor struct {
SortedSenderVersions, SortedReceiverVersions []*FilesystemVersion
}
func (*ConflictNoCommonAncestor) Error ¶
func (c *ConflictNoCommonAncestor) Error() string
type ConflictNoSenderSnapshots ¶ added in v0.6.0
type ConflictNoSenderSnapshots struct{}
func (*ConflictNoSenderSnapshots) Error ¶ added in v0.6.0
func (c *ConflictNoSenderSnapshots) Error() string
Click to show internal directories.
Click to hide internal directories.