mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
5 lines
69 B
Go
5 lines
69 B
Go
package frontend
|
|
|
|
type Calls interface {
|
|
Callback(message string)
|
|
}
|