Categorygithub.com/zerokiseki/go-astilectron-bootstrap
modulepackage
0.0.0-20180407153038-e6393972321d
Repository: https://github.com/zerokiseki/go-astilectron-bootstrap.git
Documentation: pkg.go.dev

# README

This package allows you to quickly create a one-window application using astilectron.

Check out the demo to see a working example with the bundler.

# Functions

Run runs the bootstrap.
SendMessage sends a message.

# Structs

MessageIn represents a message going in.
MessageOut represents a message going out.
Options represents options.

# Type aliases

Asset is a function that retrieves an asset content namely the go-bindata's Asset method.
CallbackMessage represents a bootstrap message callback.
MessageHandler is a functions that handles messages.
OnWait is a function that executes custom actions before waiting.
RestoreAssets is a function that restores assets namely the go-bindata's RestoreAssets method.