mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 20:21:01 +08:00
6 lines
61 B
Go
6 lines
61 B
Go
package frontend
|
|
|
|
type Calls interface {
|
|
Callback(string)
|
|
}
|