# Functions
NewMockDirEntry creates a new mock instance.
NewMockFileInfo creates a new mock instance.
NewMockHash creates a new mock instance.
Walk will walk the directory tree at the given path and invoke a handler for every discovered item eligible for sync.
# Structs
MockDirEntry is a mock of DirEntry interface.
MockDirEntryMockRecorder is the mock recorder for MockDirEntry.
MockFileInfo is a mock of FileInfo interface.
MockFileInfoMockRecorder is the mock recorder for MockFileInfo.
MockHash is a mock of Hash interface.
MockHashMockRecorder is the mock recorder for MockHash.
SyncItem contains information on a single item (file) to be included in sync.
# Type aliases
SyncItemHandler is a callback invoked on each sync item as discovered while walking the source tree for publish.