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