Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RestoreAssets ¶
Types ¶
type ElectronApp ¶
type ElectronApp struct { App *astilectron.Astilectron Endpoints map[string]*RemoteHandler Window *astilectron.Window Finished bool Port int }
func New ¶
func New() (*ElectronApp, error)
func (*ElectronApp) Init ¶
func (app *ElectronApp) Init() error
func (*ElectronApp) PassContext ¶
func (app *ElectronApp) PassContext() (*astilectron.Astilectron, *astilectron.Window)
func (*ElectronApp) RunEventLoop ¶
func (app *ElectronApp) RunEventLoop()
type RemoteHandler ¶
Click to show internal directories.
Click to hide internal directories.