Versions in this module Expand all Collapse all v0 v0.4.0 May 15, 2017 Changes in this version + func Run(o Options) (err error) + type CustomProvision func(baseDirectoryPath string) error + type Options struct + AstilectronOptions astilectron.Options + BaseDirectoryPath string + CustomProvision CustomProvision + Homepage string + RestoreAssets RestoreAssets + StartLoader StartLoader + TemplateData TemplateData + WindowOptions *astilectron.WindowOptions + type RestoreAssets func(dir, name string) error + type StartLoader func(a *astilectron.Astilectron) + type TemplateData func(name string, r *http.Request, p httprouter.Params) (d interface{}, err error)