plugin system v0
This commit is contained in:
parent
2849f773e2
commit
c0360e7beb
9 changed files with 73 additions and 11 deletions
11
plugins/googleDrive.js
Normal file
11
plugins/googleDrive.js
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
function GoogleDrive() {
|
||||
this.type = 'STORAGE';
|
||||
};
|
||||
|
||||
GoogleDrive.prototype.init = function() {
|
||||
console.log('[googleDrive.js.3] init'); //TODO
|
||||
};
|
||||
|
||||
module.exports = GoogleDrive;
|
||||
Loading…
Add table
Add a link
Reference in a new issue