frontend/src/lib/wailsjs/go/main/App.js (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function GetAppConfigFile() {
return window['go']['main']['App']['GetAppConfigFile']();
}
export function GetDataFile() {
return window['go']['main']['App']['GetDataFile']();
}
export function GetMailPasswordKeyringService() {
return window['go']['main']['App']['GetMailPasswordKeyringService']();
}
export function GetMailServerKeyringService() {
return window['go']['main']['App']['GetMailServerKeyringService']();
}
export function GetTitle() {
return window['go']['main']['App']['GetTitle']();
}
export function GetUserContact() {
return window['go']['main']['App']['GetUserContact']();
}
export function MailAuth(arg1) {
return window['go']['main']['App']['MailAuth'](arg1);
}
export function SaveContact(arg1) {
return window['go']['main']['App']['SaveContact'](arg1);
}
export function UserMailAuth() {
return window['go']['main']['App']['UserMailAuth']();
}
|