初始化提交
This commit is contained in:
20
common/modules/mixly-modules/common/ampy.js
Normal file
20
common/modules/mixly-modules/common/ampy.js
Normal file
@@ -0,0 +1,20 @@
|
||||
goog.loadJs('common', () => {
|
||||
|
||||
goog.provide('Mixly.Ampy');
|
||||
|
||||
class Ampy {
|
||||
constructor() {}
|
||||
|
||||
async get() {}
|
||||
async ls() {}
|
||||
async mkdir() {}
|
||||
async put() {}
|
||||
async reset() {}
|
||||
async rm() {}
|
||||
async rmdir() {}
|
||||
async run() {}
|
||||
}
|
||||
|
||||
Mixly.Ampy = Ampy;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user