1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-19 14:14:05 +00:00

Started work on indexes

This commit is contained in:
2023-01-17 09:44:21 +01:00
parent e85183b6f1
commit f030c9fd3d
5 changed files with 85 additions and 8 deletions

View File

@ -10,6 +10,10 @@ export function DropDatabase(arg1, arg2) {
return window['go']['app']['App']['DropDatabase'](arg1, arg2);
}
export function GetIndexes(arg1, arg2, arg3) {
return window['go']['app']['App']['GetIndexes'](arg1, arg2, arg3);
}
export function Hosts() {
return window['go']['app']['App']['Hosts']();
}