mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-18 01:49:31 +08:00

* 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>
8 lines
148 B
Go
8 lines
148 B
Go
package other
|
|
|
|
import "github.com/wailsapp/wails/v3/pkg/application"
|
|
|
|
type Service14 int
|
|
|
|
var LocalService = application.NewService(new(Service14))
|