Domain Initializer

Initializes the domain module.

Application Modules.

src.server.domain.__init__.routes: list[ControllerRouterHandler] = [<class 'server.domain.system.controllers.system.SystemController'>, <class 'server.domain.web.controllers.web.WebController'>, <class 'server.domain.guilds.controllers.GuildController'>]

Routes for the application.

src.server.domain.__init__.signature_namespace: Mapping[str, Any] = {'FilterTypes': 'BeforeAfter | OnBeforeAfter | CollectionFilter[Any] | LimitOffset | OrderBy | SearchFilter | NotInCollectionFilter[Any] | NotInSearchFilter', 'OffsetPagination': <class 'litestar.pagination.OffsetPagination'>}

Namespace for the application signature.