Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommon ¶ added in v0.35.0
func NewCommon(config config.AppConfigurer) (*common.Common, error)
func Start ¶ added in v0.36.0
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.