Files
rustle-wails/rustle/frontend/wailsjs/go/main/App.d.ts
anthonyrawlins 80536e27e0 Initial commit - RUSTLE Wails implementation
- Added Go-based Wails application for RUSTLE UCXL browser
- Implemented basic application structure and configuration
- Added project documentation and setup instructions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-27 09:35:36 +10:00

15 lines
613 B
TypeScript
Executable File

// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function GetBZZZStatus():Promise<Record<string, any>>;
export function GetUCXLContent(arg1:string):Promise<Record<string, any>>;
export function Greet(arg1:string):Promise<string>;
export function PostUCXLContent(arg1:string,arg2:string,arg3:string,arg4:Record<string, string>):Promise<void>;
export function SearchUCXLContent(arg1:string,arg2:Array<string>,arg3:number):Promise<Array<Record<string, any>>>;
export function ValidateUCXLAddress(arg1:string):Promise<Record<string, any>>;