mirror of
https://github.com/taigrr/wails.git
synced 2026-04-17 12:15:02 -07:00
6 lines
86 B
Go
6 lines
86 B
Go
package frontend
|
|
|
|
type Dispatcher interface {
|
|
ProcessMessage(message string) error
|
|
}
|