Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterProviders ¶
RegisterProviders registers all internal providers with the DIG container.
Types ¶
type AppInternal ¶
type AppInternal struct {
// contains filtered or unexported fields
}
AppInternal aggregates all controllers for the application.
func NewAppInternal ¶
func NewAppInternal(controllers *[]entities.Controller) *AppInternal
NewAppInternal creates a new AppInternal with the given controllers.
func (*AppInternal) GetControllers ¶
func (a *AppInternal) GetControllers() []entities.Controller
GetControllers returns the registered controllers.
Click to show internal directories.
Click to hide internal directories.