Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(buildInfo *BuildInfo, integrationTest integrationTypes.IntegrationTest)
Types ¶
type App ¶
type App struct { *common.Common Config config.AppConfigurer OSCommand *oscommands.OSCommand Gui *gui.Gui Updater *updates.Updater // may only need this on the Gui // contains filtered or unexported fields }
App is the struct that's instantiated from within main.go and it manages bootstrapping and running the application.
Click to show internal directories.
Click to hide internal directories.