Files
bidding_watcher/widget/looker/frontend/wailsjs/go/main/App.js

20 lines
512 B
JavaScript

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function GetDatabaseConfig() {
return window['go']['main']['App']['GetDatabaseConfig']();
}
export function GetDatabaseDSN() {
return window['go']['main']['App']['GetDatabaseDSN']();
}
export function GetPinnedBidItems() {
return window['go']['main']['App']['GetPinnedBidItems']();
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}