5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 17:39:58 +08:00
wails/v2/internal/frontend/dispatcher.go
2021-08-01 22:14:56 +10:00

6 lines
86 B
Go

package frontend
type Dispatcher interface {
ProcessMessage(message string) error
}