mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 00:59:34 +08:00
![]() Before that fix: The method... ```go func (h *Handler) RespondToInteraction(interaction interactor.Interaction) {} ``` ... would generate... ```ts export function RespondToInteraction(arg1:number):Promise<Error>; ``` ... because the `interaction` package starts with `int` and anything starting with `int` is interpreted as `number`. |
||
---|---|---|
.. | ||
binding_test | ||
binding.go | ||
boundMethod.go | ||
db.go | ||
generate_test.go | ||
generate.go | ||
parameter.go | ||
reflect.go |