 Documentation
      ¶
      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
	// contains filtered or unexported fields
}
    App is the struct that's instantiated from within main.go and it manages bootstrapping and running the application.
func NewApp ¶
func NewApp(config config.AppConfigurer, test integrationTypes.IntegrationTest, common *common.Common) (*App, error)
NewApp bootstrap a new application
 Click to show internal directories. 
   Click to hide internal directories.