28 lines
712 B
JavaScript
Executable File
28 lines
712 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetManPage(arg1) {
|
|
return window['go']['main']['App']['GetManPage'](arg1);
|
|
}
|
|
|
|
export function GetMetrics() {
|
|
return window['go']['main']['App']['GetMetrics']();
|
|
}
|
|
|
|
export function GetProcessDetail(arg1) {
|
|
return window['go']['main']['App']['GetProcessDetail'](arg1);
|
|
}
|
|
|
|
export function Greet(arg1) {
|
|
return window['go']['main']['App']['Greet'](arg1);
|
|
}
|
|
|
|
export function InitBackend(arg1) {
|
|
return window['go']['main']['App']['InitBackend'](arg1);
|
|
}
|
|
|
|
export function KillProcess(arg1, arg2) {
|
|
return window['go']['main']['App']['KillProcess'](arg1, arg2);
|
|
}
|