generated from dave/wails-template
Rework the fuck of everything
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function AddBill(arg1) {
|
||||
return window['go']['main']['App']['AddBill'](arg1);
|
||||
}
|
||||
|
||||
export function Close() {
|
||||
return window['go']['main']['App']['Close']();
|
||||
}
|
||||
@@ -22,6 +26,22 @@ export function GetPaymentsForMonth(arg1) {
|
||||
return window['go']['main']['App']['GetPaymentsForMonth'](arg1);
|
||||
}
|
||||
|
||||
export function MovePayment(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['MovePayment'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function RemoveBill(arg1) {
|
||||
return window['go']['main']['App']['RemoveBill'](arg1);
|
||||
}
|
||||
|
||||
export function SetPaid(arg1, arg2) {
|
||||
return window['go']['main']['App']['SetPaid'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function SetPaidWithDate(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['SetPaidWithDate'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function UnmarkPaid(arg1, arg2) {
|
||||
return window['go']['main']['App']['UnmarkPaid'](arg1, arg2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user