feat: field-sync-gui MVP — Wails GUI ingest SD→local+S3 (4 slots //)
This commit is contained in:
17
frontend/wailsjs/go/main/App.d.ts
vendored
Executable file
17
frontend/wailsjs/go/main/App.d.ts
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
import {main} from '../models';
|
||||
import {config} from '../models';
|
||||
import {detect} from '../models';
|
||||
|
||||
export function CancelIngest():Promise<void>;
|
||||
|
||||
export function GetSnapshot():Promise<main.Snapshot>;
|
||||
|
||||
export function LoadConfig():Promise<config.Config>;
|
||||
|
||||
export function ScanCards():Promise<Array<detect.SDCard>>;
|
||||
|
||||
export function SetDryRun(arg1:boolean):Promise<void>;
|
||||
|
||||
export function StartIngest(arg1:Array<main.SlotPayload>):Promise<void>;
|
||||
Reference in New Issue
Block a user