Dashboard Services

Tags: services

The services defined by the dashboard application are listed below:

http_client: {}

Final class for a service collection. Iterate on it to get a flattened (one level) and merged (services with same name that allows overrides are merged together) list of services.

service dashboard.controller harp_apps.dashboard.controllers.DashboardController

Base: None

Main controller for the dashboard.

router: LazyServiceReference = LazyServiceReference('dashboard.router')
service dashboard.controller.blobs harp_apps.dashboard.controllers.blobs.BlobsController

Base: None

Sub-controller for the blobs-related routes of the dashboard.

router: LazyServiceReference = LazyServiceReference('dashboard.router')
storage: LazyServiceReference = LazyServiceReference('storage.blobs')
service dashboard.controller.overview harp_apps.dashboard.controllers.overview.OverviewController

Base: None

Sub-controller for the overview-related routes of the dashboard.

router: LazyServiceReference = LazyServiceReference('dashboard.router')
storage: LazyServiceReference = LazyServiceReference('storage')
service dashboard.controller.system harp_apps.dashboard.controllers.system.SystemController

Base: None

Sub-controller for the system-related routes of the dashboard.

router: LazyServiceReference = LazyServiceReference('dashboard.router')
storage: LazyServiceReference = LazyServiceReference('storage')
service dashboard.controller.transactions harp_apps.dashboard.controllers.transactions.TransactionsController

Base: None

Sub-controller for the transactions-related routes of the dashboard.

router: LazyServiceReference = LazyServiceReference('dashboard.router')
storage: LazyServiceReference = LazyServiceReference('storage')
service dashboard.router http_router.Router

Base: None

Router for the dashboard controllers, shared between different subcontrollers.

trim_last_slash: bool = True