Documentation
¶
Index ¶
- type App
- func (app *App) GetModuleManager() *module.ModuleManager
- func (app *App) Init() error
- func (app *App) Run()
- func (app *App) SetInterruptHandler(sig os.Signal, fn func(*App))
- func (app *App) SetOrgName(name string)
- func (app *App) SetProductName(name string)
- func (app *App) SetProgramName(name string)
- func (app *App) SetProjectName(name string)
- type Info
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) GetModuleManager ¶
func (app *App) GetModuleManager() *module.ModuleManager
func (*App) SetOrgName ¶
func (*App) SetProductName ¶
func (*App) SetProgramName ¶
func (*App) SetProjectName ¶
Click to show internal directories.
Click to hide internal directories.