feat: ✨ initialize project structure with frontend dependencies and backend protocols
This commit is contained in:
Executable
+51
@@ -0,0 +1,51 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function Delete(arg1, arg2) {
|
||||
return window['go']['main']['App']['Delete'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function DeleteConnection(arg1) {
|
||||
return window['go']['main']['App']['DeleteConnection'](arg1);
|
||||
}
|
||||
|
||||
export function GetConnections() {
|
||||
return window['go']['main']['App']['GetConnections']();
|
||||
}
|
||||
|
||||
export function GetTransfers() {
|
||||
return window['go']['main']['App']['GetTransfers']();
|
||||
}
|
||||
|
||||
export function ListDir(arg1, arg2) {
|
||||
return window['go']['main']['App']['ListDir'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function MkDir(arg1, arg2) {
|
||||
return window['go']['main']['App']['MkDir'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function PromptDownload(arg1, arg2) {
|
||||
return window['go']['main']['App']['PromptDownload'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function PromptUploadDirectory(arg1, arg2) {
|
||||
return window['go']['main']['App']['PromptUploadDirectory'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function PromptUploadFiles(arg1, arg2) {
|
||||
return window['go']['main']['App']['PromptUploadFiles'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function QueueTransfer(arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
||||
return window['go']['main']['App']['QueueTransfer'](arg1, arg2, arg3, arg4, arg5, arg6, arg7);
|
||||
}
|
||||
|
||||
export function Rename(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['Rename'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function SaveConnection(arg1, arg2) {
|
||||
return window['go']['main']['App']['SaveConnection'](arg1, arg2);
|
||||
}
|
||||
Reference in New Issue
Block a user