Versions in this module Expand all Collapse all v0 v0.7.0 Feb 15, 2026 Changes in this version + func IncrementalPath(receiver, sender []*FilesystemVersion) (incPath []*FilesystemVersion, conflict error) + func SortVersionListByCreateTXGThenBookmarkLTSnapshot(fsvslice []*FilesystemVersion) []*FilesystemVersion + func StripBookmarksFromVersionList(fsvslice []*FilesystemVersion) []*FilesystemVersion + type ConflictDiverged struct + CommonAncestor *FilesystemVersion + ReceiverOnly []*FilesystemVersion + SenderOnly []*FilesystemVersion + SortedReceiverVersions []*FilesystemVersion + SortedSenderVersions []*FilesystemVersion + func (c *ConflictDiverged) Error() string + type ConflictMostRecentSnapshotAlreadyPresent struct + CommonAncestor *FilesystemVersion + SortedReceiverVersions []*FilesystemVersion + SortedSenderVersions []*FilesystemVersion + func (c *ConflictMostRecentSnapshotAlreadyPresent) Error() string + type ConflictNoCommonAncestor struct + SortedReceiverVersions []*FilesystemVersion + SortedSenderVersions []*FilesystemVersion + func (c *ConflictNoCommonAncestor) Error() string + type ConflictNoSenderSnapshots struct + func (c *ConflictNoSenderSnapshots) Error() string