Windows console (#299)

* initial release of wails console

* lint fix
This commit is contained in:
Lea Anthony
2019-11-27 22:55:19 +11:00
committed by GitHub
parent 806b1aa8e0
commit 2c2aee2d30
12 changed files with 251 additions and 30 deletions

View File

@@ -3,10 +3,12 @@ package interfaces
import (
"github.com/wailsapp/wails/lib/messages"
)
// Renderer is an interface describing a Wails target to render the app to
type Renderer interface {
Initialise(AppConfig, IPCManager, EventManager) error
Run() error
EnableConsole()
// Binding
NewBinding(bindingName string) error