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

Renamed one more method

This commit is contained in:
2023-01-17 09:50:15 +01:00
parent 3c4437cbbb
commit 68017e19b1
4 changed files with 9 additions and 9 deletions

View File

@ -22,6 +22,10 @@ export function Hosts() {
return window['go']['app']['App']['Hosts']();
}
export function InsertItems(arg1, arg2, arg3, arg4) {
return window['go']['app']['App']['InsertItems'](arg1, arg2, arg3, arg4);
}
export function OpenCollection(arg1, arg2, arg3) {
return window['go']['app']['App']['OpenCollection'](arg1, arg2, arg3);
}
@ -33,7 +37,3 @@ export function OpenConnection(arg1) {
export function OpenDatabase(arg1, arg2) {
return window['go']['app']['App']['OpenDatabase'](arg1, arg2);
}
export function PerformInsert(arg1, arg2, arg3, arg4) {
return window['go']['app']['App']['PerformInsert'](arg1, arg2, arg3, arg4);
}