24 lines
670 B
JavaScript
24 lines
670 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function ESILoginStatus() {
|
|
return window['go']['main']['App']['ESILoginStatus']();
|
|
}
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|
|
|
|
export function SetDestination(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['SetDestination'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function SetDestinationByName(arg1, arg2, arg3) {
|
|
return window['go']['main']['App']['SetDestinationByName'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function StartESILogin() {
|
|
return window['go']['main']['App']['StartESILogin']();
|
|
}
|