Frontend and communication

This commit is contained in:
jorenchik
2024-09-01 10:53:46 +03:00
parent e824115fae
commit ebdb5bed62
11 changed files with 463 additions and 227 deletions

View File

@@ -2,10 +2,14 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function GetRepoFiles() {
return window['go']['main']['App']['GetRepoFiles']();
export function GetRepoFiles(arg1) {
return window['go']['main']['App']['GetRepoFiles'](arg1);
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function ParseFile(arg1) {
return window['go']['main']['App']['ParseFile'](arg1);
}