5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-18 01:49:31 +08:00
wails/v3/internal/generator/testcases/complex_instantiations/other/local.go
Fabio Massaioli 16ce1d3448
[v3] Service API cleanup and comments (#4024)
* Gather and document service API

* Update changelog

* Add NewServiceWithOptions

* Revert static analyser change

* Remove infinite loop in NewService[WithOptions]

* Fix compiler warning in bindings command

* Add test for NewServiceWithOptions

* Update changelog

* Fix service example

---------

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2025-01-23 10:53:48 +00:00

8 lines
148 B
Go

package other
import "github.com/wailsapp/wails/v3/pkg/application"
type Service14 int
var LocalService = application.NewService(new(Service14))