fncConvertGui/frontend/wailsjs/go/main/App.js
2026-02-25 23:17:08 +01:00

48 lines
1.2 KiB
JavaScript

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function ConnectDatabase(arg1) {
return window['go']['main']['App']['ConnectDatabase'](arg1);
}
export function CreateCustomer(arg1, arg2, arg3, arg4) {
return window['go']['main']['App']['CreateCustomer'](arg1, arg2, arg3, arg4);
}
export function DeleteCustomer(arg1) {
return window['go']['main']['App']['DeleteCustomer'](arg1);
}
export function EnsureSchema() {
return window['go']['main']['App']['EnsureSchema']();
}
export function GetCustomer(arg1) {
return window['go']['main']['App']['GetCustomer'](arg1);
}
export function GetCustomers() {
return window['go']['main']['App']['GetCustomers']();
}
export function GetImporters() {
return window['go']['main']['App']['GetImporters']();
}
export function GetStatus() {
return window['go']['main']['App']['GetStatus']();
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function InitEncryption(arg1) {
return window['go']['main']['App']['InitEncryption'](arg1);
}
export function UpdateCustomer(arg1, arg2, arg3, arg4, arg5) {
return window['go']['main']['App']['UpdateCustomer'](arg1, arg2, arg3, arg4, arg5);
}