mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 04:40:41 +08:00
6 lines
69 B
Go
6 lines
69 B
Go
package frontend
|
|
|
|
type Calls interface {
|
|
Callback(message string)
|
|
}
|