Add the whole api stack for weight
This commit is contained in:
12
frontend/wailsjs/go/main/App.d.ts
vendored
12
frontend/wailsjs/go/main/App.d.ts
vendored
@@ -4,20 +4,32 @@ import {main} from '../models';
|
||||
|
||||
export function CreateFood(arg1:main.Food):Promise<main.WailsFood1>;
|
||||
|
||||
export function CreateWeight(arg1:main.Weight):Promise<main.WailsWeight1>;
|
||||
|
||||
export function GetDailyFood():Promise<main.WailsAggregateFood>;
|
||||
|
||||
export function GetDailyWeight():Promise<main.WailsAggregateWeight>;
|
||||
|
||||
export function GetFood():Promise<main.WailsFood>;
|
||||
|
||||
export function GetLastPer100(arg1:string):Promise<main.WailsPer100>;
|
||||
|
||||
export function GetMonthlyFood():Promise<main.WailsAggregateFood>;
|
||||
|
||||
export function GetMonthlyWeight():Promise<main.WailsAggregateWeight>;
|
||||
|
||||
export function GetSettings():Promise<main.settings>;
|
||||
|
||||
export function GetWeeklyFood():Promise<main.WailsAggregateFood>;
|
||||
|
||||
export function GetWeeklyWeight():Promise<main.WailsAggregateWeight>;
|
||||
|
||||
export function GetWeight():Promise<main.WailsWeight>;
|
||||
|
||||
export function GetYearlyFood():Promise<main.WailsAggregateFood>;
|
||||
|
||||
export function GetYearlyWeight():Promise<main.WailsAggregateWeight>;
|
||||
|
||||
export function SetSetting(arg1:string,arg2:number):Promise<main.WailsGenericAck>;
|
||||
|
||||
export function UpdateFood(arg1:main.Food):Promise<main.WailsFood1>;
|
||||
|
||||
Reference in New Issue
Block a user