72 lines
1.7 KiB
JavaScript
72 lines
1.7 KiB
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function Close() {
|
|
return window['go']['main']['App']['Close']();
|
|
}
|
|
|
|
export function CreateFood(arg1) {
|
|
return window['go']['main']['App']['CreateFood'](arg1);
|
|
}
|
|
|
|
export function CreateWeight(arg1) {
|
|
return window['go']['main']['App']['CreateWeight'](arg1);
|
|
}
|
|
|
|
export function GetDailyFood() {
|
|
return window['go']['main']['App']['GetDailyFood']();
|
|
}
|
|
|
|
export function GetDailyWeight() {
|
|
return window['go']['main']['App']['GetDailyWeight']();
|
|
}
|
|
|
|
export function GetFood() {
|
|
return window['go']['main']['App']['GetFood']();
|
|
}
|
|
|
|
export function GetLastPer100(arg1) {
|
|
return window['go']['main']['App']['GetLastPer100'](arg1);
|
|
}
|
|
|
|
export function GetMonthlyFood() {
|
|
return window['go']['main']['App']['GetMonthlyFood']();
|
|
}
|
|
|
|
export function GetMonthlyWeight() {
|
|
return window['go']['main']['App']['GetMonthlyWeight']();
|
|
}
|
|
|
|
export function GetSettings() {
|
|
return window['go']['main']['App']['GetSettings']();
|
|
}
|
|
|
|
export function GetWeeklyFood() {
|
|
return window['go']['main']['App']['GetWeeklyFood']();
|
|
}
|
|
|
|
export function GetWeeklyWeight() {
|
|
return window['go']['main']['App']['GetWeeklyWeight']();
|
|
}
|
|
|
|
export function GetWeight() {
|
|
return window['go']['main']['App']['GetWeight']();
|
|
}
|
|
|
|
export function GetYearlyFood() {
|
|
return window['go']['main']['App']['GetYearlyFood']();
|
|
}
|
|
|
|
export function GetYearlyWeight() {
|
|
return window['go']['main']['App']['GetYearlyWeight']();
|
|
}
|
|
|
|
export function SetSetting(arg1, arg2) {
|
|
return window['go']['main']['App']['SetSetting'](arg1, arg2);
|
|
}
|
|
|
|
export function UpdateFood(arg1) {
|
|
return window['go']['main']['App']['UpdateFood'](arg1);
|
|
}
|