Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CustomProvision ¶
CustomProvision is a function that executes custom provisioning
type Options ¶
type Options struct { AstilectronOptions astilectron.Options BaseDirectoryPath string CustomProvision CustomProvision Homepage string RestoreAssets RestoreAssets StartLoader StartLoader TemplateData TemplateData WindowOptions *astilectron.WindowOptions }
Options represents options
type RestoreAssets ¶
RestoreAssets is a function that restores assets namely the go-bindata's RestoreAssets method
type StartLoader ¶
type StartLoader func(a *astilectron.Astilectron)
StartLoader is a function that can start a loader
type TemplateData ¶
type TemplateData func(name string, r *http.Request, p httprouter.Params) (d interface{}, err error)
TemplateData is a function that retrieves a template's data
Click to show internal directories.
Click to hide internal directories.