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

24 lines
640 B
JavaScript
Raw Normal View History

// @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);
}
2022-11-18 19:28:13 +00:00
export function GetKilovoltBind() {
return window['go']['main']['App']['GetKilovoltBind']();
}
export function GetTwitchAuthURL() {
return window['go']['main']['App']['GetTwitchAuthURL']();
}
export function GetTwitchLoggedUser() {
return window['go']['main']['App']['GetTwitchLoggedUser']();
}
2022-11-18 19:28:13 +00:00
export function IsServerReady() {
return window['go']['main']['App']['IsServerReady']();
}