Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Setup struct { // info the consumer should set Application struct { // name of the app Name string // if the app should use system folders System bool // windows stuff Roaming bool // resource tar binary ResourceTar io.Reader } // directories where config and data files are stored Directories struct { Config, Data *string } // the unpack mode flag Unpack *string // the handler for non-data/-config resources Handler func(tarpath string, filedata io.Reader) }
setup/config info
Functions ¶
func ConfigFile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.