// @ts-check // Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL // This file is automatically generated. DO NOT EDIT window.go = window.go || {}; window.go.main = { GreetService: { /** * GreetService.Greet * * @param name {string} * @returns {Promise} **/ Greet: function(name) { wails.CallByID(1411160069, ...Array.prototype.slice.call(arguments, 0)); }, }, OtherService: { /** * OtherService.Hello * * * @returns {Promise} **/ Hello: function() { wails.CallByID(4249972365, ...Array.prototype.slice.call(arguments, 0)); }, }, };