grafana/pkg/services/publicdashboards
Jeff Levin eacee08135
public dashboards: move into into its own service (#51358)
This PR moves public dashboards into its own self contained service including API, Service, Database, and Models. Routes are mounted on the Grafana HTTPServer by the API service at injection time with wire.go. The main  route that loads the frontend for public dashboards is still handled by the API package.

Co-authored-by: Jesse Weaver <jesse.weaver@grafana.com>
Co-authored-by: Owen Smallwood <owen.smallwood@grafana.com>
2022-07-06 17:51:44 -06:00
..
api public dashboards: move into into its own service (#51358) 2022-07-06 17:51:44 -06:00
database public dashboards: move into into its own service (#51358) 2022-07-06 17:51:44 -06:00
models public dashboards: move into into its own service (#51358) 2022-07-06 17:51:44 -06:00
service public dashboards: move into into its own service (#51358) 2022-07-06 17:51:44 -06:00
public_dashboard_service_mock.go public dashboards: move into into its own service (#51358) 2022-07-06 17:51:44 -06:00
public_dashboard_store_mock.go public dashboards: move into into its own service (#51358) 2022-07-06 17:51:44 -06:00
publicdashboard.go public dashboards: move into into its own service (#51358) 2022-07-06 17:51:44 -06:00