2
0
mizozobu 6 жил өмнө
parent
commit
79d9105636

+ 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) {