80 lines
1.8 KiB
JavaScript
Executable File
80 lines
1.8 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function ClearLogs() {
|
|
return window['go']['main']['App']['ClearLogs']();
|
|
}
|
|
|
|
export function ClearRequests() {
|
|
return window['go']['main']['App']['ClearRequests']();
|
|
}
|
|
|
|
export function GetConfig() {
|
|
return window['go']['main']['App']['GetConfig']();
|
|
}
|
|
|
|
export function GetDetectionInfo() {
|
|
return window['go']['main']['App']['GetDetectionInfo']();
|
|
}
|
|
|
|
export function GetLogs() {
|
|
return window['go']['main']['App']['GetLogs']();
|
|
}
|
|
|
|
export function GetModels() {
|
|
return window['go']['main']['App']['GetModels']();
|
|
}
|
|
|
|
export function GetRequests() {
|
|
return window['go']['main']['App']['GetRequests']();
|
|
}
|
|
|
|
export function GetStatus() {
|
|
return window['go']['main']['App']['GetStatus']();
|
|
}
|
|
|
|
export function GetTokenStats() {
|
|
return window['go']['main']['App']['GetTokenStats']();
|
|
}
|
|
|
|
export function HideWindow() {
|
|
return window['go']['main']['App']['HideWindow']();
|
|
}
|
|
|
|
export function MinimizeWindow() {
|
|
return window['go']['main']['App']['MinimizeWindow']();
|
|
}
|
|
|
|
export function QuitApp() {
|
|
return window['go']['main']['App']['QuitApp']();
|
|
}
|
|
|
|
export function RefreshModels() {
|
|
return window['go']['main']['App']['RefreshModels']();
|
|
}
|
|
|
|
export function RequestQuitShortcut() {
|
|
return window['go']['main']['App']['RequestQuitShortcut']();
|
|
}
|
|
|
|
export function SelectModel(arg1) {
|
|
return window['go']['main']['App']['SelectModel'](arg1);
|
|
}
|
|
|
|
export function ShowWindow() {
|
|
return window['go']['main']['App']['ShowWindow']();
|
|
}
|
|
|
|
export function StartProxy() {
|
|
return window['go']['main']['App']['StartProxy']();
|
|
}
|
|
|
|
export function StopProxy() {
|
|
return window['go']['main']['App']['StopProxy']();
|
|
}
|
|
|
|
export function UpdateConfig(arg1) {
|
|
return window['go']['main']['App']['UpdateConfig'](arg1);
|
|
}
|