Explorar o código

GrowiBridgeService jsdoc

mizozobu %!s(int64=6) %!d(string=hai) anos
pai
achega
79d9105636
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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) {