schreifuchs aa5ea16e90
All checks were successful
build / windows (push) Successful in 5m34s
build / linux (push) Successful in 4m25s
added export
2025-03-08 11:47:54 +01:00

80 lines
1.9 KiB
JavaScript
Executable File

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function BookLended(arg1) {
return window['go']['main']['App']['BookLended'](arg1);
}
export function DeleteAuthor(arg1) {
return window['go']['main']['App']['DeleteAuthor'](arg1);
}
export function DeleteBook(arg1) {
return window['go']['main']['App']['DeleteBook'](arg1);
}
export function DeleteClient(arg1) {
return window['go']['main']['App']['DeleteClient'](arg1);
}
export function DeleteLending(arg1) {
return window['go']['main']['App']['DeleteLending'](arg1);
}
export function ExportLendings(arg1) {
return window['go']['main']['App']['ExportLendings'](arg1);
}
export function GetAllLendings() {
return window['go']['main']['App']['GetAllLendings']();
}
export function GetAuthors() {
return window['go']['main']['App']['GetAuthors']();
}
export function GetAvailableBooks() {
return window['go']['main']['App']['GetAvailableBooks']();
}
export function GetBooks() {
return window['go']['main']['App']['GetBooks']();
}
export function GetClients() {
return window['go']['main']['App']['GetClients']();
}
export function GetLendings() {
return window['go']['main']['App']['GetLendings']();
}
export function GetReturnedLendings() {
return window['go']['main']['App']['GetReturnedLendings']();
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function ReturnLending(arg1) {
return window['go']['main']['App']['ReturnLending'](arg1);
}
export function SaveAuthor(arg1) {
return window['go']['main']['App']['SaveAuthor'](arg1);
}
export function SaveBook(arg1) {
return window['go']['main']['App']['SaveBook'](arg1);
}
export function SaveClient(arg1) {
return window['go']['main']['App']['SaveClient'](arg1);
}
export function SaveLending(arg1) {
return window['go']['main']['App']['SaveLending'](arg1);
}