mizozobu 6 лет назад
Родитель
Сommit
79d9105636
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/server/service/growi-bridge.js

+ 4 - 0
src/server/service/growi-bridge.js

@@ -4,6 +4,10 @@ const path = require('path');
 const streamToPromise = require('stream-to-promise');
 const unzipper = require('unzipper');
 
+/**
+ * the service class for bridging GROWIs (export and import)
+ * common properties and methods between export service and import service are defined in this service
+ */
 class GrowiBridgeService {
 
   constructor(crowi) {