32 lines
872 B
JavaScript
32 lines
872 B
JavaScript
|
// @ts-check
|
||
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||
|
// This file is automatically generated. DO NOT EDIT
|
||
|
|
||
|
export function GetConfig() {
|
||
|
return window['go']['controller']['Storage']['GetConfig']();
|
||
|
}
|
||
|
|
||
|
export function Quit() {
|
||
|
return window['go']['controller']['Storage']['Quit']();
|
||
|
}
|
||
|
|
||
|
export function SetUpyunConfig(arg1) {
|
||
|
return window['go']['controller']['Storage']['SetUpyunConfig'](arg1);
|
||
|
}
|
||
|
|
||
|
export function UperCreateDirectory(arg1) {
|
||
|
return window['go']['controller']['Storage']['UperCreateDirectory'](arg1);
|
||
|
}
|
||
|
|
||
|
export function UperDelete(arg1, arg2) {
|
||
|
return window['go']['controller']['Storage']['UperDelete'](arg1, arg2);
|
||
|
}
|
||
|
|
||
|
export function UperList(arg1) {
|
||
|
return window['go']['controller']['Storage']['UperList'](arg1);
|
||
|
}
|
||
|
|
||
|
export function UperUpload(arg1) {
|
||
|
return window['go']['controller']['Storage']['UperUpload'](arg1);
|
||
|
}
|