Files
calorie-counter/frontend/wailsjs/go/main/App.js
2024-08-09 21:20:43 +02:00

28 lines
700 B
JavaScript

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function CreateFood(arg1) {
return window['go']['main']['App']['CreateFood'](arg1);
}
export function GetFood() {
return window['go']['main']['App']['GetFood']();
}
export function GetLastPer100(arg1) {
return window['go']['main']['App']['GetLastPer100'](arg1);
}
export function GetSettings() {
return window['go']['main']['App']['GetSettings']();
}
export function SetSetting(arg1, arg2) {
return window['go']['main']['App']['SetSetting'](arg1, arg2);
}
export function UpdateFood(arg1) {
return window['go']['main']['App']['UpdateFood'](arg1);
}