@ -140,7 +140,7 @@ type HTTPServer struct {
License licensing . Licensing
License licensing . Licensing
AccessControl accesscontrol . AccessControl
AccessControl accesscontrol . AccessControl
DataProxy * datasourceproxy . DataSourceProxyService
DataProxy * datasourceproxy . DataSourceProxyService
PluginRequestValidator validations . Plugin RequestValidator
DataSourceRequestValidator validations . DataSource RequestValidator
pluginClient plugins . Client
pluginClient plugins . Client
pluginStore pluginstore . Store
pluginStore pluginstore . Store
pluginInstaller plugins . Installer
pluginInstaller plugins . Installer
@ -237,7 +237,7 @@ type ServerOptions struct {
func ProvideHTTPServer ( opts ServerOptions , cfg * setting . Cfg , routeRegister routing . RouteRegister , bus bus . Bus ,
func ProvideHTTPServer ( opts ServerOptions , cfg * setting . Cfg , routeRegister routing . RouteRegister , bus bus . Bus ,
renderService rendering . Service , licensing licensing . Licensing , hooksService * hooks . HooksService ,
renderService rendering . Service , licensing licensing . Licensing , hooksService * hooks . HooksService ,
cacheService * localcache . CacheService , sqlStore db . DB ,
cacheService * localcache . CacheService , sqlStore db . DB ,
plugin RequestValidator validations . Plugin RequestValidator, pluginStaticRouteResolver plugins . StaticRouteResolver ,
dataSource RequestValidator validations . DataSource RequestValidator, pluginStaticRouteResolver plugins . StaticRouteResolver ,
pluginDashboardService plugindashboards . Service , pluginStore pluginstore . Store , pluginClient plugins . Client ,
pluginDashboardService plugindashboards . Service , pluginStore pluginstore . Store , pluginClient plugins . Client ,
pluginErrorResolver plugins . ErrorResolver , pluginInstaller plugins . Installer , settingsProvider setting . Provider ,
pluginErrorResolver plugins . ErrorResolver , pluginInstaller plugins . Installer , settingsProvider setting . Provider ,
dataSourceCache datasources . CacheService , userTokenService auth . UserTokenService ,
dataSourceCache datasources . CacheService , userTokenService auth . UserTokenService ,
@ -284,7 +284,7 @@ func ProvideHTTPServer(opts ServerOptions, cfg *setting.Cfg, routeRegister routi
HooksService : hooksService ,
HooksService : hooksService ,
CacheService : cacheService ,
CacheService : cacheService ,
SQLStore : sqlStore ,
SQLStore : sqlStore ,
PluginRequestValidator : plugin RequestValidator,
DataSourceRequestValidator : dataSource RequestValidator,
pluginInstaller : pluginInstaller ,
pluginInstaller : pluginInstaller ,
pluginClient : pluginClient ,
pluginClient : pluginClient ,
pluginStore : pluginStore ,
pluginStore : pluginStore ,