mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
6 lines
69 B
Go
6 lines
69 B
Go
package frontend
|
|
|
|
type Calls interface {
|
|
Callback(message string)
|
|
}
|