Files
SortMeow/frontend/wailsjs/go/main/App.js
T
2026-07-22 17:48:49 +08:00

36 lines
890 B
JavaScript

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function ClearHistory() {
return window['go']['main']['App']['ClearHistory']();
}
export function DeleteOneHistory(arg1) {
return window['go']['main']['App']['DeleteOneHistory'](arg1);
}
export function Detect(arg1) {
return window['go']['main']['App']['Detect'](arg1);
}
export function GetHistory(arg1, arg2) {
return window['go']['main']['App']['GetHistory'](arg1, arg2);
}
export function GetImage(arg1) {
return window['go']['main']['App']['GetImage'](arg1);
}
export function GormDB() {
return window['go']['main']['App']['GormDB']();
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function UploadImage(arg1, arg2) {
return window['go']['main']['App']['UploadImage'](arg1, arg2);
}