init repo
This commit is contained in:
9
frontend/wailsjs/go/service/SQLiteHelper.d.ts
vendored
Normal file
9
frontend/wailsjs/go/service/SQLiteHelper.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
import {service} from '../models';
|
||||
|
||||
export function Close():Promise<void>;
|
||||
|
||||
export function QueryMacAddressByPrefix(arg1:string):Promise<service.MacAddress>;
|
||||
|
||||
export function QueryVersion():Promise<string>;
|
||||
15
frontend/wailsjs/go/service/SQLiteHelper.js
Normal file
15
frontend/wailsjs/go/service/SQLiteHelper.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// @ts-check
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function Close() {
|
||||
return window['go']['service']['SQLiteHelper']['Close']();
|
||||
}
|
||||
|
||||
export function QueryMacAddressByPrefix(arg1) {
|
||||
return window['go']['service']['SQLiteHelper']['QueryMacAddressByPrefix'](arg1);
|
||||
}
|
||||
|
||||
export function QueryVersion() {
|
||||
return window['go']['service']['SQLiteHelper']['QueryVersion']();
|
||||
}
|
||||
Reference in New Issue
Block a user