Added file scanning module.

This commit is contained in:
Patrick Fic
2020-10-21 14:33:45 -07:00
parent ee3136a3ac
commit 34e244783c
24 changed files with 435 additions and 61 deletions

View File

@@ -15,6 +15,15 @@ exports.default = {
set: "store_set",
response: "store_response",
},
fileScan: {
toMain: {
scanFilePaths: "fileScan__scanFilePaths",
importJob: "fileScan__importJob",
},
toRenderer: {
scanFilePathsResponse: "fileScan__scanFilePathsResponse",
},
},
fileWatcher: {
toMain: {
filepathsGet: "filewatcher__filepathsget",