20 lines
510 B
JavaScript
20 lines
510 B
JavaScript
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function ConnectRedis(arg1) {
|
|
return window['go']['main']['App']['ConnectRedis'](arg1);
|
|
}
|
|
|
|
export function CreateConnect(arg1) {
|
|
return window['go']['main']['App']['CreateConnect'](arg1);
|
|
}
|
|
|
|
export function GetConnectList() {
|
|
return window['go']['main']['App']['GetConnectList']();
|
|
}
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|