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-02-15 10:44:44 +01:00

36 lines
924 B
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 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 IsServerReady() {
return window['go']['main']['App']['IsServerReady']();
}