1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-20 02:00:49 +00:00
strimertul/frontend/wailsjs/go/main/App.js
2023-04-14 20:04:21 +02:00

48 lines
1.2 KiB
JavaScript

// @ts-check
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function AuthenticateKVClient(arg1) {
return window['go']['main']['App']['AuthenticateKVClient'](arg1);
}
export function GetAppVersion() {
return window['go']['main']['App']['GetAppVersion']();
}
export function GetBackups() {
return window['go']['main']['App']['GetBackups']();
}
export function GetDocumentation() {
return window['go']['main']['App']['GetDocumentation']();
}
export function GetKilovoltBind() {
return window['go']['main']['App']['GetKilovoltBind']();
}
export function GetLastLogs() {
return window['go']['main']['App']['GetLastLogs']();
}
export function GetTwitchAuthURL() {
return window['go']['main']['App']['GetTwitchAuthURL']();
}
export function GetTwitchLoggedUser() {
return window['go']['main']['App']['GetTwitchLoggedUser']();
}
export function IsFatalError() {
return window['go']['main']['App']['IsFatalError']();
}
export function IsServerReady() {
return window['go']['main']['App']['IsServerReady']();
}
export function SendCrashReport(arg1, arg2) {
return window['go']['main']['App']['SendCrashReport'](arg1, arg2);
}