From d86f22bb060a80c980f8eef00e850763e1158116 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sat, 20 Jul 2024 00:01:53 -0400 Subject: [PATCH] automatic added by Wails --- frontend/wailsjs/go/main/App.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/frontend/wailsjs/go/main/App.js b/frontend/wailsjs/go/main/App.js index c71ae77..78c2c8f 100755 --- a/frontend/wailsjs/go/main/App.js +++ b/frontend/wailsjs/go/main/App.js @@ -2,6 +2,22 @@ // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT +export function AniListLogin() { + return window['go']['main']['App']['AniListLogin'](); +} + +export function AniListSearch(arg1) { + return window['go']['main']['App']['AniListSearch'](arg1); +} + +export function ConnectSimkl() { + return window['go']['main']['App']['ConnectSimkl'](); +} + +export function GetAniListItem(arg1) { + return window['go']['main']['App']['GetAniListItem'](arg1); +} + export function Greet(arg1) { return window['go']['main']['App']['Greet'](arg1); }