update
This commit is contained in:
2
frontend/wailsjs/go/backend_golang/App.d.ts
vendored
2
frontend/wailsjs/go/backend_golang/App.d.ts
vendored
@@ -2,3 +2,5 @@
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function SaveJson(arg1:string,arg2:any):Promise<string>;
|
||||
|
||||
export function StartServer(arg1:string,arg2:string):Promise<string>;
|
||||
|
||||
@@ -5,3 +5,7 @@
|
||||
export function SaveJson(arg1, arg2) {
|
||||
return window['go']['backend_golang']['App']['SaveJson'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function StartServer(arg1, arg2) {
|
||||
return window['go']['backend_golang']['App']['StartServer'](arg1, arg2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user