# Functions
AuthSupplier provides access to a git remote repository via SSH by default.
NewGit is a constructor for syncing stubs to a git repository.
NewMockFileManager creates a new mock instance.
NewMockGitManager creates a new mock instance.
# Variables
DefaultFileManager is a default file manager constructor which creates a FileManager.
DefaultGitManager is the constructor of the default Git manager.
# Structs
Git provides git synchronization capabilities.
MockFileManager is a mock of FileManager interface.
MockFileManagerMockRecorder is the mock recorder for MockFileManager.
MockGitManager is a mock of GitManager interface.
MockGitManagerMockRecorder is the mock recorder for MockGitManager.
# Interfaces
FileManager is an interface for managing operating system files.
GitManager is the git operations interface.