Some frontend and file fetch from os

This commit is contained in:
jorenchik
2024-08-04 20:58:06 +03:00
parent 68caae929a
commit eeb42b6a32
7 changed files with 183 additions and 59 deletions

View File

@@ -2,6 +2,10 @@
// 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 Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}