Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppContextBase ¶
type AppRunner ¶
type AppRunner interface {
Start() (bool, error)
Stop() (bool, error)
Init() (bool, error)
GetLogger() *logging.AppLogger
}
func CreateAppWithConfigs ¶ added in v0.1.4
func CreateAppWithData ¶ added in v0.1.4
type Application ¶ added in v0.1.4
type Application struct {
// contains filtered or unexported fields
}
func (*Application) GetLogger ¶ added in v0.1.4
func (app *Application) GetLogger() *logging.AppLogger
func (*Application) Init ¶ added in v0.1.4
func (app *Application) Init() (bool, error)
func (*Application) Start ¶ added in v0.1.4
func (app *Application) Start() (bool, error)
func (*Application) Stop ¶ added in v0.1.4
func (app *Application) Stop() (bool, error)
Click to show internal directories.
Click to hide internal directories.