Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
var Instance *App
func GetInstance ¶
func GetInstance() *App
func (*App) GetApps ¶
func (a *App) GetApps() []Application
func (*App) Register ¶
func (a *App) Register(applications ...Application) *App
type Application ¶
type PriorityInterface ¶
type PriorityInterface interface {
Priority() Priority
}
type ReloadInterface ¶
type ReloadInterface interface {
Reload() error
}
Click to show internal directories.
Click to hide internal directories.