Documentation ¶
Index ¶
Constants ¶
View Source
const ( ActionRead = "support.bundles:read" ActionCreate = "support.bundles:create" ActionDelete = "support.bundles:delete" )
Variables ¶
View Source
var ErrCollectorPanicked = errors.New("collector panicked")
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func ProvideService ¶
func ProvideService( accessControl ac.AccessControl, accesscontrolService ac.Service, bundleRegistry *bundleregistry.Service, cfg *setting.Cfg, features featuremgmt.FeatureToggles, httpServer *grafanaApi.HTTPServer, kvStore kvstore.KVStore, pluginSettings pluginsettings.Service, pluginStore pluginstore.Store, routeRegister routing.RouteRegister, settings setting.Provider, sql db.DB, usageStats usagestats.Service, tracer tracing.Tracer) (*Service, error)
Click to show internal directories.
Click to hide internal directories.