···11-// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
22-// This file is automatically generated. DO NOT EDIT
33-44-export function Greet(arg1:string):Promise<string>;
-7
frontend/wailsjs/go/main/App.js
···11-// @ts-check
22-// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
33-// This file is automatically generated. DO NOT EDIT
44-55-export function Greet(arg1) {
66- return window['go']['main']['App']['Greet'](arg1);
77-}
+7
frontend/wailsjs/go/main/SearchService.d.ts
···11+// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
22+// This file is automatically generated. DO NOT EDIT
33+import {main} from '../models';
44+55+export function CountPosts():Promise<number>;
66+77+export function Search(arg1:string,arg2:string):Promise<Array<main.SearchResult>>;
+11
frontend/wailsjs/go/main/SearchService.js
···11+// @ts-check
22+// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
33+// This file is automatically generated. DO NOT EDIT
44+55+export function CountPosts() {
66+ return window['go']['main']['SearchService']['CountPosts']();
77+}
88+99+export function Search(arg1, arg2) {
1010+ return window['go']['main']['SearchService']['Search'](arg1, arg2);
1111+}