diff options
Diffstat (limited to 'pred_gui/frontend/wailsjs/go/main')
| -rwxr-xr-x | pred_gui/frontend/wailsjs/go/main/App.d.ts | 4 | ||||
| -rwxr-xr-x | pred_gui/frontend/wailsjs/go/main/App.js | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/pred_gui/frontend/wailsjs/go/main/App.d.ts b/pred_gui/frontend/wailsjs/go/main/App.d.ts new file mode 100755 index 0000000..02a3bb9 --- /dev/null +++ b/pred_gui/frontend/wailsjs/go/main/App.d.ts @@ -0,0 +1,4 @@ +// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL +// This file is automatically generated. DO NOT EDIT + +export function Greet(arg1:string):Promise<string>; diff --git a/pred_gui/frontend/wailsjs/go/main/App.js b/pred_gui/frontend/wailsjs/go/main/App.js new file mode 100755 index 0000000..c71ae77 --- /dev/null +++ b/pred_gui/frontend/wailsjs/go/main/App.js @@ -0,0 +1,7 @@ +// @ts-check +// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL +// This file is automatically generated. DO NOT EDIT + +export function Greet(arg1) { + return window['go']['main']['App']['Greet'](arg1); +} |
