// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT function GreetService(method) { return { packageName: "main", serviceName: "GreetService", methodName: method, args: Array.prototype.slice.call(arguments, 1), }; } /** * GreetService.Greet * Greet someone * @param name {string} * @returns {Promise} **/ function Greet(name) { return wails.Call(GreetService("Greet", name)); } window.go = window.go || {}; window.go.main = { GreetService: { Greet, }, };