# Constants
RemoveFile means that file should be removed.
UpdateFile means that file should be uploaded (modified).
UploadFile means that file should be uploaded (created).
# Structs
No description provided by the author
# Type aliases
FileMap is type for holding a map of files information indexed by their name (relative path).
FileOperationType is used to identify what kind of operation should be performed on a file.