wails/v2/internal/frontend/calls.go
2021-08-13 23:44:24 +10:00

5 lines
61 B
Go

package frontend
type Calls interface {
Callback(string)
}