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

6 lines
113 B
Go

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