28 lines
674 B
JavaScript
Executable File
28 lines
674 B
JavaScript
Executable File
// @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);
|
|
}
|