feat: field-sync-gui MVP — Wails GUI ingest SD→local+S3 (4 slots //)
This commit is contained in:
27
frontend/wailsjs/go/main/App.js
Executable file
27
frontend/wailsjs/go/main/App.js
Executable file
@@ -0,0 +1,27 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function CancelIngest() {
|
||||
return window['go']['main']['App']['CancelIngest']();
|
||||
}
|
||||
|
||||
export function GetSnapshot() {
|
||||
return window['go']['main']['App']['GetSnapshot']();
|
||||
}
|
||||
|
||||
export function LoadConfig() {
|
||||
return window['go']['main']['App']['LoadConfig']();
|
||||
}
|
||||
|
||||
export function ScanCards() {
|
||||
return window['go']['main']['App']['ScanCards']();
|
||||
}
|
||||
|
||||
export function SetDryRun(arg1) {
|
||||
return window['go']['main']['App']['SetDryRun'](arg1);
|
||||
}
|
||||
|
||||
export function StartIngest(arg1) {
|
||||
return window['go']['main']['App']['StartIngest'](arg1);
|
||||
}
|
||||
Reference in New Issue
Block a user