5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00
wails/v2/internal/frontend/calls.go
2021-08-13 23:44:24 +10:00

6 lines
61 B
Go

package frontend
type Calls interface {
Callback(string)
}